Managed Iterative Algorithm<T, TError, TReport>.Max Evaluations Property
Gets or sets the maximum number of evaluations during the calculation.
Definition
Namespace: Extreme.Mathematics.Algorithms
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
An integer greater than or equal to zero.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public int MaxEvaluations { get; set; }
Property Value
Int32An integer greater than or equal to zero.
Remarks
For most algorithms, this property corresponds to function evaluations. However, details may vary.
Exceptions
Argument | The value is less thanzero. |