Managed Iterative Algorithm<T, TError, TReport>.Default Convergence Criterion Field
Gets the default convergence criterion.
Definition
Namespace: Numerics.NET.Algorithms
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The value of this field is WithinAnyTolerance.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public const ConvergenceCriterion DefaultConvergenceCriterion = ConvergenceCriterion.WithinAnyTolerance
Field Value
ConvergenceCriterionThe 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.