Source code for lightwin.optimisation.objective.quantity_is_between
"""Define an objective that is a quantity must be within some bounds.
.. todo::
Implement loss functions.
"""
import logging
from lightwin.optimisation.objective.objective import (
QuantityIsBetween as _QuantityIsBetween,
)