Click or drag to resize
MinConNLPMaximumIterations Property
The maximum number of iterations allowed.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public int MaximumIterations { get; set; }

Property Value

Type: Int32
An int specifying the maximum number of iterations allowed.
Exceptions
ExceptionCondition
ArgumentException is thrown if MaximumIterations is less than or equal to 0
Remarks
By default, MaximumIterations is set to 200.
See Also