ZerosFunctionMaxEvaluations Property |
The maximum number of function evaluations allowed.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int MaxEvaluations { get; set; }
Public Overridable Property MaxEvaluations As Integer
Get
Set
public:
virtual property int MaxEvaluations {
int get ();
void set (int value);
}
abstract MaxEvaluations : int with get, set
override MaxEvaluations : int with get, set
Property Value
Type:
Int32
An
int containing the maximum number of
function evaluations allowed. Once this limit is
reached, the roots found are returned.
Default: MaxEvaluations= 100.
Remarks
Methods AllConverged and property
NumberOfRootsFound can be used to confirm
whether or not the number of roots requested were found
within the maximum evaluations specified.
MaxEvaluations must be greater than or
equal to 0.
See Also