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:
Methods
point
(k)Get the k-th interpolation point.