TL;DR
This paper introduces R2SAEA, a relation-based LLM surrogate for expensive black-box optimization, utilizing reinforcement learning and efficient inference strategies to outperform existing methods.
Contribution
It proposes a novel relation reasoning approach with an anchor-based inference method and RL fine-tuning, achieving state-of-the-art results without frequent retraining.
Findings
R2SAEA improves relation prediction accuracy.
It achieves superior optimization performance on benchmarks.
Quantization enables efficient edge deployment.
Abstract
Expensive optimization problems (EOPs) are black-box tasks with costly objective evaluations and no gradient access, making the evaluation budget the key bottleneck. Surrogate-assisted evolutionary algorithms (SAEAs) reduce evaluations via surrogate predictions, but conventional surrogates often require frequent retraining as populations evolve, incurring overhead. This paper proposes R2SAEA, a reinforcement-trained relation-based large language model (LLM) surrogate assisted evolutionary algorithm. We cast relation-based surrogate modeling as an in-context pairwise reasoning task. To enable efficient inference in evolutionary loops, we develop an anchor-based iterative context construction strategy that reduces prompt complexity from quadratic to linear in population size, and a voting-based aggregation scheme that converts predicted relations into scores for offspring selection. We…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
