230 likes | 244 Views
Learn about quadratic programming, a procedure that minimizes a quadratic function subject to linear inequality and/or equality constraints. Discover how it can be applied to practical optimization problems like constrained least squares and optimal control of linear systems.
E N D
Part 4 Nonlinear Programming 4.5 Quadratic Programming (QP)
Introduction Quadratic programming is the name given to the procedure that minimizes a quadratic function of n variables subject to m linear inequality and/or equality constraints. A number of practical optimization problems can be naturally posed as QP problems, such as constrained least squares, optimal control of linear system with quadratic cost functions, and the solution of liear algebraic equations.
Step 1 To determine the initial almost elementary solution, the variable z0 is brought into the basis, replacing the basic variable with the most negative value.
Step-2 Principles In essence, the complementary pivot algorithm proceeds to find a sequence of almost complementary solutions until z0 becomes zero. To do this, the basis changes must be done in such a way that
Step-2 Procedure • To satisfy (a), the nonbasic variable that enters the basis in the next tableau is always the complement of the basic variable that just left the basis in the last tableau. (Complementary Rule) • To satisfy (b), minimum ratio test is used to determine which basic variable leaves the basis.
Termination Criteria • z0 leaves the basis, or • The minimum ratio test fail, since all coefficients in the pivot column are nonpositive. Therefore, no solution.