paper-with-me

Papers

GigaEvo: An Open Source Optimization Framework Powered By LLMs And Evolution Algorithms

2025-11-17 · Valentin Khrulkov, Andrey Galichin, Denis Bashkirov, Dmitry Vinichenko, Oleg Travkin, Roman Alferov, Andrey Kuznetsov, Ivan Oseledets arxiv

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.

📄 PDF Abstract BibTeX arXiv:2511.17592

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Resilience-Assuring Hydrogen-Powered Microgrids

2023-12-07 · Chaofan Lin, Peng Zhang, Xiaonan Lu

Green hydrogen has shown great potential to power microgrids as a primary source, yet the operation methodology under extreme events is still an open area. To fill this gap, this letter establishes an operational optimiz…

RepoAgent: An LLM-Powered Open-Source Framework for Repository-level Code Documentation Generation

2024-02-26 · Qinyu Luo, Yining Ye, Shihao Liang, Zhong Zhang 외

Generative models have demonstrated considerable potential in software engineering, particularly in tasks such as code generation and debugging. However, their utilization in the domain of code documentation generation r…

Code Documentation GenerationCode GenerationLanguage ModelingLanguage Modelling+1

Conversational Health Agents: A Personalized LLM-Powered Agent Framework

2023-10-03 · Mahyar Abbasian, Iman Azimi, Amir M. Rahmani, Ramesh Jain

Conversational Health Agents (CHAs) are interactive systems that provide healthcare services, such as assistance and diagnosis. Current CHAs, especially those utilizing Large Language Models (LLMs), primarily focus on co…

Heart Rate Variability

Stealthy Dual-Trigger Backdoors: Attacking Prompt Tuning in LM-Empowered Graph Foundation Models

2025-10-16 · Xiaoyu Xue, Yuni Lai, Chenxi Huang, Yulin Zhu 외 arxiv

The emergence of graph foundation models (GFMs), particularly those incorporating language models (LMs), has revolutionized graph learning and demonstrated remarkable performance on text-attributed graphs (TAGs). However…

Graph Learning

OLAF: An Open Life Science Analysis Framework for Conversational Bioinformatics Powered by Large Language Models

2025-04-04 · Dylan Riffle, Nima Shirooni, Cody He, Manush Murali 외

OLAF (Open Life Science Analysis Framework) is an open-source platform that enables researchers to perform bioinformatics analyses using natural language. By combining large language models (LLMs) with a modular agent-pi…

Data Visualization