Managed Iterative Algorithm<T, TError, TReport>.Max Evaluations Property
Gets or sets the maximum number of evaluations during the calculation.
Definition
Namespace: Numerics.NET.Algorithms
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
An integer greater than or equal to zero.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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. |