Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 1.15 KB

File metadata and controls

20 lines (10 loc) · 1.15 KB

TrustRegionBayesianOptimization.jl

Build Status

This repo contains experimental code at the moment.

This package provides an implementation of Trust Region Bayesian Optimization (TuRBO) algorithm.

Credits

The TuRBO algorithm was introduced in Scalable Global Optimization via Local Bayesian Optimization by David Eriksson, Michael Pearce, Jacob Gardner, Ryan D. Turner, Matthias Poloczek.

The above mentioned paper was published in NeurIPS 2019, more information can be found here.

Licence

This package reuses some implementation tricks from the code-release for the TuRBO algorithm, available at https://github.com/uber-research/TuRBO/.

Please consult the accompanied LICENCE.md file, which coincides with the original licence of the code-release for the TuRBO algorithm mentioned above.