|
|
IConvergence Interface |
Namespace: Accord.Math
The IConvergence type exposes the following members.
| Name | Description | |
|---|---|---|
| CurrentIteration |
Gets the current iteration number.
| |
| HasConverged |
Gets or sets whether the algorithm has converged.
| |
| MaxIterations |
Gets or sets the maximum number of iterations
performed by the iterative algorithm.
| |
| Tolerance |
Gets or sets the maximum relative change in the watched value
after an iteration of the algorithm used to detect convergence.
|
| Name | Description | |
|---|---|---|
| Clear |
Resets this instance, reverting all iteration statistics
statistics (number of iterations, last error) back to zero.
|