Bridging Spherical Black-Box Optimizers
A team of researchers has unified several major black-box optimization methods under a single theoretical framework, identifying two core design choices that distinguish them and using that insight to build hybrid optimizers that outperform their predecessors on standard benchmarks and higher-dimensional locomotion tasks. The work, submitted in June 2026 by Johannes Ackermann and Stefano Peluchetti, addresses a fundamental challenge in machine learning: optimizing systems when gradient information is unavailable [1][3]. In such settings, practitioners turn to black-box optimization (BBO) methods. Three prominent families—Evolution Strategies (ES), Consensus-Based Optimization (CBO), and Optimization via Integration (OVI)—have historically been studied in isolation [1][2]. The new paper reveals these approaches differ primarily along two axes: fitness aggregation, which controls a preference for sharpness, and consensus scope, which controls modality [1][3]. By making these design choices explicit, the authors introduce hybrid optimizers that interpolate between existing methods. An ES-OVI hybrid allows explicit control over the preference for flat minima, enabling a trade-off between performance and robustness in continuous control tasks [1][2]. A CBO-OVI hybrid combines the higher-dimensional efficiency of parametric methods with the multimodal capabilities of particle-based approaches, achieving competitive results on language model merging under limited evaluation budgets [1][3]. The hybrid methods were validated on standard BBO benchmarks and higher-dimensional locomotion tasks, where they outperformed their constituent algorithms [1][2]. The broader BBO landscape has seen parallel efforts to improve solver selection. A separate 2025 study introduced a geometric probing framework that represents problem instances by randomly sampled multi-scale two-dimensional slices of the objective landscape, encoding them with validity-mask-aware visual pooling to retain local patterns such as basin shape and anisotropy [4]. Another line of work from 2025 proposed a greedy restart scheduling approach that creates a static solver schedule from a database of previously evaluated optimizers, closing the gap from the single best solver to the virtual best solver by more than 95% regarding relative ERT on the BBOB testbed [5].
research-papersafety-researchtool-release
Background sources we checked (7)
- arxiv.org ↗ When gradient information is unavailable, black-box optimization (BBO) methods provide a practical alternative. While Evolution Strategies (ES), Consensus-Based Optimization (CBO), Optimization via Integration (OVI), and related methods have each been studied independently, their…
- arxiv.org ↗ [2606.25761] Bridging Spherical Black-Box Optimizers ... # Title:Bridging Spherical Black-Box Optimizers ... Authors: Johannes Ackermann, Stefano Peluchetti ... > Abstract:When gradient information is unavailable, black-box optimization (BBO) methods provide a practical alternati…
- arxiv.org ↗ Automated algorithm selection for continuous black-box optimization depends on representing problem information under limited probing and selecting solvers under heavy-tailed performance distributions. This paper proposes a geometric probing framework that represents each problem…
- arxiv.org ↗ In this paper, we explore a path between a hand-designed restarting strategy and the complications of training a robust DAS model. In particular, we introduce a data-driven restart scheduling technique: Data from an extensive benchmark run is used to derive a model-free static so…
- en.wikipedia.org ↗ In geometry, a square is a regular quadrilateral. It has four straight sides of equal length and four equal angles. Squares are special cases of rectangles, which have four equal angles, and of rhombuses, which have four equal sides. As with all rectangles, a square's angles are …
- en.wikipedia.org ↗ This is the Index of Advanced Dungeons & Dragons 1st edition monsters, an important element of that role-playing game. This list only includes monsters from official Advanced Dungeons & Dragons 1st Edition supplements published by TSR, Inc. or Wizards of the Coast, not licensed o…
- en.wikipedia.org ↗ The Vera C. Rubin Observatory, formerly the Large Synoptic Survey Telescope (LSST), is an astronomical observatory in Coquimbo Region, Chile. Its main task is to conduct an astronomical survey of the southern sky every few nights, creating a ten-year time-lapse record, termed the…
Sources
- export.arxiv.org — Bridging Spherical Black-Box Optimizers ↗