Click or drag to resize
Accord.NET (logo)

IConvergence Properties

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
See Also