Bayesian Optimization Meets Search Based Optimization: A Hybrid Approach for Multi-Fidelity Optimization

Abstract

Many real-life problems require optimizing functions with expensive evaluations. Bayesian Optimization (BO) and Search-based Optimization (SO) are two broad families of algorithms that try to find the global optima of a function with the goal of minimizing the number of function evaluations. A large body of existing work deals with the single-fidelity setting, where function evaluations are very expensive but accurate. However, in many applications, we have access to multiple-fidelity functions that vary in their cost and accuracy of evaluation. In this paper, we propose a novel approach called Multi-fidelity Hybrid (MF-Hybrid) that combines the best attributes of both BO and SO methods to discover the global optima of a black-box function with minimal cost. Our experiments on multiple benchmark functions show that the MF-Hybrid algorithm outperforms existing single-fidelity and multi-fidelity optimization algorithms.

Cite

Text

Hoag and Doppa. "Bayesian Optimization Meets Search Based Optimization: A Hybrid Approach for Multi-Fidelity Optimization." AAAI Conference on Artificial Intelligence, 2018. doi:10.1609/AAAI.V32I1.12184

Markdown

[Hoag and Doppa. "Bayesian Optimization Meets Search Based Optimization: A Hybrid Approach for Multi-Fidelity Optimization." AAAI Conference on Artificial Intelligence, 2018.](https://mlanthology.org/aaai/2018/hoag2018aaai-bayesian/) doi:10.1609/AAAI.V32I1.12184

BibTeX

@inproceedings{hoag2018aaai-bayesian,
  title     = {{Bayesian Optimization Meets Search Based Optimization: A Hybrid Approach for Multi-Fidelity Optimization}},
  author    = {Hoag, Ellis and Doppa, Janardhan Rao},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2018},
  pages     = {8085-8086},
  doi       = {10.1609/AAAI.V32I1.12184},
  url       = {https://mlanthology.org/aaai/2018/hoag2018aaai-bayesian/}
}