IMSL C# Numerical Library

MinConNLP.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 x, (with the smallest value of \left\| {x}
            \right\|_2) that satisfies the bounds.

See Also

MinConNLP Class | Imsl.Math Namespace