cobyqa.models.Models.fun#
- Models.fun(x)[source]#
Evaluate the quadratic model of the objective function at a given point.
- Parameters:
- x
numpy.ndarray, shape (n,) Point at which to evaluate the quadratic model of the objective function.
- x
- Returns:
- float
Value of the quadratic model of the objective function at x.