NonlinearRegressionMaxIterations Property |
The maximum number of iterations allowed during optimization
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int MaxIterations { set; }
Public Overridable WriteOnly Property MaxIterations As Integer
Set
public:
virtual property int MaxIterations {
void set (int value);
}
abstract MaxIterations : int with set
override MaxIterations : int with set
Property Value
Type:
Int32
An
int specifying the maximum number of iterations allowed
during optimization.
Exceptions Exception | Condition |
---|
ArgumentException |
is thrown if MaxIterations is set less than or equal to 0
|
Remarks
The value must be greater than 0.
By default, MaxIterations = 100.
See Also