cobyqa.problem.Constraints#

class cobyqa.problem.Constraints[source]#

Base class for constraints.

Attributes:
m

Number of constraints.

Methods

project(x)

Project a point onto the feasible set.

resid(x, *args)

Evaluate the constraint residuals.