Click or drag to resize

Iteration Properties

The SequentialQuadraticProgrammingSolverIteration type exposes the following members.

Properties
 NameDescription
Public propertyActiveSet Gets the active set of constraint Indices for this iteration.
Public propertyCurrentSolution Gets the current solution value xk for this iteration.
Public propertyLagrangian Gets the Lagrangian function for the nonlinear programming problem being solved.
Public propertyLagrangianHession Gets the Lagrangian Hessian estimate for this iteration.
Public propertyLagrangianMultiplier Gets the vector of Lagrange mulitipliers for this iteration.
Public propertyProblem Gets the nonlinear programming problem being solved.
Public propertyQuadraticSubproblem Gets the quadratic subproblem that was solved on this iteration.
Public propertyStepDirection Gets the step direction pk that was used in making the update xk+1 = xk + alphak*pk, where alphak is a scalar.
Public propertyStepSize Gets the step size alphak that was used in making the update xk+1 = xk + alphak*pk, where pk is the step direction.
Top
See Also