mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
made spec more clear
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402369
This commit is contained in:
parent
f870b052d7
commit
f7b30cad55
@ -168,7 +168,7 @@ namespace dlib
|
||||
- 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)
|
||||
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
|
||||
conditions are satisfied:
|
||||
- the change in f() from one iteration to the next is less than min_delta
|
||||
|
Loading…
Reference in New Issue
Block a user