Possible results of any method implemented in FinMath library.
Namespace:
FinMath
Assembly:
FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax Members
| Member name | Value | Description |
---|
| MethodNotCompleted | 0 |
Method was not completed.
|
| MethodSucceeded | 1 |
Method finished successfully.
|
| UnboundedFunction | 2 |
Objective function is unbounded.
|
| InfeasibleConstraints | 3 |
There is no point that satisfies all constraints.
|
| MaximumIterations | 4 |
Maximum number of iterations was done.
|
| UnexpectedError | 5 |
Method was not able to terminate due to unexpected error.
|
| MethodDiverged | 6 |
Method diverged.
|
| MethodNeedMoreData | 7 |
Method was not completed yet, please supply more data.
|
| MethodNotConverged | 8 |
Method was not converged.
|
See Also