Click or drag to resize

Options Fields

The ActiveSetLineSearchSQPOptions type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberDefaultFunctionChangeTolerance The default Function change tolerance. The algorithm will terminate when the predicted change in the objective function from the current iteration is less than twice this value.
Public fieldStatic memberDefaultMaxIterations The default maximum number of iterations to be performed by the solver.
Public fieldStatic memberDefaultStepDirectionTolerance The default step direction tolerance. The algorithm will terminate when the magnitude of the direction vector used in going from the current iterate to its next value is less than twice this value.
Top
See Also