yngtdd / hyperspace

Distributed Bayesian Optimization
23 stars 8 forks source link

ImportError: cannot import name 'robodrive' #29

Open yimjinkyu1 opened 4 years ago

yimjinkyu1 commented 4 years ago

When I run python ~~~/benchmarks/rastigrin/benchmark.py

I met bellow error

ImportError: cannot import name 'robodrive'

yngtodd commented 4 years ago

Hey @yimjinkyu1 , I apologize for the delay. Looks like some of the benchmarks broke with recent changes. I am opening up a new branch to take care of this.

yngtodd commented 4 years ago

I remember now having commented out the references to robobayes in the library's __init__ due to the RoBo dependency install being tricky to handle.

If the functionality from RoBo is not necessary, I propose deprecating this and removing that dependency.

yngtodd commented 4 years ago

30 removes this dependency. I am open to going for another solution, but, if this dependency is not used, it would be simpler to remove it.