IMSL C# Numerical Library

MinUnconMultiVar.SetGuess Method 

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

public void SetGuess(
   double[] guess
);

Parameters

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

Remarks

By default, the elements of this array are set to 0.0.

See Also

MinUnconMultiVar Class | Imsl.Math Namespace