# Mixed-Variable Bayesian Optimization

**Authors:** Erik Daxberger, Anastasia Makarova, Matteo Turchetta, Andreas Krause

arXiv: 1907.01329 · 2020-08-05

## TL;DR

MiVaBo is a novel Bayesian optimization algorithm designed for efficient optimization of mixed-variable functions with discrete constraints, demonstrating superior sample efficiency in hyperparameter tuning tasks.

## Contribution

Introduces MiVaBo, the first BO method capable of handling complex discrete constraints in mixed-variable domains with convergence guarantees.

## Key findings

- MiVaBo outperforms existing methods in hyperparameter tuning tasks.
- Provides the first convergence analysis for mixed-variable BO.
- Efficiently handles complex discrete constraints in optimization.

## Abstract

The optimization of expensive to evaluate, black-box, mixed-variable functions, i.e. functions that have continuous and discrete inputs, is a difficult and yet pervasive problem in science and engineering. In Bayesian optimization (BO), special cases of this problem that consider fully continuous or fully discrete domains have been widely studied. However, few methods exist for mixed-variable domains and none of them can handle discrete constraints that arise in many real-world applications. In this paper, we introduce MiVaBo, a novel BO algorithm for the efficient optimization of mixed-variable functions combining a linear surrogate model based on expressive feature representations with Thompson sampling. We propose an effective method to optimize its acquisition function, a challenging problem for mixed-variable domains, making MiVaBo the first BO method that can handle complex constraints over the discrete variables. Moreover, we provide the first convergence analysis of a mixed-variable BO algorithm. Finally, we show that MiVaBo is significantly more sample efficient than state-of-the-art mixed-variable BO algorithms on several hyperparameter tuning tasks, including the tuning of deep generative models.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.01329/full.md

## Figures

14 figures with captions in the complete paper: https://tomesphere.com/paper/1907.01329/full.md

---
Source: https://tomesphere.com/paper/1907.01329