FDB-EA: A new Routing Algorithm and TSP-D Problem Codes

FDB-EA is a New Evolutionary Optimization Algorithm for a Synchronized Truck-Multi Drone Delivery System
42 Downloads
Updated 7 Jan 2024

View License

Synchronization of the Traveling Salesman Problem with Drone (TSP-D) is one of the most complex NP-hard combinatorial routing problems in the literature. The speeds, capacities and optimization constraints of the truck-drone pair are different from each other. These differences lead to the search space of TSP-D having a high geometric complexity and a large number of local solution traps. Being able to avoid local solution traps in the search space of TSP-D and accurately converge to the global optimal solution is the main challenge for evolutionary search algorithms. The way to overcome this challenge is to dynamically adapt exploitation and exploration behaviors during the search process and maintain these two in a balanced manner depending on the geometric structure of TSP-D's search space. To overcome this challenge, research consisting of three steps was conducted in this article: (i) three different guide selection methods, namely greedy, random and FDB-score based, were used to provide exploitation, exploration and balanced search capabilities, (ii) by hybridizing these three methods at different rates, guide selection strategies with different search capabilities were developed, (iii) by associating these hybrid guide selection strategies with different stages of the search process, the guidance mechanism was given a dynamic behavioral ability. Thus, the Fitness-Distance Balance-based evolutionary search algorithm (FDB-EA) was designed to achieve a sustainable exploitation-exploration balance in the search space of TSP-D and stably avoid local solution traps. To test the performance of the FDB-EA, the number of delivery points was set to 30, 50, 60, 80, and 100 and compared with twenty-seven powerful and current competing algorithms. According to the non-parametric Wilcoxon pairwise comparison results, FDB-EA outperformed all competing algorithms in all five different TSP-D problems. According to the results obtained from the stability analysis, the success rates and calculation times of FDB-EA, EA and AGDE algorithms were 88.00% (6308.79 sec), 58.40% (7377.43 sec) and 13.460% (34664.19 sec) respectively.

Cite As

Yilmaz, C., Cengiz, E., Kahraman, H. T. (2024). A New Evolutionary Optimization Algorithm with Hybrid Guidance Mechanism for Truck-Multi Drone Delivery System. Expert Systems with Applications, 123115, https://doi.org/10.1016/j.eswa.2023.123115.

MATLAB Release Compatibility
Created with R2023b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.6

The codes are updated.

1.0.5

The codes are updated.

1.0.4

The codes are updated.

1.0.3

The codes are updated.

1.0.1

Codes are updated.

1.0.0