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

Adding multi-fidelity optimizers #127

Open
wants to merge 149 commits into
base: Develop
Choose a base branch
from
Open

Adding multi-fidelity optimizers #127

wants to merge 149 commits into from

Conversation

lage2104
Copy link

@TillFetzer and myself (@lage2104 ) implemented 4 multi-fidelity optimizers to NASLib.
These are: Successive Halving, Hyperband, Bayesian Optimization Hyperband and Differential Evolution Hyperband.
The implementation is mainly based on https://github.com/automl/nas-bench-x11.
Their implementation has been improved to run stable in NASLib.

TillFetzer and others added 30 commits November 3, 2021 18:15
- concept for multi-fidelity trainer
- concept for successive halving optimizer

Co-authored-by: Lars Gerne <[email protected]>
- sh optimizer: add support for budget type "epoch"
- train_statistics:  add support to be able to track fidelities

Co-authored-by: Lars Gerne <[email protected]>
+added hash to dict
+try different checkpointer
for now, just prototyping
but one thing make no sense
Co-authored-by: Lars Gerne <[email protected]>
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

Successfully merging this pull request may close these issues.

2 participants