NEAIApr 7, 2020

Hybrid 2-stage Imperialist Competitive Algorithm with Ant Colony Optimization for Solving Multi-Depot Vehicle Routing Problem

arXiv:2005.04157v1
Originality Incremental advance
AI Analysis

This addresses routing efficiency for logistics and supply chain management, but it is incremental as it builds on existing population-based algorithms.

The paper tackled the Multi-Depot Vehicle Routing Problem by proposing a hybrid 2-stage algorithm combining Imperialist Competitive Algorithm and Ant Colony Optimization, which showed clear improvement over non-hybrid versions and competitive results against other state-of-the-art methods on 23 benchmark instances.

The Multi-Depot Vehicle Routing Problem (MDVRP) is a real-world model of the simplistic Vehicle Routing Problem (VRP) that considers how to satisfy multiple customer demands from numerous depots. This paper introduces a hybrid 2-stage approach based on two population-based algorithms - Ant Colony Optimization (ACO) that mimics ant behaviour in nature and the Imperialist Competitive Algorithm (ICA) that is based on geopolitical relationships between countries. In the proposed hybrid algorithm, ICA is responsible for customer assignment to the depots while ACO is routing and sequencing the customers. The algorithm is compared to non-hybrid ACO and ICA as well as four other state-of-the-art methods across 23 common Cordreaus benchmark instances. Results show clear improvement over simple ACO and ICA and demonstrate very competitive results when compared to other rival algorithms.

Foundations

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

Your Notes