Overload List

  NameDescription
ActiveSetLineSearchSQP()()()
Constructs an ActiveSetLineSearchSQP instance using default settings.
ActiveSetLineSearchSQP(ActiveSetLineSearchSQP..::.Options)
Constructs an ActiveSetLineSearchSQP instance with the given options.
ActiveSetLineSearchSQP(Double)
Creates an ActiveSetLineSearchSQP instance with the given maximum number of iterations and convergence tolerance values.
ActiveSetLineSearchSQP(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.
ActiveSetLineSearchSQP(Int32, Double)
Creates an ActiveSetLineSearchSQP instance with the given maximum number of iterations and convergence tolerance values.
ActiveSetLineSearchSQP(Int32, Double, Double)
Creates an ActiveSetLineSearchSQP instance with the given maximum number of iterations and convergence tolerance values.

See Also