IMSL C# Numerical Library

MinUncon.Guess Property

The initial guess of the minimum point of the input function.

public double Guess {get; set;}

Property Value

A double scalar value specifying the initial guess of the minimum point of the input function.

Remarks

By default, an initial guess of 0.0 is used.

See Also

MinUncon Class | Imsl.Math Namespace