Made spec more clear

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403533
This commit is contained in:
Davis King 2010-03-05 21:52:26 +00:00
parent 42025eedb7
commit ca52c47a05
1 changed files with 2 additions and 2 deletions

View File

@ -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