evhub / bbopt

Black box hyperparameter optimization made easy.
Apache License 2.0
75 stars 8 forks source link

Add meta backend #14

Closed evhub closed 3 years ago

evhub commented 3 years ago

Should work like the mixture backend except it uses a bandit strategy (eps greedy, boltzmann, boltzmann-gumbel) to pick between backends rather than a fixed mixture distribution.

evhub commented 3 years ago

BBopt now has bb.run_meta, which should resolve this issue.