Utilitarian Algorithm Configuration for Infinite Parameter Spaces
Devon Graham, Kevin Leyton-Brown
TL;DR
This work addresses the limitation of prior utilitarian algorithm configuration methods that are restricted to finite parameter spaces by introducing COUP, a continuous, optimistic, UCB-based procedure for searching infinite configuration spaces. COUP extends the finite-space OUP by operating in phases over expanding candidate sets and guaranteeing $(\epsilon,\gamma)$-optimality with high probability, while maintaining strong theoretical bounds and practical efficiency. Empirically, COUP and its finite counterpart OUP outperform or match existing baselines across datasets and utilities, and COUP's phase-based exploration proves effective with only modest overhead when scaling to large configuration spaces. The approach substantially broadens the applicability of utilitarian configuration to continuous domains, enabling faster, principled parameter optimization in real-world settings.
Abstract
Utilitarian algorithm configuration is a general-purpose technique for automatically searching the parameter space of a given algorithm to optimize its performance, as measured by a given utility function, on a given set of inputs. Recently introduced utilitarian configuration procedures offer optimality guarantees about the returned parameterization while provably adapting to the hardness of the underlying problem. However, the applicability of these approaches is severely limited by the fact that they only search a finite, relatively small set of parameters. They cannot effectively search the configuration space of algorithms with continuous or uncountable parameters. In this paper we introduce a new procedure, which we dub COUP (Continuous, Optimistic Utilitarian Procrastination). COUP is designed to search infinite parameter spaces efficiently to find good configurations quickly. Furthermore, COUP maintains the theoretical benefits of previous utilitarian configuration procedures when applied to finite parameter spaces but is significantly faster, both provably and experimentally.
