IMSL C# Numerical Library

MinUncon.Bound Property

The amount by which X may be changed from its initial value, Guess.

public double Bound {get; set;}

Property Value

A double scalar value specifying the amount by which X may be changed from its initial value. In other words, X is restricted to the interval [Guess-Bound, Guess+Bound].

Remarks

By default, Bound is set to 100.

See Also

MinUncon Class | Imsl.Math Namespace