cobyqa.models.Quadratic.__call__#
- Quadratic.__call__(x, interpolation)[source]#
Evaluate the quadratic model at a given point.
- Parameters:
- x
numpy.ndarray, shape (n,) Point at which the quadratic model is evaluated.
- interpolation
cobyqa.models.Interpolation Interpolation set.
- x
- Returns:
- float
Value of the quadratic model at x.