Click or drag to resize
Accord.NET (logo)

RelativeParameterConvergence Properties

The RelativeParameterConvergence type exposes the following members.

Properties
  NameDescription
Public propertyCurrentIteration
Gets or sets the current iteration number.
Public propertyDelta
Gets the maximum relative parameter change after the last iteration.
Public propertyHasConverged
Gets whether the algorithm has converged.
Public propertyHasDiverged
Gets whether the algorithm has diverged.
Public propertyIterations Obsolete.
Please use MaxIterations instead.
Public propertyMaxIterations
Gets or sets the maximum number of iterations performed by the iterative algorithm.
Public propertyNewValues
Gets or sets the watched value after the iteration.
Public propertyOldValues
Gets or sets 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.
Top
See Also