paper-with-me

홈 › Papers

AgentGA: Evolving Code Solutions in Agent-Seed Space

2026-04-16 · David Y. Y. Tan, Kellie Chin, Jingxian Zhang arxiv

We present AgentGA, a framework that evolves autonomous code-generation runs by optimizing the agent seed: the task prompt plus optional parent archives that initialize a fresh workspace. The outer loop searches over these reusable starting conditions rather than editing code directly. Each generation launches a fresh autonomous run in an isolated workspace, while selected parent archives provide inherited artifacts that descendants can inspect and reuse. AgentGA couples a population-level genetic algorithm with long-horizon agents; selection uses deterministic 1:1 elite tournaments and operator allocation is adapted online with a modified Hedge controller. We instantiate the approach for tabular AutoML on the 16-competition Weco-Kaggle Lite benchmark. Across the full benchmark, AgentGA averages 71.90% Exceeds % of Human versus 51.38% for the AIDE reference, winning 15/16 competitions. Within AgentGA runs, descendants conditioned on inherited parent archives win 51.9% of 1,680 parent-child tournaments versus 8.6% for de novo proposals. These results support agent-seed optimization as a practical design choice for autonomous code-search systems.

📄 PDF Abstract BibTeX arXiv:2604.14655

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AgentGate: A Lightweight Structured Routing Engine for the Internet of Agents

2026-04-08 · Yujun Cheng, Enfang Cui, Hao Qin, Zhiyuan Liang 외 arxiv

The rapid development of AI agent systems is leading to an emerging Internet of Agents, where specialized agents operate across local devices, edge nodes, private services, and cloud platforms. Although recent efforts ha…

Text Generation

SEED: Self-Evolving On-Policy Distillation for Agentic Reinforcement Learning

2026-07-16 · Jinyang Wu, Shuo Yang, Zhengxi Lu, Fan Zhang 외 arxiv

Large language models are increasingly trained as interactive agents for long-horizon tasks involving multi-turn interaction, tool use, and environment feedback. Outcome-based reinforcement learning (RL) provides a pract…

Reinforcement LearningDecision Making

RoboPhD: Evolving Diverse Complex Agents Under Tight Evaluation Budgets

2026-04-06 · Andrew Borthwick, Stephen Ash, Anthony Galczak arxiv

2026 has brought an explosion of interest in LLM-guided evolution of agentic artifacts, with systems like GEPA and Autoresearch demonstrating that LLMs can iteratively improve prompts, code, and agent architectures acros…

Harness-Aware Self-Evolving: Co-Evolving Model Weights, Harness, and Task Solutions

2026-07-04 · Haochen Luo, Yi Huang, Sichun Luo, Fengyuan Liu 외 arxiv

Self-evolving frameworks usually optimize task solutions while treating the surrounding harness as fixed. We introduce Harness-Aware Self-Evolving (HASE), an agentic reinforcement-learning framework in which a single mod…

SeedPolicy: Horizon Scaling via Self-Evolving Diffusion Policy for Robot Manipulation

2026-03-05 · Youqiang Gui, Yuxuan Zhou, Shen Cheng, Xinyang Yuan 외 arxiv

Imitation Learning (IL) enables robots to acquire manipulation skills from expert demonstrations. Diffusion Policy (DP) models multi-modal expert behaviors but degrades when naively increasing stacked observation horizon…

Robot Manipulation