IMSL C# Numerical Library

MinUncon.Step Property

The stepsize to use when changing x.

public double Step {get; set;}

Property Value

A double scalar value specifying the order of magnitude estimate of the required change in x when stepping towards the minimum.

Remarks

By default, Step is set to 0.1.

See Also

MinUncon Class | Imsl.Math Namespace