NeFut Logo NeFut
Admin Login

[CS.AI] NeurGO: Learning Elite Candidates for Meta-Black-Box Optimization

Published at: 2026-07-29 22:00 Last updated: 2026-07-30 03:24
#algorithm #Machine Learning #optimization

Expensive black-box optimization is ubiquitous in science and engineering, where function evaluations are costly and the evaluation budget is limited. Traditional evolutionary algorithms and Meta-BlackBox Optimization (MetaBBO) approaches typically consume most evaluations on candidate selection, often wasting precious budget on inferior solutions.

Although surrogate-assisted evolution and Bayesian optimization aim to reduce evaluations through surrogate models, constructing an accurate global model from limited data remains challenging, and model bias can easily trap the search in local optima.

To overcome these limitations, we propose NeurGO, a generative MetaBBO framework that directly synthesizes elite candidates from historical population states. Specifically, we employ an attention-based encoder to capture the population-level search trend and condition a decoder on this representation to generate high-quality candidates, avoiding the expensive evaluation of large offspring pools.

We then design a quality-diversity loss to maintain solution quality and population diversity throughout the search. Through extensive benchmarking on CEC 2008 and the COCO BBOB test suites, our method achieves better optimization performance under the same evaluation budget and exhibits faster convergence.

Blogger's Review: The NeurGO framework significantly enhances the efficiency of black-box optimization, particularly when evaluation budgets are constrained. Its innovative attention-based design not only improves candidate quality but also enhances population diversity, making it a valuable complement to traditional methods. This research provides fresh insights for future optimization algorithms and is worth further exploration and application.

Original Source: https://arxiv.org/abs/2607.23408

[h] Back to Home