cobyqa.models.Quadratic.curv#
- Quadratic.curv(v, interpolation)[source]#
Evaluate the curvature of the quadratic model along a given direction.
- Parameters:
- v
numpy.ndarray, shape (n,) Direction along which the curvature of the quadratic model is evaluated.
- interpolation
cobyqa.models.Interpolation Interpolation set.
- v
- Returns:
- float
Curvature of the quadratic model along v.