AIOct 31, 2023

Utilitarian Algorithm Configuration

arXiv:2310.20401v12 citationsh-index: 56
Originality Highly original
AI Analysis

This work addresses a fundamental issue in algorithm design for end users, offering a novel alternative to traditional runtime minimization methods.

The paper tackles the problem of configuring heuristic algorithms to maximize user utility rather than minimizing expected runtime, showing that this approach allows for meaningful empirical performance bounds and leads to effective configuration procedures with proven theoretical guarantees.

We present the first nontrivial procedure for configuring heuristic algorithms to maximize the utility provided to their end users while also offering theoretical guarantees about performance. Existing procedures seek configurations that minimize expected runtime. However, very recent theoretical work argues that expected runtime minimization fails to capture algorithm designers' preferences. Here we show that the utilitarian objective also confers significant algorithmic benefits. Intuitively, this is because mean runtime is dominated by extremely long runs even when they are incredibly rare; indeed, even when an algorithm never gives rise to such long runs, configuration procedures that provably minimize mean runtime must perform a huge number of experiments to demonstrate this fact. In contrast, utility is bounded and monotonically decreasing in runtime, allowing for meaningful empirical bounds on a configuration's performance. This paper builds on this idea to describe effective and theoretically sound configuration procedures. We prove upper bounds on the runtime of these procedures that are similar to theoretical lower bounds, while also demonstrating their performance empirically.

Code Implementations1 repo
Foundations

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

Your Notes