optiprofiler.FeaturedProblem.hcub

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.

Raises:
ValueError

If the argument x has an invalid shape or if the return value of the argument hcub has an invalid shape.