EvaluationSettingsEvaluationBudget Property |
Gets or sets the total number of evaluations allowed.
Namespace:
Meta.Numerics.Analysis
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public int EvaluationBudget { get; set; }
Public Property EvaluationBudget As Integer
Get
Set
public:
property int EvaluationBudget {
int get ();
void set (int value);
}
member EvaluationBudget : int with get, set
Property Value
Type:
Int32The total number of evaluations allowed, which must be non-negative.
See Also