paper-with-me

홈 › Papers

Neural Networks for Local Search and Crossover in Vehicle Routing: A Possible Overkill?

2022-09-09 · Ítalo Santana, Andrea Lodi, Thibaut Vidal

Extensive research has been conducted, over recent years, on various ways of enhancing heuristic search for combinatorial optimization problems with machine learning algorithms. In this study, we investigate the use of predictions from graph neural networks (GNNs) in the form of heatmaps to improve the Hybrid Genetic Search (HGS), a state-of-the-art algorithm for the Capacitated Vehicle Routing Problem (CVRP). The crossover and local-search components of HGS are instrumental in finding improved solutions, yet these components essentially rely on simple greedy or random choices. It seems intuitive to attempt to incorporate additional knowledge at these levels. Throughout a vast experimental campaign on more than 10,000 problem instances, we show that exploiting more sophisticated strategies using measures of node relatedness (heatmaps, or simply distance) within these algorithmic components can significantly enhance performance. However, contrary to initial expectations, we also observed that heatmaps did not present significant advantages over simpler distance measures for these purposes. Therefore, we faced a common -- though rarely documented -- situation of overkill: GNNs can indeed improve performance on an important optimization task, but an ablation analysis demonstrated that simpler alternatives perform equally well.

📄 PDF Abstract BibTeX arXiv:2210.12075

Code (0)

등록된 구현이 없습니다.

Tasks

Combinatorial OptimizationHeuristic Search

Methods 이 논문이 사용한 방법론

HGS Hunger Games Search (HGS) is a general-purpose population-based optimization technique with a simple structure, special stability features and very competitive performance…

Similar Papers 제목 키워드 기반

Hybrid Genetic Search for Dynamic Vehicle Routing with Time Windows

2023-07-21 · Mohammed Ghannam, Ambros Gleixner

The dynamic vehicle routing problem with time windows (DVRPTW) is a generalization of the classical VRPTW to an online setting, where customer data arrives in batches and real-time routing solutions are required. In this…

A GPU-Accelerated Hybrid Method for a Class of Multi-Depot Vehicle Routing Problems

2026-02-24 · Zhenyu Lei, Jin-Kao Hao arxiv

Multi-depot vehicle routing problems (MDVRPs) are prevalent in a variety of practical applications. However, they are computationally challenging to solve due to their inherent complexity. This paper proposes an effectiv…

Computational Efficiency

Memetic Search for Vehicle Routing with Simultaneous Pickup-Delivery and Time Windows

2020-11-12 · Shengcai Liu, Ke Tang, Xin Yao

The Vehicle Routing Problem with Simultaneous Pickup-Delivery and Time Windows (VRPSPDTW) has attracted much research interest in the last decade, due to its wide application in modern logistics. Since VRPSPDTW is NP-har…

Destructiveness of Lexicographic Parsimony Pressure and Alleviation by a Concatenation Crossover in Genetic Programming

2018-05-25 · Timo Kötzing, J. A. Gregor Lagodzinski, Johannes Lengler, Anna Melnichenko

For theoretical analyses there are two specifics distinguishing GP from many other areas of evolutionary computation. First, the variable size representations, in particular yielding a possible bloat (i.e. the growth of …

A Multi-population Integrated Approach for Capacitated Location Routing

2024-03-14 · Pengfei He, Jin-Kao Hao, Qinghua Wu

The capacitated location-routing problem involves determining the depots from a set of candidate capacitated depot locations and finding the required routes from the selected depots to serve a set of customers whereas mi…