bayesian-optimization / BayesianOptimization

A Python implementation of global optimization with gaussian processes.
https://bayesian-optimization.github.io/BayesianOptimization/index.html
MIT License
7.95k stars 1.55k forks source link

Inclusion of other adquisition functions #475

Closed oarcelus closed 5 months ago

oarcelus commented 7 months ago

I was wondering if it would be possible to includo other adquistion functions in the library.

till-m commented 7 months ago

Hey @oarcelus,

we're in the process of making acquisition functions easier to customize, see #447. The PR is currently on hold though, waiting for other changes. However the code is functional, so if you need this urgently, you should be able to install and create the functions you need based off of that branch. I hope this helps.

bwheelz36 commented 5 months ago

closing as #447 is about to be merged.