-
13
说明: 粒子群算法(PSO)是一种基于群体的随机优化技术。与其它基于群体的进化算法相比,它们均初始化为一组随机解,通过迭代搜寻最优解。不同的是:进化计算遵循适者生存原则,而PSO模拟社会。将每个可能产生的解表述为群中的一个微粒,每个微粒都具有自己的位置向量和速度向量,以及一个由目标函数决定的适应度。所有微粒在搜索空间中以一定速度飞行,通过追随当前搜索到的最优值来寻找全局最优值。
PSO模拟社会采用了以下三条简单规则对粒子个体进行操作:①飞离最近的个体,以避免碰撞。②飞向目标。③飞向群体的中心。这是粒子群算法的基本概念之一。
粒子群算法其基本思想是受许多鸟类的群体行为进行建模与仿真研究结果的启发(Particle swarm optimization (PSO) is a population based stochastic optimization techniques. Based on evolutionary algorithms compared with other groups, they are initialized to a random solution, iterative search through optimal solution. The difference is: the principle of survival of the fittest evolutionary computation to follow, while PSO simulation community. The potential of each solution expressed as a group of particles, each particle has its own position vector and the velocity vector, and a fitness determined by the objective function. All particles in the search space at a constant speed flight, by following the current search to find the optimal values of the global optimum. PSO simulation community has adopted the following three simple rules for the operation of individual particles: ① recently departed individuals, in order to avoid collisions. ② to the target. ③ fly to center groups. This is one of the basic concepts of particle swarm algorithm. PSO algori)
- 2015-04-21 16:39:12下载
- 积分:1
-
MLP_NN
Using MLP NN architectures for the plant dynamic.
- 2010-05-22 23:17:58下载
- 积分:1
-
RBF-NEURAL-CONTROOL
RBF神经网络自适应控制MATLAB仿真代码(RBF neural control )
- 2021-01-13 13:58:47下载
- 积分:1
-
pinpu
信号的频率选择性衰落,根据频率的不同,在某些点上信号增强,某些点上信号减弱,此代码为MATLAB建模的仿真代码,开发环境为matlabR2011B(The signal frequency selective fading)
- 2014-03-24 23:07:36下载
- 积分:1
-
matlabsimulation
matlab通信仿真及应用实例详解,讲解matlab在通信仿真中的应用,很好的资料.(Communication and application of MATLAB simulation examples of detailed,on matlab simulation in communications applications,very good information)
- 2009-05-08 23:23:49下载
- 积分:1
-
MATLAB-junor-image-code
说明: 适用于利用matlab做图像处理的初学者学习的代码(MATLAB junor image code)
- 2011-04-13 16:59:50下载
- 积分:1
-
modu_classify
以前常有的调制识别程序大多是基于MATLAB的,本程序是基于C语言的实用程序,可以识别AM、FM、DSB、LSB、USB、CW、Noise等模拟调制信号的调制类型,是在实际工程中正在应用的实用程序!(Previous common modulation identification procedures are mostly based on MATLAB, and this program is based on the C language utility can identify the AM, FM, DSB, LSB, USB, CW, Noise and other analog modulation signal modulation type is the actual project utilities are being applied!)
- 2009-09-26 19:05:48下载
- 积分:1
-
ga
说明: 包括遗传算法的各种运算(交叉,变异)的实例源程序代码(Various operations, including genetic algorithms (crossover and mutation) of the instance of the source code)
- 2010-07-31 19:34:52下载
- 积分:1
-
mc
说明: uses the Monte Carlo method for a European call.
- 2010-02-08 16:51:34下载
- 积分:1
-
ALE_test
Matlab编写的自适应线谱增强算法(ALE)(An adptive line enhancer code written with matlab)
- 2012-04-20 19:14:52下载
- 积分:1