-
STDPSO
粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法(Evolutionary Algorithm - EA)。(For each particle
____Initialize particle
END
Do
____For each particle
________Calculate fitness value
________If the fitness value is better than the best fitness value (pBest) in history
____________set current value as the new pBest
____End
____Choose the particle with the best fitness value of all the particles as the gBest
____For each particle
________Calculate particle velocity according equation (a)
________Update particle position according equation (b)
____End)
- 2015-03-13 09:28:14下载
- 积分:1
-
2.Correlation
watermark using correlation and pn sequence
- 2014-02-02 07:03:29下载
- 积分:1
-
Outlier_Variogram
空间数据挖掘的又一个matlab例外点检测程序(Spatial data mining another exception detection procedures matlab)
- 2007-09-13 09:36:11下载
- 积分:1
-
Images-Compression-Using-Dual-Tree-Complex-Wavele
Images Compression Using Dual Tree Complex Wavelet Transform
- 2012-05-18 18:34:42下载
- 积分:1
-
MBC
Monogenic Binary Coding
- 2013-03-12 00:18:30下载
- 积分:1
-
pso
此压缩文件中包含了两个读取bmp文件分别用java和c写了,另三个是用matlab实现的演化算法,很有作用的,每个文件里都有详细说明(This compressed file contains two read bmp file with java and c, respectively, wrote the other three is the realization of the evolutionary algorithm matlab, it is the role of each document has a detailed description)
- 2008-01-23 16:05:30下载
- 积分:1
-
LMS
说明: lms算法极为最小均方误差算法, 是均衡器消除码间串扰一种算法;(lms algorithm)
- 2010-04-24 20:55:01下载
- 积分:1
-
POPGENE
微卫星SSR基本数据分析常用软件,功能比较强大,具有通用性(Microsatellite SSR commonly used basic data analysis software, the function is stronger, is versatile
)
- 2014-01-21 21:40:10下载
- 积分:1
-
qb
说明: 铅垂平面比利导引法弹道仿真程序,基于MATLAB编写(Vertical plane guidance law Billy ballistic simulation program, based on the MATLAB prepared)
- 2008-11-07 22:54:04下载
- 积分:1
-
suijishushengcheng
MATLAB随机数生成.M文件
里面有很多例子(MATLAB random number generator. M files)
- 2010-06-01 13:42:28下载
- 积分:1