The maximum number of iterations allowed during optimization
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual int MaxIterations { set; } |
Visual Basic (Declaration) |
---|
Public Overridable WriteOnly Property MaxIterations As Integer |
Visual C++ |
---|
public: virtual property int MaxIterations { void set (int value); } |
Field Value
An int specifying the maximum number of iterations allowed during optimization.
Remarks
The value must be greater than 0. By default, MaxIterations = 100.
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentException | is thrown if MaxIterations is set less than or equal to 0 |