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
e9da3733
"tools/python/vscode:/vscode.git/clone" did not exist on "312157ab18ea4ea7dc9b23c7209c4dee83f9fcab"
Commit
e9da3733
authored
Feb 09, 2014
by
Davis King
Browse files
updated docs
parent
c67975c7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
docs/docs/optimization.xml
docs/docs/optimization.xml
+7
-1
No files found.
docs/docs/optimization.xml
View file @
e9da3733
...
@@ -730,11 +730,17 @@ However, for graphs with cycles, the solution may be approximate.
...
@@ -730,11 +730,17 @@ However, for graphs with cycles, the solution may be approximate.
<description>
<description>
This object is a tool for solving the following optimization problem:
This object is a tool for solving the following optimization problem:
<pre>
<pre>
Minimize: f(w) == 0.5*
dot(w,w)
+ C*R(w)
Minimize: f(w) == 0.5*
||w||^2
+ 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 non-negativity constraints to some or all
this object can also add non-negativity constraints to some or all
of the elements of w.
of the elements of w.
Or it can alternatively solve:
Minimize: f(w) == 0.5*||w-prior||^2 + C*R(w)
Where prior is a user supplied vector and R(w) has the same
interpretation as above.
</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