•
|
Outer iteration k uses the current control variable estimate, xk, to evaluate objective function, constraints, and their gradients, which are used together with current asymptote estimates, lk and uk, to construct an approximating subproblem. This subproblem, which is guaranteed to be convex and feasible, is passed to the inner iterations.
|
•
|
Each inner iteration m solves an approximating subproblem for its unique optimum xkm and then evaluates the true objective function and constraints at this point. If the approximating subproblem is found to be conservative compared to the true function values, the inner iteration is terminated and the point is accepted as the next outer estimate xk+1. Otherwise, the approximating subproblem is modified to make it more conservative and then passed to the next inner iteration.
|