Quadratic programming: Difference between revisions

Content deleted Content added
A quant (talk | contribs)
link give no useful inormation about the package; should be at bottom anyway
A quant (talk | contribs)
link to convex optimization article
Line 17:
 
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]]. [[Active set]] methods are also commonly used, as well as [[Conjugate gradient method]] with projection.
 
Quadratic programming is a special case of the more general field of [[convex optimization]].
 
==Complexity==