SQPmenetelmiä
SQPmetodi, which stands for Sequential Quadratic Programming, is a class of algorithms used for solving nonlinear optimization problems. These problems involve finding the minimum or maximum of an objective function subject to a set of constraints, which may also be nonlinear. SQP methods are iterative, meaning they generate a sequence of solutions that ideally converge to the optimal solution.
At each iteration, an SQP method approximates the original nonlinear problem with a simpler subproblem, typically
The solution to the QP subproblem provides an estimate of the next point in the sequence and