Click or drag to resize
Accord.NET (logo)

AbsoluteConvergence Properties

The AbsoluteConvergence type exposes the following members.

Properties
  NameDescription
Public propertyCurrentIteration
Gets or sets the current iteration number.
Public propertyHasConverged
Gets whether the algorithm has converged.
Public propertyIterations Obsolete.
Please use MaxIterations instead.
Public propertyMaxIterations
Gets or sets the maximum number of iterations performed by the iterative algorithm. Default is 100.
Public propertyNewValue
Gets or sets the watched value after the iteration.
Public propertyOldValue
Gets the watched value before the iteration.
Public propertyTolerance
Gets or sets the maximum change in the watched value after an iteration of the algorithm used to detect convergence. Default is 0.
Top
See Also