机器学习与算法及源码:模拟退火算法.zip
2022-05-18 14:07:14 2.64MB 机器学习 算法 源码软件 模拟退火算法
.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
【优化求解】模拟退火算法求解通信网频率规划问题matlab源码.md
2022-05-17 21:09:24 24KB 算法 源码
1
数据结构课设_TSP贪心法,简单,容易懂,全部程序,需要自己看明白组合!
2022-05-17 17:18:29 269KB TSP
1
毕业设计论文-源码-C语言遗传算法在求解TSP问题(设计源码).zip
2022-05-17 17:03:27 219KB 源码软件 c语言 开发语言
围绕蚁群优化算法的理论及应用,针对蚁群算法在TSP规划中求解能力不足的难题,运用了一种基于自适应的蚂蚁算法,并对TSP规划进行了设计。为了提高路径规划的效率,将自适应与传统的蚂蚁算法相结合形成了自适应蚁群算法。仿真实验结果表明,改进后算法能够在较短时间内找到全局最优路径,相对于基本的蚁群算法在收敛速度、搜索质量和局部寻优方面都有了明显的提高。
2022-05-16 15:19:46 270KB 蚁群算法
1
遗传算法解TSP问题MATLAB代码;30城市的Benchmark问题
2022-05-15 20:35:03 7KB 遗传算法
1
【TSP问题】基于遗传结合蚁群算法求解旅行商问题含Matlab源码
2022-05-15 20:06:18 384KB
1
蚁群算法的车间作业调度源码很难得一个源码 欢迎大家下载这个源码
2022-05-15 00:38:58 2KB 蚁群算法源码
1
SOM TSP
2022-05-14 23:32:58 3KB SOM TSP
1