Looi, Daniel Jun Jie (2025) Parallel metaheuristic algorithm for route planning using CUDA. Final Year Project, UTAR.
Abstract
This research will be focusing on developing a Parallel Metaheuristic Algorithm for Route Planning using CUDA to improve the efficiency and performance of route planning. The increasing demand for more efficient route planning approaches, which includes several factors such as cost savings, timely deliveries and reduced carbon emissions, has led to a surge in demand for more advanced route planning algorithms in search of more efficient solutions. The problem that this research will be tackling is the Travelling Salesman Problem (TSP), which is a specific type of route planning problem where the main objective of it is to find out the optimal set of routes for a given number of vehicles to transport goods to a defined set of destinations. TSPs are known to be NP-hard problems[1] where an increase in the number of vehicles and destinations will significantly increase the computational time required to obtain an optimal solution. Existing works that utilized metaheuristic algorithms have shown their flexibility in solving multiple TSP variants and their capabilities in obtaining near-optimal solutions within a reasonable amount of time. However, due to the limitations of CPUs in terms of parallelization, these algorithms do not perform well as they are highly iterative. The proposed approach will be utilizing the Compute Unified Device Architecture (CUDA) to enhance the performance and efficiency of metaheuristic algorithms in finding optimal solutions for the TSP by leveraging the parallel processing capabilities of Nvidia Graphics Processing Units (GPUs). This research aims to significantly speed up solution searching for the TSP by using GPUs compared to CPUs. Besides, this research strives to provide a foundation for future research on parallel metaheuristic algorithms, and to further encourage their implementations in real-world instances of route planning.
Actions (login required)