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