Convergence Test<T>.Run Before Iteration Property
Gets or sets whether the convergence test should be run
before the first actual iteration.
Definition
Namespace: Extreme.Mathematics.Algorithms
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public bool RunBeforeIteration { get; set; }
Property Value
BooleanRemarks
Some convergence tests are valid only after the algorithm has performed an iteration. This is true for any test that compares a current value to a previous value. Such tests should have their RunBeforeIteration property set to false.