We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14f30a5 commit 4f35663Copy full SHA for 4f35663
pkg/suggestion/v1beta1/hyperopt/base_service.py
@@ -69,7 +69,7 @@ def create_hyperopt_domain(self):
69
# Uniform distribution: values are sampled between min and max.
70
# If step is defined, we use the quantized version quniform.
71
if param.step:
72
- hyperopt_search_space[param.name] = hyperopt.hp.uniformint(
+ hyperopt_search_space[param.name] = hyperopt.hp.quniform(
73
param.name,
74
float(param.min),
75
float(param.max),
0 commit comments