Content deleted Content added
m stub message |
expanded article somewhat |
||
Line 1:
'''Quadratic programming''' (QP) is a special type of mathematical [[optimization (mathematics) | optimization]] problem.
Assume x belongs to '''R'''<sup>n</sup> space. The (n x n) [[matrix]] E is [[positive semidefinite]] and h is any (n x 1) vector.
Line 9:
f(x) = 0.5 x' E x + h' x
with at least one instance of the following kind of constraints (if there exists an answer then it satisfies these):
(1) A*x <= b (inequality constraint)
(2) C*x = d (equality contraint)
If E is positive definite then f(x) is a
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.
== External links ==
* [http://www.numerical.rl.ac.uk/qp/qp.html A page about QP]
* [http://www-fp.mcs.anl.gov/otc/Guide/OptWeb/continuous/constrained/qprog NEOS guide to QP]
{{msg:stub}}
|