cobyqa.models.Quadratic.shift_x_base#
- Quadratic.shift_x_base(interpolation, new_x_base)[source]#
Shift the point around which the quadratic model is defined.
- Parameters:
- interpolation
cobyqa.models.Interpolation Previous interpolation set.
- new_x_base
numpy.ndarray, shape (n,) Point that will replace
interpolation.x_base.
- interpolation