cobyqa.problem.LinearConstraints.maxcv#

LinearConstraints.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.