Click or drag to resize

Options Properties

The ActiveSetLineSearchSQPOptions type exposes the following members.

Properties
 NameDescription
Public propertyFunctionChangeTolerance Exit criteria. Algorithm will terminate when change in the objective function in the calculated for the new iterate has a magnitude less than this value.
Public propertyLagrangeHessionCalculator Gets and sets the object responsible for updating the Hessian of the Lagrangian function associated with the Nonlinear Programming Problem (NLP).
Public propertyMaxIterations Gets and sets the maximum number of iterations for this solver. The algorithm will continue to iterate until a convergence test is passed, or an error occurs, or the maximum number of iterations is exceeded.
Public propertyMaxQPsubproblemIterations Gets and sets the maximum number of iterations to be performed when solving the Quadratic Programming subproblem each iteration.
Public propertyStepDirectionTolerance Exit criteria. Algorithm will terminate when the step size calculated during an iteration has a magnitude less than this value.
Public propertyStepSizeCalculator Gets and sets the object responsible for calculating the step size during the line search portion of the algorithm.
Top
See Also