Commit a550e310 authored by Davis King's avatar Davis King

updated the docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402831
parent 0dbb7258
...@@ -342,6 +342,9 @@ ...@@ -342,6 +342,9 @@
Performs an unconstrained minimization of the potentially nonlinear function f() using the Performs an unconstrained minimization of the potentially nonlinear function f() using the
BFGS quasi newton method. BFGS quasi newton method.
</description> </description>
<examples>
<example>optimization_ex.cpp.html</example>
</examples>
</component> </component>
...@@ -355,6 +358,9 @@ ...@@ -355,6 +358,9 @@
Performs an unconstrained minimization of the potentially nonlinear function f() using a Performs an unconstrained minimization of the potentially nonlinear function f() using a
conjugate gradient method. conjugate gradient method.
</description> </description>
<examples>
<example>optimization_ex.cpp.html</example>
</examples>
</component> </component>
...@@ -369,6 +375,9 @@ ...@@ -369,6 +375,9 @@
BFGS 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>
<examples>
<example>optimization_ex.cpp.html</example>
</examples>
</component> </component>
...@@ -383,6 +392,9 @@ ...@@ -383,6 +392,9 @@
conjugate gradient method. This version doesn't take a gradient function of f() conjugate gradient 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>
<examples>
<example>optimization_ex.cpp.html</example>
</examples>
</component> </component>
......
...@@ -91,6 +91,10 @@ ...@@ -91,6 +91,10 @@
<name>Kernel_RLS_Regression</name> <name>Kernel_RLS_Regression</name>
<link>krls_ex.cpp.html</link> <link>krls_ex.cpp.html</link>
</item> </item>
<item>
<name>Optimization</name>
<link>optimization_ex.cpp.html</link>
</item>
<item> <item>
<name>Kernel_RLS_Filtering</name> <name>Kernel_RLS_Filtering</name>
<link>krls_filter_ex.cpp.html</link> <link>krls_filter_ex.cpp.html</link>
......
...@@ -11,6 +11,20 @@ ...@@ -11,6 +11,20 @@
<!-- ******************************************************************************* --> <!-- ******************************************************************************* -->
<current> <current>
New Stuff:
Non-Backwards Compatible Changes:
Bug fixes:
Other:
- Added an example program that shows how to use the optimization
functions
</current>
<!-- ******************************************************************************* -->
<old name="17.14" date="Jan 18, 2009">
New Stuff: New Stuff:
- Added the multi-line text_box GUI widget. - Added the multi-line text_box GUI widget.
- Added the type_safe_union object - Added the type_safe_union object
...@@ -27,7 +41,7 @@ Other: ...@@ -27,7 +41,7 @@ Other:
together. together.
- Added a page to the documentation that discusses the dlib coding - Added a page to the documentation that discusses the dlib coding
standards and how to contribute to the project. standards and how to contribute to the project.
</current> </old>
<!-- ******************************************************************************* --> <!-- ******************************************************************************* -->
......
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