Click or drag to resize

ActiveSetLineSearchSQP Properties

The ActiveSetLineSearchSQP type exposes the following members.

Properties
 NameDescription
Public propertyCurrentIteration Gets a data structure containing information about the most recent iteration. After a solve operation is performed this structure will contain details about the final iteration. Useful for failure analysis.
Public propertyIterations Gets the number of iterations performed by the solver on its most recent execution.
Public propertyOptimalObjectiveFunctionValue Gets the minimum value of the object function if the algorithm converged to a solution. If the algorithm did not converge, returns the objective function value at the last iteration before termination.
(Overrides SequentialQuadraticProgrammingSolverOptimalObjectiveFunctionValue)
Public propertyOptimalX Gets the point at which the object function has a minimum value if the algorithm converged to a solution. If the algorithm did not converge, returns the value on the last iteration before termination.
(Overrides SequentialQuadraticProgrammingSolverOptimalX)
Public propertyQPSubProblemStatus Gets the status of the last quadratic subproblem solved before iteration terminated. Useful for failure analysis.
Public propertyQuadraticSubproblemSolver Gets the quadratic sub-problem solver.
Public propertySolveException If an unexpected exception was encountered during the most recent call to the Solve method and the SolverTerminationStatus property has the value TerminationStatus.UnexpectedException, this property will return the Exception object that was caught. Otherwise this property has the value of null.
Public propertySolverOptions Gets and sets the Lagrangian Hessian updater object used by the solver.
Public propertySolverTerminationStatus Gets the termination status for the solver.
Top
See Also