This is the code for our solution to the NeurIPS 2020 Black-Box Optimization Challenge.
Our solution is described in the "Solving Black-Box Optimization Challenge via Learning Search Space Partition for Local Bayesian Optimization" paper.
Our approach scored 92.509 in the finals and ranked 3rd overall!
- Mikita Sazanovich (github: @niksaz)
- Anastasiya Nikolskaya (github: @nuvard)
- Yury Belousov (github: @bruce-willis)
- Aleksei Shpilman
The paper is available at: https://arxiv.org/pdf/2012.10335.pdf (extended version from Proceedings of Machine Learning Research at: http://proceedings.mlr.press/v133/sazanovich21a.html).
If you want to cite this code, please use the following:
@misc{sazanovich2020solving,
title={Solving Black-Box Optimization Challenge via Learning Search Space Partition for Local Bayesian Optimization},
author={Mikita Sazanovich and Anastasiya Nikolskaya and Yury Belousov and Aleksei Shpilman},
year={2020},
eprint={2012.10335},
archivePrefix={arXiv},
primaryClass={cs.LG}
}
Our implementation is released under Apache License 2.0 license except for the code derived from TuRBO.