TL;DR
COAgents introduces a multi-agent framework that models the search process for vehicle routing problems as a graph, enabling effective learning-guided navigation and diversification strategies, achieving state-of-the-art results.
Contribution
The paper presents COAgents, a novel multi-agent framework that separates search control from problem encoding, improving adaptability and performance on routing problem benchmarks.
Findings
COAgents achieves state-of-the-art results on VRPTW benchmarks.
The framework reduces the gap to best-known solutions by up to 44%.
It remains competitive on CVRP benchmarks.
Abstract
Although Vehicle Routing Problems (VRP) are essential to many real-world systems, they remain computationally intractable at scale due to their combinatorial complexity. Traditional heuristics rely on handcrafted rules for local improvements and occasional \textit{jumps} to escape local minima, but often struggle to generalize across diverse instances. We introduce \textbf{COAgents}, a cooperative multi-agent framework that models the search process as a graph: nodes represent solutions, and edges correspond to either local refinements or large perturbations for diversification (i.e., jumps). A \textit{Partial Search Graph} (PSG) is dynamically constructed during search, enabling COAgents to train a Node Selection Agent and a Move Selection Agent to guide intensification, and a Jump Agent to trigger well-timed explorations of new regions. Unlike end-to-end learning approaches, COAgents…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
