人工智能-项目实践-优化算法-遗传算法、禁忌搜索、模拟退火、蚁群算法 遗传算法、禁忌搜索、模拟退火、蚁群算法 解决三十个城市的旅行商问题 人工智能课的一次作业,py写的,来自我这个新手码农 以下是三十个城市的坐标 41 94 37 84 54 67 25 62 7 64 2 99 68 58 71 44 54 62 83 69 64 60 18 54 22 60 83 46 91 38 25 38 24 42 58 69 71 71 74 78 87 76 18 40 13 40 82 7 62 32 58 35 45 21 41 26 44 35 4 50
2022-05-26 09:11:38 6KB 算法 遗传算法 禁忌搜索 模拟退火
.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
最小-最大车辆路径问题的禁忌搜索算法.doc
2022-05-12 18:12:01 32KB 文档资料
【TSP问题】基于禁忌搜索算法求解旅行商问题matlab源码.zip
2022-05-09 15:09:01 623KB 简介
1
【doc】解决图着色问题的一种新禁忌搜索算法.doc
2022-05-09 09:06:26 32KB 文档资料
对于vrp求解的一些常用算法,主要是遗传算法,禁忌算法,模拟退火算法
2022-05-06 13:16:28 25KB 禁忌搜索 遗传算法 模拟退火算法
1
禁忌搜索代码matlab Matlab_Program 大学里所有的Matlab代码,其中涉及到: 数据处理,2D/3D图形绘制,simulink,数学建模时的禁忌搜索算法解决二次分配问题,摄像头调用和图像处理等 由于大四开始用Python,所以后面基本也比较少用Matlab,但随时都能写点应用
2022-05-01 17:16:59 22.38MB 系统开源
1
xdata=xlsread('data1.xls'); %加载数据 a=xdata(:,1); %第一列为横坐标 a=a.'; c=xdata(:,2); %第二列为纵坐标 c=c.'; b=11258; n=50; listlength=15;%禁忌长度 num=1; bnum=1; %初始化禁忌
2022-04-21 13:05:15 8KB 禁忌搜索 解0-1背包问题
看女孩子的发型辞典,营造属于自己的个性发型
2022-04-17 11:04:20 177.75MB 发型 女孩子
TS求VRPTW matlab代码(惩罚函数版),matlab代码实例-禁忌搜索算法--带时间窗的车辆路径问题
2022-04-16 14:07:36 505KB matlab 开发语言