Commit f7b30cad authored by Davis King's avatar Davis King

made spec more clear

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402369
parent f870b052
...@@ -168,7 +168,7 @@ namespace dlib ...@@ -168,7 +168,7 @@ namespace dlib
- is_matrix<T>::value == true (i.e. T must be a dlib::matrix type) - is_matrix<T>::value == true (i.e. T must be a dlib::matrix type)
- x.nc() == 1 (i.e. x must be a column vector) - x.nc() == 1 (i.e. x must be a column vector)
ensures ensures
- Performs an unconstrained minimization of the function f() using a - Performs an unconstrained minimization of the function f() using the BFGS
quasi newton method. The optimization stops when any of the following quasi newton method. The optimization stops when any of the following
conditions are satisfied: conditions are satisfied:
- the change in f() from one iteration to the next is less than min_delta - the change in f() from one iteration to the next is less than min_delta
......
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