Gets or sets the maximum number of iterations
to use when approximating the roots of the target
function.
Namespace:
Extreme.Mathematics.Algorithms
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public int MaxIterations { get; set; }
Public Property MaxIterations As Integer
Get
Set
public:
property int MaxIterations {
int get ();
void set (int value);
}
member MaxIterations : int with get, set
Property Value
Type:
Int32An integer greater than zero.
If the ConvergenceCriterion property is
set to NumberOfIterations,
this is also the number of iterations that will be performed.
Reference