Bases: _BoundedRange
Annotate a HyperParams float field as tunable within [low, high].
- Parameters:
-
-
low:
float | None = None
-
high:
float | None = None
-
__init__(low: float | None = None, high: float | None = None, log: bool = False, tune: bool = False) → None
- Parameters:
-