Click or drag to resize

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; }

Property Value

Type: Int32
The total number of evaluations allowed, which must be non-negative.
See Also