designspace.RealRemaining#
- class designspace.RealRemaining(lo: float, hi: float, lo_inclusive: bool, hi_inclusive: bool, grid: QuantizedSpec | None)#
Bases:
objectWhat a real parameter may still take, given a partial configuration.
- lo_inclusive#
Whether lo itself is still allowed. A strict < constraint leaves it excluded.
- Type:
- grid#
The grid, if the parameter is quantized.
- Type:
QuantizedSpec | None