ManagedIterativeAlgorithm<T, TError, TReport>.MaxEvaluations 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#
public int MaxEvaluations { get; set; }

Property Value

Int32
An integer greater than or equal to zero.

Remarks

For most algorithms, this property corresponds to function evaluations. However, details may vary.

Exceptions

ArgumentOutOfRangeException The value is less thanzero.

See Also