Skip to content

Commit

Permalink
fix: lower bounds fix epsilon for taskset_tabular
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiebergman committed Feb 1, 2024
1 parent c15be00 commit 5ae2d40
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 @@ -51,7 +51,7 @@ def _get_raw_taskset_space(
),
UniformFloatHyperparameter(
"epsilon",
lower=0,
lower=1e-12,
upper=1000,
log=True,
),
Expand Down

0 comments on commit 5ae2d40

Please sign in to comment.