Gets or sets a value that indicates the number of times the test criteria must be fulfilled
before the test is considered successful.
Namespace:
Extreme.Mathematics.Algorithms
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public int RequiredSuccessivePasses { get; set; }
Public Property RequiredSuccessivePasses As Integer
Get
Set
public:
property int RequiredSuccessivePasses {
int get ();
void set (int value);
}
member RequiredSuccessivePasses : int with get, set
Property Value
Type:
Int32
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.
Reference