NonlinLeastSquaresMaximumIterations Property |
The maximum number of iterations allowed.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int MaximumIterations { get; set; }
Public Property MaximumIterations As Integer
Get
Set
public:
property int MaximumIterations {
int get ();
void set (int value);
}
member MaximumIterations : int with get, set
Property Value
Type:
Int32
An
int specifying the maximum number of iterations allowed.
Exceptions Exception | Condition |
---|
ArgumentException |
is thrown if MaxIterations is less than or equal to 0
|
Remarks
By default, the maximum number of
iterations is set to 100.
See Also