mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
clarified docs
This commit is contained in:
parent
f91527a398
commit
3fa4c69e50
@ -620,7 +620,8 @@ However, for graphs with cycles, the solution may be approximate.
|
||||
Minimize: f(w) == 0.5*dot(w,w) + C*R(w)
|
||||
|
||||
Where R(w) is a user-supplied convex function and C > 0. Optionally,
|
||||
this object can also add the non-negativity constraint that min(w) >= 0.
|
||||
this object can also add non-negativity constraints to some or all
|
||||
of the elements of w.
|
||||
</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
Loading…
Reference in New Issue
Block a user