cobyqa.models.Interpolation#

class cobyqa.models.Interpolation(pb, options)[source]#

Interpolation set.

This class stores a base point around which the models are expanded and the interpolation points. The coordinates of the interpolation points are relative to the base point.

Attributes:
n

Number of variables.

npt

Number of interpolation points.

x_base

Base point around which the models are expanded.

xpt

Interpolation points.

Methods

point(k)

Get the k-th interpolation point.