cobyqa.models.Interpolation.point#

Interpolation.point(k)[source]#

Get the k-th interpolation point.

The return point is relative to the origin.

Parameters:
kint

Index of the interpolation point.

Returns:
numpy.ndarray, shape (n,)

k-th interpolation point.