IMSL C# Numerical Library

NonlinLeastSquares.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, the maximum number of iterations is set to 100.

Exceptions

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

See Also

NonlinLeastSquares Class | Imsl.Math Namespace