-
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
-
recentcurve
ADVANTAGE: The main advantage of the NLMS algorithm over the LMS algorithm is the faster convergence for correlated[11] and whitened input and the stableness of the output with the varying range of values independent input data[12]. And to implement a shift input of data the NLMS require additional addition, Multiplication and division over the LMS algorithm.
- 2021-03-18 13:29:19下载
- 积分:1
-
matlabhanshusucha
matlab函数速查手机,非常有用matlab工具(matlab function Handbook for mobile phones, a very useful tool matlab)
- 2010-08-08 10:34:11下载
- 积分:1
-
tsp
用matlab 来实现用遗传算法解决tsp问题。(Using matlab to achieve using genetic algorithms to solve the problem tsp.)
- 2011-08-25 10:25:59下载
- 积分:1
-
CAP10---Power-System-Stability-and-Control---P
CAP10 - High-Voltage Direct-Current Transmission - Power System Stability and Control - P. Kundur(1)
- 2015-03-18 19:38:28下载
- 积分:1
-
tiaoma20060322
说明: 文字与拼音字母转换源码输入文字后将拼音字母转换出来(characters and phonetic alphabets source conversion to enter text will change from the phonetic alphabets)
- 2006-03-22 10:59:07下载
- 积分:1
-
matlab6.5_328087418
matlab6.5图形图像处理源程序 matlab6.5图形图像处理源程序(matlab6.5 graphics images graphical treatment matlab6.5 source image processing source code)
- 2008-06-10 15:41:39下载
- 积分:1
-
StereoMatching
说明: 在Matlab平台上,通过NCC SSD SAD算法双目立体图像求视差图(In the Matlab platform, through the NCC SSD SAD algorithm for stereo disparity map image requesting)
- 2021-03-09 17:19:27下载
- 积分:1
-
31767667viterbi(matlab)
说明: viterbi算法在matlab环境下的具体实现程序。(viterbi algorithm matlab environment in the concrete realization of the procedure.)
- 2008-12-01 15:37:26下载
- 积分:1
-
pcm
Pulse code modulation matlab code
- 2014-09-04 11:13:55下载
- 积分:1