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
3fa4c69e
"tools/git@developer.sourcefind.cn:OpenDAS/dlib.git" did not exist on "f761ad5885dd2a7e3efdb17ca15f918bea7938c6"
Commit
3fa4c69e
authored
May 12, 2012
by
Davis King
Browse files
clarified docs
parent
f91527a3
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 @
3fa4c69e
...
@@ -620,7 +620,8 @@ However, for graphs with cycles, the solution may be approximate.
...
@@ -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)
Minimize: f(w) == 0.5*dot(w,w) + C*R(w)
Where R(w) is a user-supplied convex function and C > 0. Optionally,
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>
</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