Click or drag to resize
Accord.NET (logo)

ISingleValueConvergence Properties

The ISingleValueConvergence type exposes the following members.

Properties
  NameDescription
Public propertyCurrentIteration
Gets the current iteration number.
(Inherited from IConvergence.)
Public propertyHasConverged
Gets or sets whether the algorithm has converged.
(Inherited from IConvergence.)
Public propertyIterations Obsolete.
Please use MaxIterations instead.
(Inherited from IConvergenceT.)
Public propertyMaxIterations
Gets or sets the maximum number of iterations performed by the iterative algorithm.
(Inherited from IConvergence.)
Public propertyNewValue
Gets or sets the watched value after the iteration.
(Inherited from IConvergenceT.)
Public propertyTolerance
Gets or sets the maximum relative change in the watched value after an iteration of the algorithm used to detect convergence.
(Inherited from IConvergence.)
Top
See Also