cobyqa.models.Quadratic.hess#

Quadratic.hess(interpolation)[source]#

Evaluate the Hessian matrix of the quadratic model.

Parameters:
interpolationcobyqa.models.Interpolation

Interpolation set.

Returns:
numpy.ndarray, shape (n, n)

Hessian matrix of the quadratic model.