![]() | Active |
Name | Description | |
---|---|---|
![]() | ActiveSetLineSearchSQP | Constructs an ActiveSetLineSearchSQP instance using default settings. |
![]() | ActiveSetLineSearchSQP(Double) | Creates an ActiveSetLineSearchSQP instance with the given maximum number of iterations and convergence tolerance values. |
![]() | ActiveSetLineSearchSQP(IActiveSetQPSolver) | Constructs an ActiveSetLineSearchSQP instance using default settings and the given quadratic sub-problem solver. |
![]() | 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(ActiveSetLineSearchSQPOptions) | Constructs an ActiveSetLineSearchSQP instance with the given options. |
![]() | 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. |