|
|
BoundedBroydenFletcherGoldfarbShannoStatus Enumeration |
Namespace: Accord.Math.Optimization
| Member name | Value | Description | |
|---|---|---|---|
| Stop | 0 | The optimization stopped before convergence; maximum number of iterations could have been reached. | |
| MaximumIterations | 1 | Maximum number of iterations was reached. | |
| FunctionConvergence | 2 | The function output converged to a static value within the desired precision. | |
| GradientConvergence | 3 | The function gradient converged to a minimum value within the desired precision. | |
| LineSearchFailed | -1 | The inner line search function failed. This could be an indication that there might be something wrong with the gradient function. |