Content deleted Content added
m Categorizing the stub |
Shd~enwiki (talk | contribs) math (latex) transformation |
||
Line 3:
The quadratic programming problem can be formulated like this:
Assume <math>\mathbf{x}</math> belongs to
Minimize (with respect to <math>\mathbf{x}</math>)
with at least one instance of the following kind of constraints (if there exists an answer then it satisfies these):
(1) <math>A
(2) <math>C
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.
|