本人编辑的标准PSO算法,用于学习,可以在此基础上进行改进.
上传时间: 2014-01-11
上传用户:我干你啊
非常好的优化算法的书,详细介绍了蚁群算法和粒子群算法以及相关的matlab工具箱,讲了理论和应用给出了工具箱的下载地址。 Swarm intelligence is an innovative computational way to solve hard problems. In particular, particle swarm optimization, also commonly known as PSO, mimics the behavior of a swarm of insects or a school of fish. If one of the particle discovers a good path to food the rest of the swarm will be able to follow instantly even if they are far away in the swarm. Swarm behavior is modeled by particles in multidimensional space that have two characteristics: a position and a velocity. These particles wander around the hyperspace and remember the best position that they have discovered. They communicate good positions to each other and adjust their own position and velocity based on these good positions.
标签: 优化算法
上传时间: 2014-01-26
上传用户:zgu489
ofdm信道估计仿真(ls算法,mmse算法,还有一种改进的mmse算法lmmse,可以直接在马特拉并上运行)
上传时间: 2016-08-06
上传用户:cccole0605
Apriori算法是一种最有影响的挖掘布尔关联规则频繁项集的算法。本文简单介绍了Apfiofi算法,提出了Apfiofi算法的改进方案—— 长项优先的产生算法,它基于传统Apriori算法,通过改变候选项集的产生顺序来减少数据库访问。从而提高效率
上传时间: 2016-08-06
上传用户:zjf3110
用遗传算法求解二维函数的最大值问题,用matlab实现,但是不采用matlab遗传算法工具箱
上传时间: 2016-08-07
上传用户:kelimu
K-MEANS聚类算法,以及PSO和QPSO算法改进K-MEANS算法,breastcancer数据验证了该分类模型的有效性
上传时间: 2016-08-11
上传用户:奇奇奔奔
编写的信源分离的gde算法,是AIC算法的改进。验证过。
上传时间: 2014-01-02
上传用户:小鹏
cskmeans 聚类算法的一种 1. 分裂法(partitioning methods):给定一个有N个元组或者纪录的数据集,分裂法将构造K个分组,每一个分组就代表一个聚类,K<N。而且这K个分组满足下列条件:(1) 每一个分组至少包含一个数据纪录;(2)每一个数据纪录属于且仅属于一个分组(注意:这个要求在某些模糊聚类算法中可以放宽);对于给定的K,算法首先给出一个初始的分组方法,以后通过反复迭代的方法改变分组,使得每一次改进之后的分组方案都较前一次好,而所谓好的标准就是:同一分组中的记录越近越好,而不同分组中的纪录越远越好。使用这个基本思想的算法有:K-MEANS算法、K-MEDOIDS算法、CLARANS算法;
标签: partitioning cskmeans methods 聚类算法
上传时间: 2014-01-16
上传用户:songyue1991
插值与逼近的c具体算法,很是实用。 有的接口可能不太灵活,仍有待改进。
上传时间: 2013-12-24
上传用户:ainimao
此算法是一个压缩算法,lwz在lz77,lz78的基础上改进的一种算法。
上传时间: 2013-12-25
上传用户:小眼睛LSL