Skip to content

Commit

Permalink
Merge branch 'main' into sergiym/storage/ts_round
Browse files Browse the repository at this point in the history
  • Loading branch information
motus authored Jul 10, 2024
2 parents 681034b + 5a06286 commit 6950e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlos_bench/mlos_bench/schedulers/base_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def schedule_trial(self, tunables: TunableGroups) -> None:
# prevented).
"optimizer": self.optimizer.name,
"repeat_i": repeat_i,
"is_defaults": tunables.is_defaults,
"is_defaults": tunables.is_defaults(),
**{
f"opt_{key}_{i}": val
for (i, opt_target) in enumerate(self.optimizer.targets.items())
Expand Down

0 comments on commit 6950e09

Please sign in to comment.