NEApr 14, 2021

A Novel Generalised Meta-Heuristic Framework for Dynamic Capacitated Arc Routing Problems

arXiv:2104.06585v216 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses dynamic routing challenges in real-world applications like waste collection, but it is incremental as it builds on existing static methods.

The authors tackled the dynamic capacitated arc routing problem (DCARP) by proposing a flexible meta-heuristic framework that leverages existing static CARP algorithms, and the results show it significantly outperforms state-of-the-art dynamic optimization algorithms.

The capacitated arc routing problem (CARP) is a challenging combinatorial optimisation problem abstracted from many real-world applications, such as waste collection, road gritting and mail delivery. However, few studies considered dynamic changes during the vehicles' service, which can cause the original schedule infeasible or obsolete. The few existing studies are limited by the dynamic scenarios considered, and by overly complicated algorithms that are unable to benefit from the wealth of contributions provided by the existing CARP literature. In this paper, we first provide a mathematical formulation of dynamic CARP (DCARP) and design a simulation system that is able to consider dynamic events while a routing solution is already partially executed. We then propose a novel framework which can benefit from existing static CARP optimisation algorithms so that they could be used to handle DCARP instances. The framework is very flexible. In response to a dynamic event, it can use either a simple restart strategy or a sequence transfer strategy that benefits from past optimisation experience. Empirical studies have been conducted on a wide range of DCARP instances to evaluate our proposed framework. The results show that the proposed framework significantly improves over state-of-the-art dynamic optimisation algorithms.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes