AugmentedLagrangianStatus Enumeration |
Namespace: Accord.Math.Optimization
Member name | Value | Description | |
---|---|---|---|
Converged | 1 | The algorithm has found a feasible solution. | |
NoProgress | -1 | The optimization could not make progress towards finding a feasible solution. Try increasing the Tolerance of the constraints. | |
MaxEvaluations | -2 | The optimization has reached the maximum number of function evaluations. | |
Cancelled | -3 | The optimization has been cancelled by the user (such as for example by using Token). |