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