Game-Theoretic Co-Evolution for LLM-Based Heuristic Discovery
Xinyi Ke, Kai Li, Junliang Xing, Yifan Zhang, Jian Cheng
TL;DR
ASRO reframes automatic heuristic design as a program-space, two-player zero-sum game between solvers and instance generators, maintaining persistent strategy pools and using LLM-based approximate best-response oracles to create a self-generated curriculum. By replacing static evaluation with an adaptive co-evolutionary loop, ASRO achieves stronger generalization and robustness across online bin packing, TSP, and CVRP, outperforming static or single-agent baselines while incurring extra compute that is amenable to parallelization. The framework is oracle-agnostic with respect to the underlying BR search and demonstrates that persistent co-adaptation can uncover solver strategies that generalize to diverse and structured instance distributions. The work lays a principled foundation for co-evolving executable solver and instance-generation programs and suggests promising extensions to multi-objective, teacher–student, and broader algorithmic reasoning contexts.
Abstract
Large language models (LLMs) have enabled rapid progress in automatic heuristic discovery (AHD), yet most existing methods are predominantly limited by static evaluation against fixed instance distributions, leading to potential overfitting and poor generalization under distributional shifts. We propose Algorithm Space Response Oracles (ASRO), a game-theoretic framework that reframes heuristic discovery as a program level co-evolution between solver and instance generator. ASRO models their interaction as a two-player zero-sum game, maintains growing strategy pools on both sides, and iteratively expands them via LLM-based best-response oracles against mixed opponent meta-strategies, thereby replacing static evaluation with an adaptive, self-generated curriculum. Across multiple combinatorial optimization domains, ASRO consistently outperforms static-training AHD baselines built on the same program search mechanisms, achieving substantially improved generalization and robustness on diverse and out-of-distribution instances.
