Click or drag to resize

ActiveSetLineSearchSQP Constructor

Overload List
 NameDescription
Public methodActiveSetLineSearchSQP Constructs an ActiveSetLineSearchSQP instance using default settings.
Public methodActiveSetLineSearchSQP(Double) Creates an ActiveSetLineSearchSQP instance with the given maximum number of iterations and convergence tolerance values.
Public methodActiveSetLineSearchSQP(IActiveSetQPSolver) Constructs an ActiveSetLineSearchSQP instance using default settings and the given quadratic sub-problem solver.
Public methodActiveSetLineSearchSQP(Int32) Creates an ActiveSetLineSearchSQP instance with the given number for the maximum number of iterations. The algorithm will terminate when either the current iteration passes a convergence test or the maximum number of iterations is exceeded.
Public methodActiveSetLineSearchSQP(ActiveSetLineSearchSQPOptions) Constructs an ActiveSetLineSearchSQP instance with the given options.
Public methodActiveSetLineSearchSQP(Int32, Double) Creates an ActiveSetLineSearchSQP instance with the given maximum number of iterations and convergence tolerance values.
Public methodActiveSetLineSearchSQP(Int32, Double, Double) Creates an ActiveSetLineSearchSQP instance with the given maximum number of iterations and convergence tolerance values.
Top
See Also