clarified docs

This commit is contained in:
Davis King 2012-05-12 13:06:56 -04:00
parent f91527a398
commit 3fa4c69e50

View File

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