IMSL C# Numerical Library

NonlinLeastSquares.MaximumStepsize Property

The maximum allowable stepsize to use.

public double MaximumStepsize {get; set;}

Property Value

A nonnegative double value specifying the maximum allowable stepsize.

Remarks

By default, the maximum stepsize is set to a default value based on a scaled Guess.

Exceptions

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

See Also

NonlinLeastSquares Class | Imsl.Math Namespace