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:
- v
numpy.ndarray, shape (n,) Direction along which the curvature of the quadratic model of the objective function is evaluated.
- v
- Returns:
- float
Curvature of the quadratic model of the objective function along v.