BoundedLeastSquaresMaximumFunctionEvals Property |
The maximum number of function evaluations.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int MaximumFunctionEvals { get; set; }
Public Property MaximumFunctionEvals As Integer
Get
Set
public:
property int MaximumFunctionEvals {
int get ();
void set (int value);
}
member MaximumFunctionEvals : int with get, set
Property Value
Type:
Int32
A
int scalar containing the maximum number of function
evaluations.
See Also