automl / RoBO

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

bohamiann.py algorithm not available #116

Open dessertgrace opened 3 years ago

dessertgrace commented 3 years ago

Hi, On the current version of RoBO there is no RoBO/robo/fmin/bohamiann.py script. How can I get this? Or is there another library that has a similar algorithm? I am trying to do Bayesian Optimization with Bayesian neural networks. Thanks, Grace

samuelkim314 commented 2 years ago

Looking at the code for Bayesian optimization (https://github.com/automl/RoBO/blob/master/robo/fmin/bayesian_optimization.py) it looks like the Bohamiann code was moved to https://github.com/automl/RoBO/blob/master/robo/models/wrapper_bohamiann.py, with the core code at this repository: https://github.com/automl/pybnn. Not sure why everything was rearranged.