
JJTU Journal of Renewable Energy Exchange
ISSN: 2321-1067 Volume 13, Issue 4(2025), PP 25-32
Rakhi Bhadkamkar www.jjtujournals.com 25 | Page
“Hybrid ACO-DL Model for Solving the Vehicle Routing
Problem”
Rakhi Bhadkamkar1, Vineeta Basotia2
1Research Scholar, Department of Mathematics, Shri JJT University, Jhunjhunu, Rajasthan, India
21Research Guide, Department of Mathematics, Shri JJT University, Jhunjhunu, Rajasthan, India
Corresponding Author: Rakhi Bhadkamkar, Email: rakhi7880@gmail.com
Abstract:
The Vehicle Routing Problem (VRP) is a critical combinatorial optimization challenge
encountered in logistics and transportation systems. This paper proposes a Hybrid ACO-DL model
that integrates Ant Colony Optimization (ACO) with advanced Deep Learning (DL) techniques to
solve VRP more effectively. The ACO module explores the solution space using pheromone-based
probabilistic construction of routes, while the DL module learns from historical and real-time data
to predict dynamic factors such as traffic conditions, customer demands, and service times. By
combining these two powerful methodologies, the hybrid model dynamically adapts its search
strategy, enhances convergence speed, improves scalability, and increases solution quality in both
static and dynamic environments. Future directions include incorporating reinforcement learning,
generative models, and real-time deployment for autonomous logistics. The experimental results
demonstrate the model’s superiority over traditional optimization approaches, establishing it as a
promising solution for complex routing problems.
Keywords: VRP, ACO, DL
1. Introduction
The Vehicle Routing Problem (VRP) is a well-known combinatorial optimization problem with wide
applications in logistics, delivery services, and supply chain systems. It involves finding optimal
routes for a fleet of vehicles to service a set of customers with constraints such as capacity, time
windows, and route length.
Metaheuristics like Ant Colony Optimization (ACO) have shown significant potential in tackling
VRP. However, ACO faces challenges when dealing with highly dynamic and data-intensive
scenarios. To address this, we propose a hybrid model that integrates ACO with Deep Learning (DL),
allowing ACO to leverage data-driven insights for more efficient and adaptive search.
2. Literature Review
The Vehicle Routing Problem (VRP) is a cornerstone of combinatorial optimization, with vast
implications for logistics, transportation, and supply chain management. First introduced by Dantzig
and Ramser [1], the VRP involves determining the most efficient routes for a fleet of vehicles to
deliver goods to a set of customers while minimizing total travel costs and satisfying constraints such
as vehicle capacity and time windows.
2.1 Ant Colony Optimization in VRP
Ant Colony Optimization (ACO), introduced by Dorigo et al. [2], is a bio-inspired metaheuristic
based on the foraging behaviour of ants. It has shown significant success in solving various NP-hard
problems, particularly the Traveling Salesman Problem (TSP) and its extension, VRP. In ACO,
artificial ants iteratively construct solutions by probabilistically selecting routes based on pheromone
trails and problem-specific heuristics (typically inverse distance). The pheromone is updated over
iterations to reinforce high-quality routes, leading to better convergence.