LGMLJun 6, 2020

Combinatorial Black-Box Optimization with Expert Advice

arXiv:2006.03963v217 citations
Originality Incremental advance
AI Analysis

This addresses the computational inefficiency in combinatorial black-box optimization, which is a bottleneck for applications with moderate variable counts, though it is incremental as it builds on existing methods like simulated annealing and expert advice.

The paper tackles the problem of black-box function optimization over combinatorial domains, specifically the boolean hypercube, by proposing a computationally efficient model learning algorithm based on multilinear polynomials and exponential weight updates, which achieves competitive performance while improving computational time by up to several orders of magnitude compared to state-of-the-art methods.

We consider the problem of black-box function optimization over the boolean hypercube. Despite the vast literature on black-box function optimization over continuous domains, not much attention has been paid to learning models for optimization over combinatorial domains until recently. However, the computational complexity of the recently devised algorithms are prohibitive even for moderate numbers of variables; drawing one sample using the existing algorithms is more expensive than a function evaluation for many black-box functions of interest. To address this problem, we propose a computationally efficient model learning algorithm based on multilinear polynomials and exponential weight updates. In the proposed algorithm, we alternate between simulated annealing with respect to the current polynomial representation and updating the weights using monomial experts' advice. Numerical experiments on various datasets in both unconstrained and sum-constrained boolean optimization indicate the competitive performance of the proposed algorithm, while improving the computational time up to several orders of magnitude compared to state-of-the-art algorithms in the literature.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes