Every Call is Precious: Global Optimization of Black-Box Functions with Unknown Lipschitz Constants
Fares Fourati, Salma Kharrat, Vaneet Aggarwal, Mohamed-Slim Alouini
TL;DR
This work tackles global maximization of expensive black-box functions with unknown Lipschitz constants. It introduces Every Call is Precious (ECP), an adaptive algorithm that avoids estimating $k$ by expanding an acceptance region via a growing sequence of $\\varepsilon_t$, ensuring evaluations stay in regions likely to contain maximizers. Theoretical guarantees include no-regret in the infinite-budget setting and minimax-optimal regret in finite budgets, alongside finite-time computational guarantees. Extensive experiments on 30 non-convex problems show ECP outperforms 10 benchmark methods across disciplines and budgets, with robust performance and publicly available code, making it a competitive approach for practical global optimization under unknown smoothness.
Abstract
Optimizing expensive, non-convex, black-box Lipschitz continuous functions presents significant challenges, particularly when the Lipschitz constant of the underlying function is unknown. Such problems often demand numerous function evaluations to approximate the global optimum, which can be prohibitive in terms of time, energy, or resources. In this work, we introduce Every Call is Precious (ECP), a novel global optimization algorithm that minimizes unpromising evaluations by strategically focusing on potentially optimal regions. Unlike previous approaches, ECP eliminates the need to estimate the Lipschitz constant, thereby avoiding additional function evaluations. ECP guarantees no-regret performance for infinite evaluation budgets and achieves minimax-optimal regret bounds within finite budgets. Extensive ablation studies validate the algorithm's robustness, while empirical evaluations show that ECP outperforms 10 benchmark algorithms including Lipschitz, Bayesian, bandits, and evolutionary methods across 30 multi-dimensional non-convex synthetic and real-world optimization problems, which positions ECP as a competitive approach for global optimization.
