-
蚁群算法(ACA)及其Matlab实现.m
采用蚁群算法求取TSP问题 1基本原理: 本质上也是一种概率算法,通过大概率收敛到最佳值,和其他的智能算法很相似。蚁群分泌的信息素存在正反馈,使得较佳的解具有大概率被选到,当全局都选用较佳的解,变可以得到整体的最优解。 2几个关键点: 1)概率选择:受信息素浓度和启发函数影响,启发函数为距离的倒数 2)信息素挥发:考虑到信息素随时间的挥发,加入挥发因子 3程序设计步骤: 1)初始化各个参数:包括各点的距离,信息素的初始浓度,蚂蚁数量,信息素挥发因子,信息素和启发函数的重要度因子,启发函数,最大迭代次数,路径记录表等等 2)迭代:对每个蚂蚁随机制定初始值,再根据概率选择,选择出每只蚂蚁的路径,确定每只蚂蚁的路径总长度,以及蚁群的最佳路径长度和平均长度,并对信息素进行更新。 3)展示:展示出最佳路径,以及最佳路径对迭代的变化图 4Matlab代码 程序说明:采用蚁群算法求取TSP问题,共有34个城市,从txt文件加载数据: 运行结果:
- 2021-05-06下载
- 积分:1
-
随机共振相似度的Matlab计算程序,计算看出输入
随机共振相似度的Matlab计算程序,计算看出输入-输出的相似度S随着噪音的标准差的增大而不断得到改善,直到增大至一饱和值为止。-Stochastic resonance Matlab similarity calculation process, the calculation to see input- output of the similarity S as the standard deviation of the noise increases continue to improve until the saturation value increased to 1 so far.
- 2022-02-19 23:29:38下载
- 积分:1
-
PlaneTruss
说明: 平面板杆结构有限元分析,包中有详细的WORD文档说明(Flat panel rod finite element analysis)
- 2011-03-18 09:46:13下载
- 积分:1
-
UWB-matlab-file
有关UWB的matlab仿真程序,对一些初学者比较有用(the UWB Matlab simulation program, some more useful beginners)
- 2007-03-23 21:50:32下载
- 积分:1
-
IEEE34
用C语言编写的IEEE34节点系统画图例程,用于matlab(the graghing programme of IEEE34 node system written in C, for matlab
)
- 2013-09-16 10:33:53下载
- 积分:1
-
(EN_CN)SVM-Introduction-
网上能下载的本书的中文版均缺少89和97两页,又此书已绝版,本人只好从英文完整版中摘录缺少的内容,分别补全了这两页的内容。注:英文完整版也已经作为PDF的附件加了进去。
我也上传到了IASK,不能下载的朋友可以去搜索“(中文版)支持向量机导论.rar”(Internet can download the Chinese version of the book were missing two 89 and 97, and the book is out of print, I had to excerpts missing content from the English full version, respectively, to complement the content of the two pages. Note: The full version of English has also been added as an attachment inside a PDF.
I also uploaded to the IASK, can not download friends can go search for "(Chinese version) Introduction to Support Vector Machines. Rar")
- 2013-11-27 23:58:27下载
- 积分:1
-
CAPON
现代谱估计的CAPON等算法仿真,对谱估计的研究者有用(Modern Spectral Estimation Algorithm Simulation CAPON)
- 2010-12-19 11:10:42下载
- 积分:1
-
all_s2ff_code
说明: 基于标准模型的人脸识别程序,里面有一些小程序。(Face recognition program based on the standard model, which has some small programs.)
- 2010-04-23 11:06:22下载
- 积分:1
-
FTCS_explicit
Advanced Numerical Methods FTCS explicit
- 2011-11-05 16:38:10下载
- 积分:1
-
positive-portrait-identification-
一种正面人像识别的方法,论文.格式caj。利用活动轮廓模型进行人像处理,自动提取人脸轮廓。(A positive portrait identification method)
- 2013-09-23 10:38:59下载
- 积分:1