-
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
-
dwt
说明: 基于dwt的水印图像matlab代码,这是小波变换的经典算法(Dwt-based image watermarking matlab code, which is a classical algorithm for wavelet transform)
- 2021-02-07 18:19:55下载
- 积分:1
-
lizi2
说明: 采用白噪声作为输入,最小二乘算法,并用于求解丢潘图方程(Using white noise as input, least squares algorithm, and graph equations for solving lost Pan)
- 2010-04-27 19:07:38下载
- 积分:1
-
fouriertransmation
图像处理 证明二维夫里叶变换等价于两步一位傅里叶变换的程序(image processing proved two Weaver Fourier Transform equivalent to a two-step procedure Fourier Transform)
- 2006-07-02 11:04:37下载
- 积分:1
-
HOSA-Toolbox
MATLAB高阶谱分析(Higher-Order Spectral Analysis )信号处理工具箱,有详细的安装说明。(MATLAB Signal Processing Toolbox higher order spectral analysis, a detailed installation instructions.)
- 2014-02-24 11:25:23下载
- 积分:1
-
jiangwei2
降维状态观测器是非常重基于T变换的降维观测器设计方法。要的一类观测器(Reduced-order state observer is very important dimension reduction based on T transform observer design method. To a class of observer)
- 2010-07-16 11:41:01下载
- 积分:1
-
Modern.Control.Engineering
国外经典控制教材《modern control engineering》的中文译本,这本书是众多中译本中比较好的一本(the chinese version of <modern control engineering>)
- 2012-02-12 15:38:50下载
- 积分:1
-
shannon
香农编码,给定概率求码字,编码效率,平均码长(Shannon coding, the probability of seeking a given codeword, the coding efficiency, the average yards)
- 2010-06-26 15:32:53下载
- 积分:1
-
chap6_3
单神经元PID控制器的仿真与应用实例。比较常规PID控制器,得其优缺点(single neuron PID controller simulation and application examples. Comparing Conventional PID controller, to gain advantages)
- 2007-06-07 16:14:20下载
- 积分:1
-
WiMAX_Test_4
i am trying to find out new program for simuling our results wimax phy layer
- 2013-02-19 18:55:46下载
- 积分:1