English

TurboEvolve: Towards Fast and Robust LLM-Driven Program Evolution

Neural and Evolutionary Computing 2026-04-22 v1 Artificial Intelligence

Abstract

LLM-driven program evolution can discover high-quality programs, but its cost and run-to-run variance hinder reliable progress. We propose TurboEvolve, a multi-island evolutionary framework that improves sample efficiency and robustness under fixed evaluation budgets. Inspired by the multiple-offspring strategy in evolutionary algorithms, TurboEvolve introduces verbalized Sampling, prompting the LLM to emit K diverse candidates with explicit self-assigned sampling weights, and an online scheduler that adapts K to expand exploration under stagnation and reduce overhead during steady progress. To exploit existing solution pools, we further propose "seed-pool injection," which clusters seeds and assigns them across islands with controlled perturbations and elitist preservation to balance diversity and refinement. Across multiple program-optimization benchmarks, TurboEvolve consistently achieves stronger performance at lower budgets and improves best-known solutions on several tasks.

Keywords

Cite

@article{arxiv.2604.18607,
  title  = {TurboEvolve: Towards Fast and Robust LLM-Driven Program Evolution},
  author = {Yang Yang and Zining Zhong and Jindong Li and Jiemin Wu and Kaishen Yuan and Wenshuo Chen and Menglin Yang and Yutao Yue},
  journal= {arXiv preprint arXiv:2604.18607},
  year   = {2026}
}

Comments

12 pages, 8 figures

R2 v1 2026-07-01T12:18:54.755Z