cobyqa.problem.BoundConstraints.maxcv#

BoundConstraints.maxcv(x)[source]#

Evaluate the maximum constraint violation.

Parameters:
xarray_like, shape (n,)

Point at which the maximum constraint violation is evaluated.

Returns:
float

Maximum constraint violation at x.