Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
891dd2fb
Commit
891dd2fb
authored
Mar 30, 2012
by
Davis King
Browse files
updated docs
parent
295ae6fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
docs/docs/optimization.xml
docs/docs/optimization.xml
+2
-1
No files found.
docs/docs/optimization.xml
View file @
891dd2fb
...
@@ -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/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment