Commit 40e01750 authored by Davis King's avatar Davis King

update docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402370
parent f7b30cad
...@@ -306,8 +306,8 @@ ...@@ -306,8 +306,8 @@
<file>dlib/optimization.h</file> <file>dlib/optimization.h</file>
<spec_file link="true">dlib/optimization/optimization_abstract.h</spec_file> <spec_file link="true">dlib/optimization/optimization_abstract.h</spec_file>
<description> <description>
Performs an unconstrained minimization of the function f() using a Performs an unconstrained minimization of the function f() using the
quasi newton method. BFGS quasi newton method.
</description> </description>
</component> </component>
...@@ -332,8 +332,8 @@ ...@@ -332,8 +332,8 @@
<file>dlib/optimization.h</file> <file>dlib/optimization.h</file>
<spec_file link="true">dlib/optimization/optimization_abstract.h</spec_file> <spec_file link="true">dlib/optimization/optimization_abstract.h</spec_file>
<description> <description>
Performs an unconstrained minimization of the function f() using a Performs an unconstrained minimization of the function f() using the
quasi newton method. This version doesn't take a gradient function of f() BFGS quasi newton method. This version doesn't take a gradient function of f()
but instead numerically approximates the gradient. but instead numerically approximates the gradient.
</description> </description>
......
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