updated docs

This commit is contained in:
Davis King 2012-03-30 21:54:40 -04:00
parent 295ae6fcf9
commit 891dd2fb13

View File

@ -543,7 +543,8 @@ subject to the following constraint:
<pre>
Minimize: f(w) == 0.5*dot(w,w) + C*R(w)
Where R(w) is a user-supplied convex function and C > 0
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.
</pre>
<br/>
<br/>