ManagedIterativeAlgorithm<T, TError, TReport>.DefaultConvergenceCriterion Field

Gets the default convergence criterion.

Definition

Namespace: Extreme.Mathematics.Algorithms
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public const ConvergenceCriterion DefaultConvergenceCriterion = ConvergenceCriterion.WithinAnyTolerance

Field Value

ConvergenceCriterion
The value of this field is WithinAnyTolerance.

Remarks

The value of this field is WithinAnyTolerance. Convergence is achieved when the size of the error is within either the relative or absolute tolerance. Use the ConvergenceCriterion property to choose a different criterion.

See Also