AdaEvolve: Adaptive LLM Driven Zeroth-Order Optimization
AI 摘要
AdaEvolve通过层级自适应优化,提升了LLM驱动的进化搜索效率,解决了资源分配不均的问题。
主要贡献
- 提出了AdaEvolve框架,实现LLM驱动进化的自适应优化
- 引入累积改进信号,统一决策三个层次的优化过程
- 在多种优化问题上验证了AdaEvolve的优越性
方法论
AdaEvolve构建层级自适应优化,包括局部、全局和元指导三个层面,通过累积改进信号动态调整探索强度和资源分配,并生成新策略。
原文摘要
The paradigm of automated program generation is shifting from one-shot generation to inference-time search, where Large Language Models (LLMs) function as semantic mutation operators within evolutionary loops. While effective, these systems are currently governed by static schedules that fail to account for the non-stationary dynamics of the search process. This rigidity results in substantial computational waste, as resources are indiscriminately allocated to stagnating populations while promising frontiers remain under-exploited. We introduce AdaEvolve, a framework that reformulates LLM-driven evolution as a hierarchical adaptive optimization problem. AdaEvolve uses an "accumulated improvement signal" to unify decisions across three levels: Local Adaptation, which dynamically modulates the exploration intensity within a population of solution candidates; Global Adaptation, which routes the global resource budget via bandit-based scheduling across different solution candidate populations; and Meta-Guidance which generates novel solution tactics based on the previously generated solutions and their corresponding improvements when the progress stalls. We demonstrate that AdaEvolve consistently outperforms the open-sourced baselines across 185 different open-ended optimization problems including combinatorial, systems optimization and algorithm design problems.