automl / RoBO

RoBO: a Robust Bayesian Optimization framework
BSD 3-Clause "New" or "Revised" License
482 stars 133 forks source link

Parallel BO #89

Open dodgejesse opened 6 years ago

dodgejesse commented 6 years ago

Hello,

How can I run this code so it includes parallel evaluations? Specifically, the paper Bayesian Optimization with Robust Bayesian Neural Networks claims to have parallel evaluations (in section 3) but I don't see that implemented here. I would like to be able to run such that at each iteration, it draws multiple hyperparameters assignments.

If this isn't implemented, is there a better package for parallel BO?

Thanks.

aaronkl commented 6 years ago

Hi, unfortunately RoBO doesn't allows for parallel BO runs. However, we are actively working on a new BO method based on Hyperband (see our workshop paper) that can be run in parallel (code is online here). But we probably can't give you support until after the ICML deadline