Click or drag to resize
Accord.NET (logo)

IConvergence Interface

Common interface for convergence detection algorithms.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public interface IConvergence
Request Example View Source

The IConvergence type exposes the following members.

Properties
  NameDescription
Public propertyCurrentIteration
Gets the current iteration number.
Public propertyHasConverged
Gets or sets whether the algorithm has converged.
Public propertyMaxIterations
Gets or sets the maximum number of iterations performed by the iterative algorithm.
Public propertyTolerance
Gets or sets the maximum relative change in the watched value after an iteration of the algorithm used to detect convergence.
Top
Methods
  NameDescription
Public methodClear
Resets this instance, reverting all iteration statistics statistics (number of iterations, last error) back to zero.
Top
See Also