IMSL C# Numerical Library

MinUnconMultiVar.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, maximum stepsize is set to a value based on a scaled Guess.

Exceptions

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

See Also

MinUnconMultiVar Class | Imsl.Math Namespace