文件名称:tsp遗传算法matlab代码-Attacking-Travelling-Salesman-Problem:GAPSOACASA解决旅行商问题
文件大小:267KB
文件格式:ZIP
更新时间:2024-06-15 08:43:17
系统开源
tsp遗传算法matlab代码此回购包含MATLAB代码,分别通过遗传算法,蚁群算法(ACA)和模拟退火(SA)解决了旅行商问题(TSP)。
【文件预览】:
Attacking-Travelling-Salesman-Problem-master
----TSPbyACA()
--------coor.mat(2KB)
--------citys_data.mat(309B)
--------TSP_ACA.m(3KB)
--------dsxy2figxy.m(960B)
--------PathLength.m(333B)
--------README.md(136B)
--------OutputPath.m(158B)
--------DrawPath.m(614B)
--------Distanse.m(271B)
----TSPbySimulatedAnnealing()
--------coor.mat(2KB)
--------patlen.m(245B)
--------matlab.mat(79KB)
--------dist_mat.mat(73KB)
--------dist.m(212B)
--------dsxy2figxy.m(960B)
--------tsp_simuated__annealing(2KB)
--------README.md(180B)
--------sj.txt(2KB)
--------coor_pre.m(2KB)
--------DrawPath.m(614B)
--------inipath.m(293B)
--------coor.amt(2KB)
----TSP_BY_Improved_GA()
--------GA_1.m(3KB)
--------README.md(168B)
--------GA_2.m(3KB)
--------sj.txt(2KB)
--------citycoor.xlsx(9KB)
----README.md(175B)
----TSPbyPSO()
--------coor.mat(2KB)
--------dist_mat.mat(73KB)
--------fitness.m(160B)
--------dsxy2figxy.m(960B)
--------PathLength.m(333B)
--------README.md(174B)
--------PSO_TSP.m(2KB)
--------OutputPath.m(158B)
--------DrawPath.m(614B)
--------Distanse.m(271B)
--------citycoor.xlsx(9KB)