Fixed a typo found by Matt P. Dziubinski

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403875
pull/2/head
Davis King 14 years ago
parent 97da8e84b2
commit 9181bfd809

@ -211,7 +211,7 @@ int main()
find_min_using_approximate_derivatives(bfgs_search_strategy(),
objective_delta_stop_strategy(1e-7),
test_function(target), starting_point, -1);
// At this point the correct value of (3,6,1,7) should be found and stored in starting_point
// At this point the correct value of (3,5,1,7) should be found and stored in starting_point
cout << starting_point << endl;
// Now lets try it again with the conjugate gradient algorithm.

Loading…
Cancel
Save