IMSL C# Numerical Library

MinConNLP.MaximumIterations Property

The maximum number of iterations allowed.

public int MaximumIterations {get; set;}

Property Value

An int specifying the maximum number of iterations allowed.

Remarks

By default, MaximumIterations is set to 200.

Exceptions

Exception Type Condition
ArgumentException is thrown if MaximumIterations is less than or equal to 0

See Also

MinConNLP Class | Imsl.Math Namespace