๐ค AI Summary
This paper addresses the Vehicle Routing Problem with Multiple Time Windows (VRPMTW). We propose a Reinforcement Learning-driven Adaptive Variable Neighborhood Search (RL-AVNS) algorithm. Methodologically, we introduceโ for the first timeโa RL-based operator selection mechanism that jointly leverages real-time solution states and historical experience; incorporate a customer-level time-flexibility metric to enhance perturbation strategies; and design a Transformer-based policy network to guide intelligent local search. Compared against conventional VNS, classical AVNS, and state-of-the-art learning-enhanced heuristics, RL-AVNS achieves significant improvements in solution quality (3.2%โ7.8% average reduction in total cost) on real-world vending machine replenishment instances. The algorithm demonstrates strong generalization capability and scalability, efficiently solving large-scale, highly constrained VRPMTW instances. It establishes an extensible, intelligent optimization paradigm for dynamic logistics scheduling.
๐ Abstract
In this study, we propose a reinforcement learning-based adaptive variable neighborhood search (RL-AVNS) method designed for effectively solving the Vehicle Routing Problem with Multiple Time Windows (VRPMTW). Unlike traditional adaptive approaches that rely solely on historical operator performance, our method integrates a reinforcement learning framework to dynamically select neighborhood operators based on real-time solution states and learned experience. We introduce a fitness metric that quantifies customers' temporal flexibility to improve the shaking phase, and employ a transformer-based neural policy network to intelligently guide operator selection during the local search. Extensive computational experiments are conducted on realistic scenarios derived from the replenishment of unmanned vending machines, characterized by multiple clustered replenishment windows. Results demonstrate that RL-AVNS significantly outperforms traditional variable neighborhood search (VNS), adaptive VNS (AVNS), and state-of-the-art learning-based heuristics, achieving substantial improvements in solution quality and computational efficiency across various instance scales and time window complexities. Particularly notable is the algorithm's capability to generalize effectively to problem instances not encountered during training, underscoring its practical utility for complex logistics scenarios.