[SQUASH] Oopsie.
This commit is contained in:
parent
40f5c7853e
commit
e934d3ddfb
@ -88,7 +88,7 @@ class FloatParameter(BaseParameter):
|
|||||||
value: float
|
value: float
|
||||||
opt_range: Sequence[float]
|
opt_range: Sequence[float]
|
||||||
|
|
||||||
def __init__(self, low: Union[float, Sequence[float]], high: Optional[int] = None, *,
|
def __init__(self, low: Union[float, Sequence[float]], high: Optional[float] = None, *,
|
||||||
default: float, space: Optional[str] = None, enabled: bool = True, **kwargs):
|
default: float, space: Optional[str] = None, enabled: bool = True, **kwargs):
|
||||||
"""
|
"""
|
||||||
Initialize hyperopt-optimizable parameter.
|
Initialize hyperopt-optimizable parameter.
|
||||||
|
Loading…
Reference in New Issue
Block a user