Commit 583110af authored by Davis King's avatar Davis King

updated docs

parent 2d8dcd42
...@@ -370,6 +370,8 @@ ...@@ -370,6 +370,8 @@
<description> <description>
Performs a box constrained minimization of a nonlinear function using Performs a box constrained minimization of a nonlinear function using
some search strategy (e.g. <a href="#bfgs_search_strategy">bfgs_search_strategy</a>). some search strategy (e.g. <a href="#bfgs_search_strategy">bfgs_search_strategy</a>).
This function uses a backtracking line search along with a gradient projection
step to handle the box constraints.
</description> </description>
</component> </component>
...@@ -918,6 +920,8 @@ However, for graphs with cycles, the solution may be approximate. ...@@ -918,6 +920,8 @@ However, for graphs with cycles, the solution may be approximate.
<description> <description>
Performs a box constrained maximization of a nonlinear function using Performs a box constrained maximization of a nonlinear function using
some search strategy (e.g. <a href="#bfgs_search_strategy">bfgs_search_strategy</a>). some search strategy (e.g. <a href="#bfgs_search_strategy">bfgs_search_strategy</a>).
This function uses a backtracking line search along with a gradient projection
step to handle the box constraints.
</description> </description>
</component> </component>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment