通过大语言模型驱动的自动启发式设计增强CVRP求解器 / Enhancing CVRP Solver through LLM-driven Automatic Heuristic Design
1️⃣ 一句话总结
这项研究提出了一种名为AILS-AHD的新方法,它利用大语言模型自动设计和优化求解算法中的关键步骤,从而在解决经典的车辆路径规划难题上取得了超越现有最好方法的性能。
The Capacitated Vehicle Routing Problem (CVRP), a fundamental combinatorial optimization challenge, focuses on optimizing fleet operations under vehicle capacity constraints. While extensively studied in operational research, the NP-hard nature of CVRP continues to pose significant computational challenges, particularly for large-scale instances. This study presents AILS-AHD (Adaptive Iterated Local Search with Automatic Heuristic Design), a novel approach that leverages Large Language Models (LLMs) to revolutionize CVRP solving. Our methodology integrates an evolutionary search framework with LLMs to dynamically generate and optimize ruin heuristics within the AILS method. Additionally, we introduce an LLM-based acceleration mechanism to enhance computational efficiency. Comprehensive experimental evaluations against state-of-the-art solvers, including AILS-II and HGS, demonstrate the superior performance of AILS-AHD across both moderate and large-scale instances. Notably, our approach establishes new best-known solutions for 8 out of 10 instances in the CVRPLib large-scale benchmark, underscoring the potential of LLM-driven heuristic design in advancing the field of vehicle routing optimization.
通过大语言模型驱动的自动启发式设计增强CVRP求解器 / Enhancing CVRP Solver through LLM-driven Automatic Heuristic Design
这项研究提出了一种名为AILS-AHD的新方法,它利用大语言模型自动设计和优化求解算法中的关键步骤,从而在解决经典的车辆路径规划难题上取得了超越现有最好方法的性能。
源自 arXiv: 2602.23092