Quadratic programming: Difference between revisions

Content deleted Content added
Shd~enwiki (talk | contribs)
mNo edit summary
copyedit
Line 1:
'''Quadratic programming''' is a special type of [[Mathematicalmathematical programming]] problem.
 
Assume x belongs to '''R^'''<sup>n</sup> space.
 
min 0.5* x'* E* x + f'* x
x
 
with the following boundary constraints (if there exists an answer then it satisfies these):
 
(1) A*x <= b
(2) C*x = d (optional)
 
[[Matrix]] EThe (n x n) [[matrix]] E is usually [[positive semidefinite]].