GEAR: Genetic AutoResearch for Agentic Code Evolution
Ahmadreza Jeddi, Minh Ngoc Le, Hakki C. Karaimer, Konstantinos G. Derpanis, Babak Taati

TL;DR
GEAR introduces a population-based approach to autonomous research agents, enabling exploration of multiple research paths and adaptive strategies, leading to sustained improvements over traditional single-path methods.
Contribution
The paper presents GEAR, a novel population-based search method that maintains multiple research states and evolves its search strategy, outperforming baseline autonomous research agents.
Findings
GEAR outperforms the baseline in all tested versions.
Maintaining multiple research states prevents premature convergence.
Evolving the search controller enhances long-term discovery.
Abstract
Autonomous research agents can already run machine learning experiments without human supervision, but many rely on a narrow search strategy: they repeatedly modify one program and keep changes only when they improve the current best result. This can cause them to discard useful partial ideas, alternative promising directions, and insights from failed or incomplete experiments. GEAR, or Genetic AutoResearch, replaces this single-path search with a population-based search over multiple research states. It keeps a set of strong candidate solutions, selects parents based on productivity, novelty, and coverage, and explores new ideas through mutation and crossover. Each research state stores its code changes, reflections, and performance data, allowing future decisions to build on past discoveries. The paper studies three versions of GEAR: one controlled through prompting, one using a fixed…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
