Commit 14bb3b36 authored by Davis King's avatar Davis King

Fixed a typo in a comment

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402266
parent a2cbc771
...@@ -198,7 +198,7 @@ namespace dlib ...@@ -198,7 +198,7 @@ namespace dlib
- x.nc() == 1 (i.e. x must be a column vector) - x.nc() == 1 (i.e. x must be a column vector)
ensures ensures
- Performs an unconstrained minimization of the function f() using a - Performs an unconstrained minimization of the function f() using a
quasi newton method. The optimization stops when any of the following conjugate gradient method. The optimization stops when any of the following
conditions are satisfied: conditions are satisfied:
- the change in f() from one iteration to the next is less than min_delta - the change in f() from one iteration to the next is less than min_delta
- f(#x) <= min_f - f(#x) <= min_f
......
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