Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
davisking committed May 30, 2015
1 parent b975cdf commit eadb9ee
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/docs/optimization.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>

<!-- ************************************************************************* -->


Expand Down
1 change: 1 addition & 0 deletions docs/docs/term_index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down

0 comments on commit eadb9ee

Please sign in to comment.