Description: Genetic algorithm to solve the TSP problem and the matlab code to achieve
A Rand main program ( seed , n) n as an integer, which is the setting of the random number generator seed, this actually provides a random number generating means, so the random number behind actually are determined, so that everyone can see the same results, can comment out this line, then each time the results do not necessarily the same.
To Search:
File list (Check if you may need any files):
TSP(GA)
.......\china.mat
.......\crossover.m
.......\distancematrix.m
.......\fpdfprinter.m
.......\license.txt
.......\main.m
.......\mutation.m
.......\plotcities.m
.......\plotroute.m
.......\README.txt
.......\select.m
.......\totaldistance.m