The ActiveSetLineSearchSQP..::.Options type exposes the following members.

Fields

  NameDescription
DefaultFunctionChangeTolerance
The defalut 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.
DefaultMaxIterations
The default maximum number of iterations to be performed by the solver.
DefaultStepDirectionTolerance
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.

See Also