MEGA Hub

Relay, Don't Route: Adaptive Population Handoff for Cost-Efficient LLM-Driven Evolution

Authors

Do you know Sichun Luo?You can claim authorship or link another user.Do you know Yi Huang?You can claim authorship or link another user.Do you know Guanzhi Deng?You can claim authorship or link another user.Do you know Haibo Wang?You can claim authorship or link another user.Do you know Haochen Luo?You can claim authorship or link another user.Do you know Lei Li?You can claim authorship or link another user.Do you know Zefa Hu?You can claim authorship or link another user.Do you know Junlan Feng?You can claim authorship or link another user.Do you know Qi Liu?You can claim authorship or link another user.

Abstract

Large language model (LLM)-driven evolution has shown promise for program search and algorithm discovery, but relying on strong models throughout long evolutionary runs is costly. A natural alternative is to combine cheap and strong models under a fixed inference budget. However, existing approaches typically allocate models at the level of individual queries or mutation steps, overlooking that evolutionary search is \textit{stateful}: each generated candidate changes the population from which subsequent mutations are produced. We empirically analyze LLM-driven evolutionary trajectories and find that search progress is strongly front-loaded, early trajectory performance is informative but noisy, and cheap models recover much of the early progress achieved by strong models at lower cost. Motivated by these findings, we propose \textbf{\model}, a training-free framework that shifts budget allocation from individual calls to evolving populations through adaptive \textit{population handoff}. A cheap model explores multiple trajectories in short blocks allocated by a bandit scheduler. Relay Gain, defined as the marginal improvement of a compact, quality-diverse candidate bank constructed for handoff, serves as the scheduler reward and determines when to hand off. The curated candidates initialize a shared strong model population for refinement. Across four benchmarks and three budgets, \model achieves the highest mean score in 11 of 12 settings, outperforming competitive baselines. Our results suggest that in stateful search, budget allocation should be organized around the population, not the individual call.

Community

00