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

Support batched promotions in ASHA #689

Merged
merged 10 commits into from
Nov 23, 2021

Conversation

bouthilx
Copy link
Member

@bouthilx bouthilx commented Nov 16, 2021

Why:

Currently only one promotion can be done for each suggest. This means
with pool-size greater than 1 ASHA would always end up suggesting many
new trials and only do 1 promotion at a time.

Why:

Currently only one promotion can be done for each suggest. This means
with pool-size greater than 1 ASHA would always end up suggesting many
new trials and only do 1 promotion at a time.
@bouthilx bouthilx added this to In progress in Release v0.2.0 via automation Nov 17, 2021
@bouthilx bouthilx added this to the v0.2 milestone Nov 17, 2021
Why:

The deep copy required to save algorithm's state needed to deepcopy all
brackets, which are already copied as another attribute. We should
instead keep indices to corresponding bracket so that the dictionary is
more lightweight during the copy.
@bouthilx bouthilx merged commit aabb02f into Epistimio:develop Nov 23, 2021
Release v0.2.0 automation moved this from In progress to Done Nov 23, 2021
@bouthilx bouthilx mentioned this pull request Nov 24, 2021
@bouthilx bouthilx added the enhancement Improves a feature or non-functional aspects (e.g., optimization, prettify, technical debt) label Nov 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improves a feature or non-functional aspects (e.g., optimization, prettify, technical debt)
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant