NelderMeadStatus Enumeration |
Namespace: Accord.Math.Optimization
Member name | Value | Description | |
---|---|---|---|
ForcedStop | 0 | Optimization was canceled by the user. | |
Success | 1 | Optimization ended successfully. | |
MaximumTimeReached | 2 | The execution time exceeded the established limit. | |
MinimumAllowedValueReached | 3 | The minimum desired value has been reached. | |
MaximumEvaluationsReached | 4 | The algorithm had stopped prematurely because the maximum number of evaluations was reached. | |
Failure | 5 | The algorithm failed internally. | |
FunctionToleranceReached | 6 | The desired output tolerance (minimum change in the function output between two consecutive iterations) has been reached. | |
SolutionToleranceReached | 7 | The desired parameter tolerance (minimum change in the solution vector between two iterations) has been reached. |