IntRange#

class openstef_core.mixins.param_ranges.IntRange(low: int | None = None, high: int | None = None, log: bool = False, tune: bool = False) None[source]

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: