VRPD-DT: Vehicle Routing Problem with Drones Under Dynamically Changing Traffic Conditions

Navid Imran,Myounggyu Won
2024-04-14
Abstract:The vehicle routing problem with drones (VRP-D) is to determine the optimal routes of trucks and drones such that the total operational cost is minimized in a scenario where the trucks work in tandem with the drones to deliver parcels to customers. While various heuristic algorithms have been developed to address the problem, existing solutions are built based on simplistic cost models, overlooking the temporal dynamics of the costs, which fluctuate depending on the dynamically changing traffic conditions. In this paper, we present a novel problem called the vehicle routing problem with drones under dynamically changing traffic conditions (VRPD-DT) to address the limitation of existing VRP-D solutions. We design a novel cost model that factors in the actual travel distance and projected travel time, computed using a machine learning-driven travel time prediction algorithm. A variable neighborhood descent (VND) algorithm is developed to find the optimal truck-drone routes under the dynamics of traffic conditions through incorporation of the travel time prediction model. A simulation study was performed to evaluate the performance compared with a state-of-the-art VRP-D heuristic solution. The results demonstrate that the proposed algorithm outperforms the state-of-the-art algorithm in various delivery scenarios.
Computers and Society
What problem does this paper attempt to address?
The paper primarily addresses a specific challenge in the Vehicle Routing Problem with Drones (VRP-D): how to optimize delivery routes under dynamically changing traffic conditions. Existing VRP-D solutions often rely on simplified cost models that overlook the impact of time-varying traffic conditions on costs. This can lead to situations where a delivery plan initially considered optimal becomes suboptimal as time progresses and traffic conditions change. To address this issue, the authors propose a new problem definition—Vehicle Routing Problem with Drones under Dynamically Changing Traffic Conditions (VRPD-DT). They design a new cost model that combines actual travel distance and predicted travel time, using a machine learning-driven travel time prediction algorithm to estimate these parameters. Additionally, the authors develop a heuristic algorithm based on Variable Neighborhood Descent (VND) to find the optimal truck and drone delivery routes considering dynamic traffic changes. Specifically, the main contributions of this study include: 1. Proposing a new VRP-D problem (VRPD-DT) that considers dynamic traffic conditions. 2. Developing a new cost model based on machine learning, which uses actual travel distance and predicted travel time to more accurately estimate operational costs. 3. Designing a VND-based heuristic algorithm to solve the VRPD-DT problem. 4. Validating through simulation studies that the proposed algorithm significantly outperforms existing state-of-the-art VRP-D algorithms in various delivery scenarios. In summary, this paper aims to improve existing VRP-D solutions by incorporating dynamic traffic factors, thereby enhancing delivery efficiency in practical applications.