遗传算法求旅行商问题

所属分类:人工智能/神经网络/深度学习
开发工具:Python
文件大小:861KB
下载次数:2
上传日期:2020-05-10 22:11:15
上 传 者lsy17375053
说明:  本文件给出了一种用遗传算法求解旅行商问题的源代码,可以避免陷入局部最优解。
(solve the TSP problem using genetic algorithm)

文件列表:
tsp-master\data\china.csv (633, 2017-07-20)
tsp-master\ga\GA.py (3880, 2017-07-20)
tsp-master\ga\Life.py (195, 2017-07-20)
tsp-master\ga\TSP_GA.py (3622, 2017-07-20)
tsp-master\ga\TSP_GA_w.py (5716, 2017-07-20)
tsp-master\ga\__pycache__\GA.cpython-36.pyc (3076, 2018-12-10)
tsp-master\ga\__pycache__\Life.cpython-36.pyc (500, 2018-12-10)
tsp-master\LICENSE (1076, 2017-07-20)
用遗传算法求解TSP问题 - 張行之的专栏 - CSDN博客_files\20150525175214747 (32027, 2018-12-10)
用遗传算法求解TSP问题 - 張行之的专栏 - CSDN博客_files\20150525175256078 (35353, 2018-12-10)
用遗传算法求解TSP问题 - 張行之的专栏 - CSDN博客_files\20150525175305479 (30269, 2018-12-10)
用遗传算法求解TSP问题 - 張行之的专栏 - CSDN博客_files\20150525175341811 (25328, 2018-12-10)
用遗传算法求解TSP问题 - 張行之的专栏 - CSDN博客_files\20150525175409111 (38003, 2018-12-10)
用遗传算法求解TSP问题 - 張行之的专栏 - CSDN博客_files\20150525175452885 (33172, 2018-12-10)
用遗传算法求解TSP问题 - 張行之的专栏 - CSDN博客_files\20150525175511184 (31529, 2018-12-10)
用遗传算法求解TSP问题 - 張行之的专栏 - CSDN博客_files\20150525175848367 (35512, 2018-12-10)
用遗传算法求解TSP问题 - 張行之的专栏 - CSDN博客_files\2_hoobye.jpg (1707, 2018-12-10)
用遗传算法求解TSP问题 - 張行之的专栏 - CSDN博客_files\3_hoobye.jpg (1575, 2018-12-10)
用遗传算法求解TSP问题 - 張行之的专栏 - CSDN博客_files\3_jeff_fei.jpg (1575, 2018-12-10)
用遗传算法求解TSP问题 - 張行之的专栏 - CSDN博客_files\3_jjj19891128.jpg (1575, 2018-12-10)
用遗传算法求解TSP问题 - 張行之的专栏 - CSDN博客_files\3_qer_computerscience.jpg (12158, 2018-12-10)
用遗传算法求解TSP问题 - 張行之的专栏 - CSDN博客_files\3_scutwjh.jpg (10225, 2018-12-10)
用遗传算法求解TSP问题 - 張行之的专栏 - CSDN博客_files\3_sinat_41631944.jpg (1575, 2018-12-10)
用遗传算法求解TSP问题 - 張行之的专栏 - CSDN博客_files\3_taonull.jpg (5275, 2018-12-10)
用遗传算法求解TSP问题 - 張行之的专栏 - CSDN博客_files\3_weixin_42034378.jpg (947, 2018-12-10)
用遗传算法求解TSP问题 - 張行之的专栏 - CSDN博客_files\9787302457879.jpg (8963, 2018-12-10)
用遗传算法求解TSP问题 - 張行之的专栏 - CSDN博客_files\apiaccept (20973, 2018-12-10)
用遗传算法求解TSP问题 - 張行之的专栏 - CSDN博客_files\atom-one-dark.css (1362, 2018-12-10)
用遗传算法求解TSP问题 - 張行之的专栏 - CSDN博客_files\baidu-search.js (4395, 2018-12-10)
用遗传算法求解TSP问题 - 張行之的专栏 - CSDN博客_files\baidu_opensug-1.0.0.js (14627, 2018-12-10)
用遗传算法求解TSP问题 - 張行之的专栏 - CSDN博客_files\blog_code-c3a0c33d5c.css (5519, 2018-12-10)
用遗传算法求解TSP问题 - 張行之的专栏 - CSDN博客_files\chart-3456820cac.css (293, 2018-12-10)
用遗传算法求解TSP问题 - 張行之的专栏 - CSDN博客_files\common-503a3d9a2e.min.js (581744, 2018-12-10)
用遗传算法求解TSP问题 - 張行之的专栏 - CSDN博客_files\content_toolbar.css (22467, 2018-12-10)
用遗传算法求解TSP问题 - 張行之的专栏 - CSDN博客_files\content_toolbar.js (33735, 2018-12-10)
用遗传算法求解TSP问题 - 張行之的专栏 - CSDN博客_files\copyright.js (867, 2018-12-10)
用遗传算法求解TSP问题 - 張行之的专栏 - CSDN博客_files\csdn-kf.png (17087, 2018-12-10)
用遗传算法求解TSP问题 - 張行之的专栏 - CSDN博客_files\csdn_cs_qr.png (18408, 2018-12-10)
... ...

# TSP问题的求解方法 * **data**.C-TSP问题中国34个城市的经纬度。 * **ga**.遗传算法求解TSP问题代码。 [Blog:http://blog.5long.me](http://blog.5long.me) TSP问题博文链接: ## License tsp is published under the MIT License (MIT) License. See the LICENSE file for more.

近期下载者

相关文件


收藏者