automl / NASLib

NASLib is a Neural Architecture Search (NAS) library for facilitating NAS research for the community by providing interfaces to several state-of-the-art NAS search spaces and optimizers.
Apache License 2.0
514 stars 118 forks source link

Adding multi-fidelity optimizers #127

Open lage2104 opened 2 years ago

lage2104 commented 2 years ago

@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.