paper-with-me

Papers

Arc Routing Problems with Multiple Trucks and Drones: A Hybrid Genetic Algorithm

2025-08-25 · Abhay Sobhanan, Hadi Charkhgard, Changhyun Kwon arxiv

Arc-routing problems underpin numerous critical field operations, including power-line inspection, urban police patrolling, and traffic monitoring. In this domain, the Rural Postman Problem (RPP) is a fundamental variant in which a prescribed subset of edges or arcs in a network must be traversed. This paper investigates a generalized form of the RPP, called RPP-mTD, which involves a fleet of multiple trucks, each carrying multiple drones. The trucks act as mobile depots traversing a road network, from which drones are launched to execute simultaneous service, with the objective of minimizing the overall makespan. Given the combinatorial complexity of RPP-mTD, we propose a Hybrid Genetic Algorithm (HGA) that combines population-based exploration with targeted neighborhood searches. Solutions are encoded using a two-layer chromosome that represents: (i) an ordered, directed sequence of required edges, and (ii) their assignment to vehicles. A tailored segment-preserving crossover operator is introduced, along with multiple local search techniques to intensify the optimization. We benchmark the proposed HGA against established single truck-and-drone instances, demonstrating competitive performance. Additionally, we conduct extensive evaluations on new, larger-scale instances to demonstrate scalability. Our findings highlight the operational benefits of closely integrated truck-drone fleets, affirming the HGA's practical effectiveness as a decision-support tool in advanced mixed-fleet logistics.

📄 PDF Abstract BibTeX arXiv:2508.18105

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Coordinated Multi-Agent Pathfinding for Drones and Trucks over Road Networks

2021-10-17 · Shushman Choudhury, Kiril Solovey, Mykel Kochenderfer, Marco Pavone

We address the problem of routing a team of drones and trucks over large-scale urban road networks. To conserve their limited flight energy, drones can use trucks as temporary modes of transit en route to their own desti…

Multi-Agent Path Finding

Vehicle Routing with Drones

2017-05-18 · Rami Daknama, Elisabeth Kraus

We introduce a package service model where trucks as well as drones can deliver packages. Drones can travel on trucks or fly; but while flying, drones can only carry one package at a time and have to return to a truck to…

SmartPathfinder: Pushing the Limits of Heuristic Solutions for Vehicle Routing Problem with Drones Using Reinforcement Learning

2024-04-13 · Navid Mohammad Imran, Myounggyu Won

The Vehicle Routing Problem with Drones (VRPD) seeks to optimize the routing paths for both trucks and drones, where the trucks are responsible for delivering parcels to customer locations, and the drones are dispatched …

Reinforcement Learning (RL)

An Evolutionary Algorithm For the Vehicle Routing Problem with Drones with Interceptions

2024-09-21 · Carlos Pambo, Jacomine Grobler

The use of trucks and drones as a solution to address last-mile delivery challenges is a new and promising research direction explored in this paper. The variation of the problem where the drone can intercept the truck w…

BenchmarkingScheduling

Reinforcement Learning for Multi-Truck Vehicle Routing Problems

2022-11-30 · Joshua Levin, Randall Correll, Takanori Ide, Takafumi Suzuki 외

Deep reinforcement learning (RL) has been shown to be effective in producing approximate solutions to some vehicle routing problems (VRPs), especially when using policies generated by encoder-decoder attention mechanisms…

Combinatorial OptimizationDecoderDeep Reinforcement Learningreinforcement-learning+2