Click or drag to resize
MinUnconMultiVarSetGuess Method
Sets the initial guess of the minimum point of the input function.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public void SetGuess(
	double[] guess
)

Parameters

guess
Type: SystemDouble
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