optiprofiler.FeaturedProblem.hcub#
- FeaturedProblem.hcub(x)[source]#
Evaluate the Hessian of the nonlinear inequality constraints.
- Parameters:
- xarray_like, shape (n,)
Point at which to evaluate the Hessian of the nonlinear inequality constraints.
- Returns:
- list of
numpy.ndarray, shape (m_nonlinear_ub,) List of Hessians of the nonlinear inequality constraints at x.
- list of
- Raises:
- ValueError
If the argument x has an invalid shape or if the return value of the argument
hcubhas an invalid shape.