Content deleted Content added
Shd~enwiki (talk | contribs) mNo edit summary |
Shd~enwiki (talk | contribs) mNo 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]].
Minimize (with respect to x)
f(x) = 0.5 x' E x + f' x
with the following
(1) A*x <= b (inequality constraint)
(2) C*x = d (
Since 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 Kuhn-Tucker point.
(this article needs a lot more work..)
|