Content deleted Content added
Robot-assisted spelling. |
Quuxplusone (talk | contribs) m copyedit, replace a lot of <math> by Wiki markup for readability |
||
Line 3:
The quadratic programming problem can be formulated like this:
Assume
Minimize (with respect to
:<math>f(\mathbf{x}) = \frac{1}{2} \mathbf{x}^{\mathrm{T}} E\mathbf{x} + \mathbf{h}^{\mathrm{T}} \mathbf{x}</math>
If
▲ (1) <math>A\mathbf{x} \le b</math> (inequality constraint)
▲ (2) <math>C\mathbf{x} = d</math> (equality constraint)
▲If <math>E</math> is positive definite then <math>f(\mathbf{x})</math> is a [[convex]] [[function (mathematics)|function]] and constraints are [[linear]] functions. We have from optimization theory that for point <math>\mathbf{x}</math> to be an optimum point it is necessary and sufficient that <math>\mathbf{x}</math> is a [[Karush-Kuhn-Tucker]] (KKT) point.
If there are only equality constraints, then the QP can be solved by a [[linear system]]. Otherwise, the most common method of solving a QP is an [[interior point]] method, such as [http://www.orfe.princeton.edu/~loqo LOQO]. [[Active set]] methods are also commonly used.
==
*
*
{{
[[Category:Optimization]]
|