cobyqa.models.Models.fun_curv#

Models.fun_curv(v)[source]#

Evaluate the curvature of the quadratic model of the objective function along a given direction.

Parameters:
vnumpy.ndarray, shape (n,)

Direction along which the curvature of the quadratic model of the objective function is evaluated.

Returns:
float

Curvature of the quadratic model of the objective function along v.