EvaluationSettingsEvaluationBudget Property
Gets or sets the total number of evaluations allowed.
Namespace: Meta.Numerics.AnalysisAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
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
Int32The total number of evaluations allowed, which must be non-negative.