Optimization Toolbox | ![]() ![]() |
Preprocessing
A number of preprocessing steps occur before the actual iterative algorithm begins. The resulting transformed problem is one where:
While these preprocessing steps can do much to speed up the iterative part of the algorithm, if the Lagrange multipliers are required, the preprocessing steps must be "undone" since the multipliers calculated during the algorithm are for the transformed, and not the original, problem. Thus, if the multipliers are not requested, this transformation back will not be computed, and may save some time computationally.
![]() | Main Algorithm | Selected Bibliography | ![]() |