BrentSearchStatus Enumeration |
Namespace: Accord.Math.Optimization
Member name | Value | Description | |
---|---|---|---|
None | 0 | The status is unset. | |
Success | 1 | Convergence was attained. | |
RootNotBracketed | 2 | The root is not bracketed correctly. The root must be bracketed once and only once. | |
FunctionNotFinite | 3 | The function was not finite or returned NaN. | |
MaxIterationsReached | 4 | Maximum number of iterations reached. |