Commit 75b3839a authored by Davis King's avatar Davis King

Changed comment because I think it is easier to read this way.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403189
parent 50fd0ec1
......@@ -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);
......
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