You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
This genetic algorithm solves the truck drone in tandem team or "last mile" effort for traveling salesman problem for parcel delivery operations (i.e. UPS, FedEx). Each truck carries a drone which is launched from a stop to deliver a parcel within range to a nearby stop while operating in parallel with the truck. The truck and drone work in parallel operations to deliver packages. The drone is constrained by both range and capacity. As such, it must operate in close proximity of the truck as an operation. An operation is when a truck launches the drone, truck and drone deliver to separate locations, and the truck then recovers the drone at a rendezvous location for battery swaps and loading. The idea is to determine a route for truck and drone (as well as operations) that minimizes total time. Total time is based on the times for the operations (launch-deliver-recover). The max time of an operation (truck or drone) is used to calculate total time for the route.
Cite As
Robert Rich (2026). dtsp_ga_basic(nStops, popSize, numIter, xy, range, speed ) (https://www.mathworks.com/matlabcentral/fileexchange/60640-dtsp_ga_basic-nstops-popsize-numiter-xy-range-speed), MATLAB Central File Exchange. Retrieved .
General Information
- Version 2.0.0 (2.96 KB)
MATLAB Release Compatibility
- Compatible with R2019b and later releases
Platform Compatibility
- Windows
- macOS
- Linux
Communities
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 2.0.0 | Updated with operation fathom |
||
| 1.4.0.2 | Updated the inputs to 5 |
||
| 1.4.0.1 | Updated default inputs |
||
| 1.4.0.0 | Improved performance of cost function
|
||
| 1.3.0.0 | updated cost function for return to depot. |
||
| 1.2.0.0 | Simplified the file |
||
| 1.1.0.0 | Update number hubs |
||
| 1.0.0.0 |
