d2tsp_ga(varargin)

Truck and two drones traveling salesman problem (D2TSP): genetic algorithm (mutation).
205 Downloads
Updated 8 Dec 2016

View License

Solves the truck and two drone traveling salesman problem denoted as the in tandem team where drone delivers last mile effort. Uses a genetic algorithm (route mutations) to solve the problem. The problem can solve the D2TSP for 100 cities with randomly generated coordinates. The solution is based on minimizing time instead of distance. The min-time calculation is based on the max time for the truck or either drone to deliver in an operation. An operation is denoted as the node or stop in which a drone (or both) is launched, sent to deliver and then recovered at a rendezvous location. Each drone is constrained by range and capacity. As such, the range and number of stops in an operation is limited by drone constraints.

Cite As

Robert Rich (2024). d2tsp_ga(varargin) (https://www.mathworks.com/matlabcentral/fileexchange/60638-d2tsp_ga-varargin), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2015a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Traveling Salesman (TSP) in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.1.0.0

Updated to remove the "clear all" from previous file

1.0.0.0