IActive |
The IActiveSetQPSolver type exposes the following members.
Name | Description | |
---|---|---|
IActiveSetQPSolver | Initializes a new instance of the IActiveSetQPSolver class |
Name | Description | |
---|---|---|
ActiveSet | Gets the set of active constraint Indices for the solution. If algorithm did not converge it returns these Indices for the final iteration. | |
Iterations | The number of iterations performed before the algorithm terminated. | |
LagrangeMultiplier | Gets the values of the Lagrange multipliers for the solution if the algorithm converged. If it did not converge it returns the values of the Lagrange multiplier for the final iteration. | |
MaxIterations | Gets and sets the maximum number of iterations to perform. | |
MaxSeconds | Gets and sets the maximum number of seconds to spend in the inequality constrained QP solver. | |
OptimalObjectiveFunctionValue | If the solver was successful, OptimalObjectiveFunctionValue returns the minimum value of the objective function. | |
OptimalX | If the solver was successful, OptimalX returns the point at which the objective function is minimized. | |
Status | Gets the status of the solver for the most recent solution attempt. |
Name | Description | |
---|---|---|
Solve(QuadraticProgrammingProblem) | Solves the given convex quadratic programming problem. | |
Solve(QuadraticProgrammingProblem, DoubleVector) | Solves the given convex quadratic programming problem. |