SeaEvo: Advancing Algorithm Discovery with Strategy Space Evolution

arXiv cs.CL / 4/28/2026

📰 NewsSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper highlights a limitation of LLM-guided evolutionary algorithm discovery systems: they usually track progress only via programs and scalar fitness, while failing to organize strategic directions at the population level.
  • It introduces “SeaEvo” (SeaEvo: Strategy Space Evolution), a modular strategy-space layer that treats natural-language strategy descriptions as first-class evolutionary state alongside each candidate program.
  • SeaEvo improves evolution through three components: Strategy Articulation (turning mutation into diagnose→direct→implement), Stratified Experience Retrieval (clustering and selecting inspirations by behavioral complementarity), and Strategic Landscape Navigation (summarizing saturated vs. underexplored strategy families).
  • Experiments on mathematical algorithm discovery, systems optimization, and agent-scaffold benchmarks show improvements over baseline evolutionary methods, with especially strong gains (21% relative) on open-ended system optimization.
  • The authors argue that persistent, structured strategy representations can make LLM-driven evolutionary search more robust and efficient, enabling longer-term accumulation of algorithmic knowledge.

Abstract

LLM-guided evolutionary search has emerged as a promising paradigm for automated algorithm discovery, yet most systems track search progress primarily through executable programs and scalar fitness. Even when natural-language reflection is used, it is often used locally in mutation prompts or stored without an explicit population-level organization of strategic directions. As a result, evolutionary search can struggle to distinguish syntactically different implementations of the same idea, preserve lower-fitness but strategically promising directions, or detect when an entire family of strategies has saturated. We introduce \model, a modular strategy-space layer that elevates natural-language strategy descriptions from transient prompt context to first-class population-level evolutionary state in LLM-driven program search. \model augments each candidate program with an explicit natural language strategy description and uses this representation in three ways: Strategy Articulation turns mutation into a diagnose-direct-implement process; Stratified Experience Retrieval organizes the archive into strategy clusters and selects inspirations by behavioral complementarity; and Strategic Landscape Navigation periodically summarizes effective, saturated, and underexplored strategy families to guide future mutations. Across mathematical algorithm discovery, systems optimization, and agent-scaffold benchmarks, \model improves the underlying evolutionary backbones in most settings, with particularly large gains (21% relative improvement) on open-ended system optimization tasks. These results suggest that persistent strategy representations provide a practical mechanism for improving the robustness and efficiency of LLM-guided evolutionary search, suggesting a path toward compound AI systems that accumulate algorithmic knowledge over time.