Click or drag to resize

ActiveSetLineSearchSQP Methods

The ActiveSetLineSearchSQP type exposes the following members.

Methods
 NameDescription
Public methodSolve(NonlinearProgrammingProblem, DoubleVector) Solve the specified nonlinear programming problem starting the iteration from the specified starting point.
(Overrides SequentialQuadraticProgrammingSolverSolve(NonlinearProgrammingProblem, DoubleVector))
Public methodSolve(NonlinearProgrammingProblem, IActiveSetQPSolver, DoubleVector) Solve the specified nonlinear programming problem starting the iteration from the specified starting point and using the provided quadratic sub-problem solver.
Top
See Also