文件名称:PSO-for-TSP-of-51-city
介绍说明--下载内容均来自于网络,请自行研究使用
为本人毕业设计里,粒子群算法的一个应用,求解51个城市的TSP问题,城市的个数和位置都可以改动,并与遗传算法求解的结果进行对比!-I graduated from the design, the application of the particle swarm algorithm for solving the 51 cities TSP problem, the number and location of the city can be altered, and compared with the results of the genetic algorithm!
(系统自动生成,下载前可以参看下载内容)
下载文件列表
旅行商问题求解\dist.m
..............\eil51.txt
..............\fitness.m
..............\GA-TSP\eil51.txt
..............\......\exchange.m
..............\......\fit.m
..............\......\GA.m
..............\......\geneticTSP.m
..............\......\immuni.m
..............\......\intercross.m
..............\......\juli.m
..............\......\mutate.m
..............\......\myLength.m
..............\......\plotaiwa.asv
..............\......\plotaiwa.m
..............\main.asv
..............\main.m
..............\GA-TSP
旅行商问题求解