开源框架GigaEvo融合大模型与进化算法,助力高效优化研究
GigaEvo: An Open Source Optimization Framework Powered By LLMs And Evolution Algorithms
- 基于大模型生成突变并追踪演化谱系,实现智能搜索策略
- 在3个挑战性问题上复现AlphaEvolve成果,验证了框架可靠性
- 模块化设计支持快速实验,适合算法研究者和开发者
近期基于大模型的进化计算(如AlphaEvolve)在发现新数学结构和求解复杂优化问题方面取得显著进展。然而现有文献多为高层次描述,缺乏实现细节,影响可复现性与后续研究。本文提出GigaEvo,一个可扩展的开源框架,支持研究者探索受AlphaEvolve启发的混合大模型-进化方法。系统提供模块化组件:MAP-Elites质量-多样性算法、异步有向无环图评估流水线、带洞察生成与双向谱系追踪的大模型突变算子,以及灵活的多岛进化策略。为验证可复现性,我们在三个基准问题上测试:海尔布鲁恩三角形布局、正方形内圆打包、高维接触数。框架强调模块化、并发性与易用性,通过声明式配置实现快速原型设计。我们详细说明了系统架构、实现决策与实验方法,以推动大模型驱动进化方法的研究。GigaEvo框架及全部实验代码已开源:https://github.com/AIRI-Institute/gigaevo-core。
原文摘要 · Abstract (English)
Recent advances in LLM-guided evolutionary computation, particularly AlphaEvolve (Novikov et al., 2025; Georgiev et al., 2025), have demonstrated remarkable success in discovering novel mathematical constructions and solving challenging optimization problems. However, the high-level descriptions in published work leave many implementation details unspecified, hindering reproducibility and further research. In this report we present GigaEvo, an extensible open-source framework that enables researchers to study and experiment with hybrid LLM-evolution approaches inspired by AlphaEvolve. Our system provides modular implementations of key components: MAP-Elites quality-diversity algorithms, asynchronous DAG-based evaluation pipelines, LLM-driven mutation operators with insight generation and bidirectional lineage tracking, and flexible multi-island evolutionary strategies. In order to assess reproducibility and validate our implementation we evaluate GigaEvo on challenging problems from the AlphaEvolve paper: Heilbronn triangle placement, circle packing in squares, and high-dimensional kissing numbers. The framework emphasizes modularity, concurrency, and ease of experimentation, enabling rapid prototyping through declarative configuration. We provide detailed descriptions of system architecture, implementation decisions, and experimental methodology to support further research in LLM driven evolutionary methods. The GigaEvo framework and all experimental code are available at https://github.com/AIRI-Institute/gigaevo-core.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。