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
75256c1f
Commit
75256c1f
authored
Mar 29, 2012
by
Davis King
Browse files
updated docs
parent
983f2cd3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
0 deletions
+24
-0
docs/docs/optimization.xml
docs/docs/optimization.xml
+23
-0
docs/docs/term_index.xml
docs/docs/term_index.xml
+1
-0
No files found.
docs/docs/optimization.xml
View file @
75256c1f
...
@@ -43,6 +43,7 @@
...
@@ -43,6 +43,7 @@
<item>
solve_qp_using_smo
</item>
<item>
solve_qp_using_smo
</item>
<item>
solve_qp2_using_smo
</item>
<item>
solve_qp2_using_smo
</item>
<item>
solve_qp3_using_smo
</item>
<item>
solve_qp3_using_smo
</item>
<item>
solve_qp4_using_smo
</item>
<item>
oca
</item>
<item>
oca
</item>
<item>
solve_least_squares
</item>
<item>
solve_least_squares
</item>
<item>
solve_least_squares_lm
</item>
<item>
solve_least_squares_lm
</item>
...
@@ -430,6 +431,28 @@ subject to the following constraint:
...
@@ -430,6 +431,28 @@ subject to the following constraint:
</component>
</component>
<!-- ************************************************************************* -->
<component>
<name>
solve_qp4_using_smo
</name>
<file>
dlib/optimization.h
</file>
<spec_file
link=
"true"
>
dlib/optimization/optimization_solve_qp_using_smo_abstract.h
</spec_file>
<description>
This function solves the following quadratic program:
<pre>
Minimize: f(alpha,lambda) == 0.5*trans(alpha)*Q*alpha - trans(alpha)*b +
0.5*trans(lambda)*lambda - trans(lambda)*A*alpha
subject to the following constraints:
sum(alpha) == C
min(alpha) >= 0
min(lambda) >= 0
Where f is convex. This means that Q should be positive-semidefinite.
</pre>
</description>
</component>
<!-- ************************************************************************* -->
<!-- ************************************************************************* -->
<component>
<component>
...
...
docs/docs/term_index.xml
View file @
75256c1f
...
@@ -80,6 +80,7 @@
...
@@ -80,6 +80,7 @@
<term
file=
"optimization.html"
name=
"solve_qp_using_smo"
/>
<term
file=
"optimization.html"
name=
"solve_qp_using_smo"
/>
<term
file=
"optimization.html"
name=
"solve_qp2_using_smo"
/>
<term
file=
"optimization.html"
name=
"solve_qp2_using_smo"
/>
<term
file=
"optimization.html"
name=
"solve_qp3_using_smo"
/>
<term
file=
"optimization.html"
name=
"solve_qp3_using_smo"
/>
<term
file=
"optimization.html"
name=
"solve_qp4_using_smo"
/>
<term
file=
"optimization.html"
name=
"oca"
/>
<term
file=
"optimization.html"
name=
"oca"
/>
<term
link=
"optimization.html#find_min_bobyqa"
name=
"BOBYQA"
/>
<term
link=
"optimization.html#find_min_bobyqa"
name=
"BOBYQA"
/>
<term
file=
"optimization.html"
name=
"find_max"
/>
<term
file=
"optimization.html"
name=
"find_max"
/>
...
...
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