kiudee/bayes-skopt

Support ensembles of acquisition functions

Opened this issue · 0 comments

The library only supports passing one acquisition function right now.
To support ensembles (e. g. GP hedge) or schedules (e. g. first explore using Thompson sampling, then switch to MES/EI to exploit), it should be possible to pass arbitrary callback classes.