Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mlos_bench: first class scheduler support #463

Open
bpkroth opened this issue Jul 31, 2023 · 2 comments
Open

mlos_bench: first class scheduler support #463

bpkroth opened this issue Jul 31, 2023 · 2 comments
Assignees

Comments

@bpkroth
Copy link
Contributor

bpkroth commented Jul 31, 2023

Right now we lack support for complex scheduling policies of future trials in mlos_bench.

This can be useful for:

  • repeating a trial across space (nodes, regions, etc.) and time in order to gain confidence in results and test for robustness to noise
  • manually "focusing" on a region of the config space
  • etc.
@motus motus self-assigned this Aug 15, 2023
@bpkroth
Copy link
Contributor Author

bpkroth commented Nov 30, 2023

Wrote some notes for this in #380 (comment)

bpkroth added a commit that referenced this issue Jan 19, 2024
Adds very rudimentary support for repeating configs across multiple
trials. We fully expect to expand on more advanced support for this once
we add a proper scheduler (#463).

Additional tests forth coming with #633 and related PRs.
@bpkroth
Copy link
Contributor Author

bpkroth commented Feb 19, 2024

#676 adds some initial support for this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants