-
PSO-evolutionarycomputation
粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation),有Eberhart博士和kennedy博士发明。源于对鸟群捕食的行为研究
PSO同遗传算法类似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在解空间追随最优的粒子进行搜索。详细的步骤以后的章节介绍
同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域(Particle Swarm Optimization (PSO) is an evolutionary computation technique (evolutionary computation), has Dr. Eberhart and Dr. kennedy invention. Deriving from the behavior of birds of prey PSO with genetic algorithm is similar to an iterative optimization-based tools. System initialization for a group of random solutions, through the iterative search for optimal values. But there is no cross-genetic algorithm used (crossover) and mutation (mutation). But the particles in the solution space of the particles to follow the optimal search. In detail the steps after the introduction sections compared with the genetic algorithm, PSO has the advantage of being simple and easy and did not realize many of the parameters need to be adjusted. Has been widely applied to function optimization, neural network training, fuzzy system control, as well as other genetic algorithm applications)
- 2008-03-19 20:51:36下载
- 积分:1
-
fdtd1D
finite difference time domain 1d code
- 2010-10-30 07:19:21下载
- 积分:1
-
PAPER1
随机间距稀疏三元循环相位掩膜矩阵可压缩成像.pdf(Sparse Trinary Circulant Measurement Matrices with Random Spacing in Compressive Imaging)
- 2012-09-16 10:55:30下载
- 积分:1
-
Digital-Image-ProcessingUsingMATLAB
DIGITAL IMAGE PROCESSING using matlab SIMULATION
- 2014-12-27 16:43:06下载
- 积分:1
-
TEMEX
MATLAB (MATLAB )
- 2015-01-01 17:10:42下载
- 积分:1
-
Mat-lab-Code-for-Spectrum-sensing-and-Energy-Dete
Spectrum Sensing and Energy Detection in Cognitive Radio Networks
- 2014-02-03 15:43:14下载
- 积分:1
-
d
说明: Direct Sequence Spread Spectrum
- 2009-02-18 22:02:55下载
- 积分:1
-
kalmanfilter
一个非常好用的国外牛人写的kalman滤波程序,(kfdemo.m is a Matlab script file to run a demonstration of the Bayesian Kalman filter. It loads file kfdemo.mat (saved as version 4 so that it will read in either v4 or v5 Matlab).The other files are called by kf.m (the Kalman filter) or included as they may be useful. Normalis.m normalises data to zero-mean,
unit variance along components. I always do this before any further
analysis.)
- 2010-03-03 15:14:01下载
- 积分:1
-
mean_shift
说明: MeanShift算法在运动人体跟踪MATLAB代码(MeanShift algorithm in MATLAB code tracking of moving body)
- 2010-04-02 16:51:24下载
- 积分:1
-
lnmf
LNMF- local non-negative matrix factorization,
for face recognition.
- 2020-11-01 20:49:54下载
- 积分:1