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
eadb9ee1
"git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "737d7fc3b00bd970db7dd54aa04be850b7533495"
Commit
eadb9ee1
authored
May 29, 2015
by
Davis King
Browse files
updated docs
parent
b975cdf6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
docs/docs/optimization.xml
docs/docs/optimization.xml
+18
-0
docs/docs/term_index.xml
docs/docs/term_index.xml
+1
-0
No files found.
docs/docs/optimization.xml
View file @
eadb9ee1
...
...
@@ -47,6 +47,7 @@
<item>
solve_qp3_using_smo
</item>
<item>
solve_qp4_using_smo
</item>
<item>
oca
</item>
<item>
mpc
</item>
<item>
solve_least_squares
</item>
<item>
solve_least_squares_lm
</item>
<item>
solve_trust_region_subproblem
</item>
...
...
@@ -761,6 +762,23 @@ Or it can alternatively solve:
</component>
<!-- ************************************************************************* -->
<component>
<name>
mpc
</name>
<file>
dlib/control.h
</file>
<spec_file
link=
"true"
>
dlib/control/mpc_abstract.h
</spec_file>
<description>
This object implements a linear model predictive controller.
In particular, it solves a certain quadratic program using the method
described in the paper:
<blockquote>
A Fast Gradient method for embedded linear predictive control (2011)
by Markus Kogel and Rolf Findeisen
</blockquote>
</description>
</component>
<!-- ************************************************************************* -->
...
...
docs/docs/term_index.xml
View file @
eadb9ee1
...
...
@@ -158,6 +158,7 @@
<term
file=
"optimization.html"
name=
"solve_qp3_using_smo"
include=
"dlib/optimization.h"
/>
<term
file=
"optimization.html"
name=
"solve_qp4_using_smo"
include=
"dlib/optimization.h"
/>
<term
file=
"optimization.html"
name=
"oca"
include=
"dlib/optimization.h"
/>
<term
file=
"optimization.html"
name=
"mpc"
include=
"dlib/control.h"
/>
<term
link=
"optimization.html#find_min_bobyqa"
name=
"BOBYQA"
include=
"dlib/optimization.h"
/>
<term
file=
"optimization.html"
name=
"find_max"
include=
"dlib/optimization.h"
/>
<term
file=
"optimization.html"
name=
"find_max_single_variable"
include=
"dlib/optimization.h"
/>
...
...
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