Managed Iterative Algorithm<T, TError, TReport>.Max Iterations Property
Gets or sets the maximum number of iterations
to use when approximating the roots of the target
function.
Definition
Namespace: Extreme.Mathematics.Algorithms
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
An integer greater than zero.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public int MaxIterations { get; set; }
Property Value
Int32An integer greater than zero.
Remarks
If the ConvergenceCriterion property is set to NumberOfIterations, this is also the number of iterations that will be performed.
Exceptions
Argument | The value is less than or equal to zero. |