TheBestLinks.com
TheBestLinks.com
Quadratic programming, Convex, TheBestLinks.com:Find or fix a stub, Positive ... Print friendly version | Tell a friend
 
Navigation
Search
Toolbox

Quadratic programming

From TheBestLinks.com

Quadratic programming (QP) is a special type of mathematical optimization problem.

The quadratic programming problem can be formulated like this:

Assume x belongs to Rn space. The (n x n) matrix (math) E is positive semidefinite and h is any (n x 1) vector.

Minimize (with respect to x)

 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 convex function and constraints are linear functions. We have from optimization theory that for point x to be an optimum point it is necessary and sufficient that x 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 LOQO (http://www.orfe.princeton.edu/~loqo). Active set methods are also commonly used.

External links


Related links


Top visited 0 of 0 links

[no links posted yet]

>> place link >>

Discussion

Last posted 0 of 0 messages

[no messages posted yet]

>> post message >>

Watch

You can add this article to your own "watchlist" and receive e-mail notification about all changes in this page.
 
   
Innovate it
This page was last modified 02:50, 18 Aug 2004.
  Content is available under GNU Free Documentation License 1.2.
Powered by MediaWiki