Sequential quadratic programming
ID: sequential-quadratic-programming
Sequential Quadratic Programming (SQP) is an iterative method for solving nonlinear optimization problems. It is particularly effective for nonlinear programming problems that have constraints. The fundamental idea behind SQP is to approximate the original nonlinear optimization problem with a series of quadratic programming (QP) subproblems, which are easier to solve.
New to topics? Read the docs here!