mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Changed comment because I think it is easier to read this way.
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403189
This commit is contained in:
parent
50fd0ec14d
commit
75b3839a71
@ -164,7 +164,6 @@ int main()
|
||||
// a better choice.
|
||||
starting_point = 4, 8;
|
||||
find_min(lbfgs_search_strategy(10), // The 10 here is basically a measure of how much memory L-BFGS will use.
|
||||
// See the documentation for details.
|
||||
objective_delta_stop_strategy(1e-7),
|
||||
&rosen, &rosen_derivative, starting_point, -1);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user