embcol.problem.Bounds¶
- class embcol.problem.Bounds(lower, upper)[source]¶
Bases:
objectBounds of parameters.
- Parameters:
lower (array-like of
float) – Lower bounds of parameters. The shape must be(N,), whereNis the number of parameters.upper (array-like of
float) – Upper bounds of parameters. The shape must be(N,), whereNis the number of parameters.
Attributes
Methods
violation(params)Measure degrees of the bound violation.