Commit 891dd2fb authored by Davis King's avatar Davis King

updated docs

parent 295ae6fc
...@@ -543,7 +543,8 @@ subject to the following constraint: ...@@ -543,7 +543,8 @@ subject to the following constraint:
<pre> <pre>
Minimize: f(w) == 0.5*dot(w,w) + C*R(w) 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> </pre>
<br/> <br/>
<br/> <br/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment