paper-with-me

Papers

Algorithm Discovery With LLMs: Evolutionary Search Meets Reinforcement Learning

2025-04-07 · Anja Surina, Amin Mansouri, Lars Quaedvlieg, Amal Seddas, Maryna Viazovska, Emmanuel Abbe, Caglar Gulcehre

Discovering efficient algorithms for solving complex problems has been an outstanding challenge in mathematics and computer science, requiring substantial human expertise over the years. Recent advancements in evolutionary search with large language models (LLMs) have shown promise in accelerating the discovery of algorithms across various domains, particularly in mathematics and optimization. However, existing approaches treat the LLM as a static generator, missing the opportunity to update the model with the signal obtained from evolutionary exploration. In this work, we propose to augment LLM-based evolutionary search by continuously refining the search operator - the LLM - through reinforcement learning (RL) fine-tuning. Our method leverages evolutionary search as an exploration strategy to discover improved algorithms, while RL optimizes the LLM policy based on these discoveries. Our experiments on three combinatorial optimization tasks - bin packing, traveling salesman, and the flatpack problem - show that combining RL and evolutionary search improves discovery efficiency of improved algorithms, showcasing the potential of RL-enhanced evolutionary strategies to assist computer scientists and mathematicians for more efficient algorithm design.

📄 PDF Abstract BibTeX arXiv:2504.05108

Code (0)

등록된 구현이 없습니다.

Tasks

Combinatorial Optimizationreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Automated Algorithmic Discovery for Scientific Computing through LLM-Guided Evolutionary Search: A Case Study in Gravitational-Wave Detection

2025-08-05 · He Wang, Liang Zeng arxiv

Automated algorithm discovery in scientific computing faces fundamental challenges: vast design spaces with expensive evaluations, domain-specific physical constraints requiring expert knowledge, and the necessity for in…

Effective Harness Engineering for Algorithm Discovery with Coding Agents

2026-05-13 · Yoichi Ishibashi, Taro Yano, Masafumi Oyamada arxiv

AlphaEvolve and FunSearch have demonstrated the potential of combining large language models (LLMs) with evolutionary search for automated algorithm discovery. However, discovery success is shaped not only by model capab…

Efficient Evolutionary Search Over Chemical Space with Large Language Models

2024-06-23 · Haorui Wang, Marta Skreta, Cher-Tian Ser, Wenhao Gao 외

Molecular discovery, when formulated as an optimization problem, presents significant computational challenges because optimization objectives can be non-differentiable. Evolutionary Algorithms (EAs), often used to optim…

Drug DesignEvolutionary Algorithms

Towards Diverse Scientific Hypothesis Search with Large Language Models

2026-06-09 · Haorui Wang, Parshin Shojaee, Kazem Meidani, Kunyang Sun 외 arxiv

Large language models (LLMs) are on the rise for accelerating scientific discovery, most recently in advanced tasks such as generating valid scientific hypotheses. Yet in many discovery settings, the goal is not to ident…

LoongFlow: Directed Evolutionary Search via a Cognitive Plan-Execute-Summarize Paradigm

2025-12-30 · Chunhui Wan, Xunan Dai, Zhuo Wang, Minglei Li 외 arxiv

The transition from static Large Language Models (LLMs) to self-improving agents is hindered by the lack of structured reasoning in traditional evolutionary approaches. Existing methods often struggle with premature conv…