Convergence Test<T>.Required Successive Passes Property
Gets or sets a value that indicates the number of times the test criteria must be fulfilled
before the test is considered successful.
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 int RequiredSuccessivePasses { get; set; }
Property Value
Int32Remarks
Some algorithms may show only marginal changes from one iteration to the next. If a convergence test is successful, the algorithm may end prematurely. To avoid this situation, set this property to a value larger than 1.
Exceptions
Argument | value is less than or equal to zero. |