Large Language Model-Driven Full-Component Evolution of Adaptive Large Neighborhood Search
Shaohua Yu, Tianyu Chen, Linyan Liu, Jakob Puchinger

TL;DR
This paper introduces a novel framework that uses large language models to automatically evolve and optimize all components of Adaptive Large Neighborhood Search for logistics problems.
Contribution
It presents a closed-loop, multi-module evolutionary framework driven by language models, enabling automatic, efficient, and transferable ALNS component design.
Findings
Evolved algorithms outperform classic ALNS baselines on TSP and VRP benchmarks.
The framework demonstrates generalizability and cross-problem transferability.
Analysis reveals meaningful design patterns and differences among language models.
Abstract
Adaptive Large Neighborhood Search (ALNS) is a prominent metaheuristic and a widely adopted approach for production and logistics optimization. However, it has long relied on hand-crafted components built on expert experience, which makes development slow and costly to adapt to new problems. This paper proposes a closed-loop, large-language-model-driven evolutionary framework that decouples ALNS and automatically rebuilds all of its components. We break ALNS into seven key modules: destroy, repair, operator selection, weight update, initial solution construction, acceptance rule, and destroy-rate control, and evolve each module through a dedicated task. By incorporating the Multi-dimensional Archive of Phenotypic Elites mechanism, the framework maintains a multi-dimensional elite archive to simultaneously drive the evolution of solution quality and strategic diversity. In addition, we…
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.
Taxonomy
TopicsVehicle Routing Optimization Methods · Advanced Multi-Objective Optimization Algorithms · Metaheuristic Optimization Algorithms Research
