Commit ca52c47a authored by Davis King's avatar Davis King

Made spec more clear

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403533
parent 42025eed
......@@ -21,7 +21,7 @@ namespace dlib
OCA solves optimization problems with the following form:
Minimize: f(w) == 0.5*dot(w,w) + C*R(w)
Where R(w) is a convex function and C > 0
Where R(w) is a user-supplied convex function and C > 0
Note that the stopping condition must be provided by the user
......@@ -119,7 +119,7 @@ namespace dlib
For reference, OCA solves optimization problems with the following form:
Minimize: f(w) == 0.5*dot(w,w) + C*R(w)
Where R(w) is a convex function and C > 0
Where R(w) is a user-supplied convex function and C > 0
For a detailed discussion you should consult the following papers
......
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