Quadratic programming: Difference between revisions

Content deleted Content added
Iwnbap (talk | contribs)
m Fixing Links
No edit summary
Line 3:
Quadratic programming problem can be formulated like this:
 
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.
 
Minimize (with respect to x)
 
f(x) = 0.5 x' E x + fh' x
 
with the following constraints (if there exists an answer then it satisfies these):