Description: MTSP_GA Multiple Traveling Salesmen Problem (M-TSP) Genetic Algorithm (GA)
Finds a (near) optimal solution to the M-TSP by setting up a GA to search
for the shortest route (least distance needed for the salesmen to travel to each city exactly once and return to their starting locations)
File list (Check if you may need any files):
mtsp_ga\license.txt
.......\mtsp_ga.m
mtsp_ga