Skip to content

Commit

Permalink
fix: upper bound of exponential_decay taskset_tabular
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiebergman committed Feb 1, 2024
1 parent 581c808 commit f64118f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mfpbench/taskset_tabular/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def _get_raw_taskset_space(
UniformFloatHyperparameter(
"exponential_decay",
lower=1e-6,
upper=1e-4,
upper=1e-3,
log=True,
),
],
Expand Down

0 comments on commit f64118f

Please sign in to comment.