Gets or sets the maximum number of evaluations during the calculation.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Property MaxEvaluations As Integer |
| C# |
|---|
public int MaxEvaluations { get; set; } |
| C++ |
|---|
public: int MaxEvaluations { int get (); void set (int value); } |
Value
An integer greater than zero.
Remarks
For most algorithms, this property corresponds to function evaluations. However, details may vary.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The value is less than or equal to zero. |