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: Numerics.NET.Algorithms
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
C#
An integer greater than zero.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
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. |