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:
Davis King 2009-09-06 21:44:58 +00:00
parent 50fd0ec14d
commit 75b3839a71

View File

@ -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);