Agent Tuning & Optimization 相关度: 7/10

Pareto-Optimal Anytime Algorithms via Bayesian Racing

Jonathan Wurth, Helena Stegherr, Neele Kemper, Michael Heider, Jörg Hähner
arXiv: 2603.08493v1 发布: 2026-03-09 更新: 2026-03-09

AI 摘要

提出PolarBear框架,通过贝叶斯竞争方法,在未知计算预算下选择Pareto最优的随时算法。

主要贡献

  • 提出基于排序的算法比较框架,无需归一化和已知最优解
  • 开发PolarBear算法,通过自适应采样识别随时Pareto集
  • 提供支持下游算法选择的后验分布,适用于任意时间偏好和风险偏好

方法论

使用Plackett-Luce排序模型进行贝叶斯推断,通过自适应采样和早期消除,识别Pareto最优算法集合。

原文摘要

Selecting an optimization algorithm requires comparing candidates across problem instances, but the computational budget for deployment is often unknown at benchmarking time. Current methods either collapse anytime performance into a scalar, require manual interpretation of plots, or produce conclusions that change when algorithms are added or removed. Moreover, methods based on raw objective values require normalization, which needs bounds or optima that are often unavailable and breaks coherent aggregation across instances. We propose a framework that formulates anytime algorithm comparison as Pareto optimization over time: an algorithm is non-dominated if no competitor beats it at every timepoint. By using rankings rather than objective values, our approach requires no bounds, no normalization, and aggregates coherently across arbitrary instance distributions without requiring known optima. We introduce PolarBear (Pareto-optimal anytime algorithms via Bayesian racing), a procedure that identifies the anytime Pareto set through adaptive sampling with calibrated uncertainty. Bayesian inference over a temporal Plackett-Luce ranking model provides posterior beliefs about pairwise dominance, enabling early elimination of confidently dominated algorithms. The output Pareto set together with the posterior supports downstream algorithm selection under arbitrary time preferences and risk profiles without additional experiments.

标签

算法选择 贝叶斯优化 Pareto优化 随时算法

arXiv 分类

cs.NE cs.LG