mirror of https://github.com/davisking/dlib.git
Made spec more clear
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403533
This commit is contained in:
parent
42025eedb7
commit
ca52c47a05
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue