mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Fixed a typo found by Matt P. Dziubinski
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403875
This commit is contained in:
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…
Reference in New Issue
Block a user