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
"G" did not exist on "c7ba6ba2678ca7e4e58320da8209be8883a56322"
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.
<description>
This object is a tool for solving the following optimization problem:
<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,
this object can also add non-negativity constraints to some or all
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>
<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