ConvergenceMode Enumeration

Represents the ways an IterativeAlgorithm can converge to its final value.

Definition

Namespace: Extreme.Mathematics.Algorithms
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public enum ConvergenceMode

Members

Interval0 The algorithm produces a sequence of intervals of decreasing size.
Point1 The algorithm produces a sequence of values with error estimates.
Custom2 The method of convergence is determined by the inheriting class.

See Also