Content deleted Content added
No edit summary |
|||
Line 3:
The quadratic programming problem can be formulated like this:
Assume '''x''' belongs to <math>\mathbb{R}^{n}</math> space. The ''n''×''n'' [[matrix (math)|matrix]] ''
Minimize (with respect to '''x''')
:<math>f(\mathbf{x}) = \frac{1}{2} \mathbf{x}^{\mathrm{T}}
(Here <math>\mathbf{v}^{\mathrm{T}}</math> indicates the matrix [[transpose]] of '''v'''.)
Line 12:
A quadratic programming problem has at least one of the following kinds of constraints:
# ''A'''''x''' ≤ ''b'' (inequality constraint)
# ''
If ''
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.
==Complexity==
For positive-definite ''
==References==
|