遗传算法解决 TSP 问题(附matlab源程序).docx
2022-05-19 21:31:20 16KB 遗传算法 解决 TSP 问题
1
蚁群算法求解TSP问题的MATLAB程序(较好的算例).txt
2022-05-19 19:07:47 6KB matlab 算法 源码软件 开发语言
粒子群算法解决TSP问题.doc
2022-05-19 14:06:48 218KB 算法 文档资料
tsp问题算法.txt
2022-05-18 22:04:50 22KB 算法 源码软件
里面有许多解决tsp问题的方法源代码,比如蚁群算法、神经网络、遗传算法、模拟退火算法等等 里面有许多解决tsp问题的方法源代码,比如蚁群算法、神经网络、遗传算法、模拟退火算法等等
2022-05-18 21:59:51 10KB tsp问题 matlab
1
用 MATLAB实现基于遗传算法的旅行商问题,可以求得最优解。
2022-05-18 20:19:26 5KB MATLAB 遗传算法 tsp
1
用matlab程序编写的遗传算法解决TSP问题,GATSP.m为主程序,
2022-05-18 17:04:40 9KB 遗传算法 TSP matlab
1
TSP (traveling salesman problem,旅行商问题)是典型的NP完全问题,即其最坏情况下的时间复杂度随着问题规模的增大按指数方式增长,到目前为止还未找到一个多项式时间的有效算法。本资源使用matlab软件,基于粒子群算法(PSO)对TSP问题进行了求解。
2022-05-18 16:16:01 60KB 算法 源码软件 matlab 开发语言
1
.tsp文件读入,模拟退火算法函数接口,测试文件,运行结果全在里面了 Tabu Search (TS) is a local search-based metaheuristic, which is proposed by Fred W. Glover, in 1986. Tabu Search is completely based on the definition of neighborhood and actions converting a solution to its neighboring solutions. This algorithm starts with a single solution, and searches for better solutions, applying actions and moving between neighbor solutions. However, acceptance, applicability and availability of actions, are managed using a set of rules. One of most important rules used in Tabu Search, is that: when action is performed, it will be not available, until a certain amount of other actions performed.
2022-05-18 01:35:39 43KB matlab TSP 旅行商问题 Tabu
1
数据结构课设_TSP贪心法,简单,容易懂,全部程序,需要自己看明白组合!
2022-05-17 17:18:29 269KB TSP
1