lpspline.constraints.bound.Bound#
- class lpspline.constraints.bound.Bound(lower: float | None = None, upper: float | None = None, n: int = 100, start: float | None = None, end: float | None = None)[source]#
Bases:
ConstraintConstraint enforcing lower and upper bounds on the spline output values using a grid-based discretization approach.