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

bohamiann.py algorithm not available #116

Open
dessertgrace opened this issue Jun 4, 2021 · 1 comment
Open

bohamiann.py algorithm not available #116

dessertgrace opened this issue Jun 4, 2021 · 1 comment

Comments

@dessertgrace
Copy link

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
Copy link

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.

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

No branches or pull requests

2 participants