Quadratic programming: Difference between revisions

Content deleted Content added
copyedit
Shd~enwiki (talk | contribs)
mNo edit summary
Line 1:
'''Quadratic programming''' is a special type of [[mathematical programming]] problem.
 
Quadratic programming problem can be formulated like this:
 
Assume x belongs to '''R'''<sup>n</sup> space.
 
Minimize (with respect to x)
min 0.5 x' E x + f' x
 
x
min 0.5 x' E x + f' x
 
with the following boundary constraints (if there exists an answer then it satisfies these):
Line 12 ⟶ 15:
 
The (n x n) [[matrix]] E is usually [[positive semidefinite]].
 
(this article needs a lot more work..)