搜索资源列表
PSO
- Particle swarm optimization (PSO) is a population based stochastic optimization technique developed by Dr. Eberhart and Dr. Kennedy in 1995, inspired by social behavior of bird flocking or fish schooling. Each particle keeps track of its coordinates
pso-ppt-sample
- 微粒群优化算法 (PSO) 是一种进化计算技术 , 由Eberhart博士和kennedy博士于1995年提出。微粒群优化算法的基本思想是通过群体中个体之间的协作和信息共享来寻找最优解。 -Particle Swarm Optimization (PSO) is an evolutionary computation technique, by Dr. Eberhart and Dr. kennedy made in 1995. Particle Swarm Optimization Alg
pso
- 粒子群优化算法是一种进化优化技术,源于对鸟群扑食的行为,是一种基于迭代的优化工具。此文件提供了基本粒子群算法、带压缩因子的粒子群算法、二阶粒子群算法、二阶振荡粒子群算法、权重改进的粒子群算法、混沌粒子群算法、基于杂交的粒子群算法、基于模拟退火的粒子群算法的MATLAB源代码。-PSO is an evolutionary optimization technique, derived from the behavior of the birds of prey, is based on iter
pso
- The economic load dispatch plays an important role in the operation of power system, and several models by using different techniques have been used to solve these problems. Several traditional approaches, like lambda-iteration and gradient metho
pso1
- pso technique used for optimisation concepts in all master degree programmes
v27-83
- Recently, genetic algorithms (GA) and particle swarm optimization (PSO) technique have attracted considerable attention among various modern heuristic optimization techniques. Since the two approaches are supposed to find a solution to a giv
PSO
- 粒子群优化算法(PSO)是一种基于种群的随机优化技术,由Eberhart和Kennedy于1995年提出。粒子群算法模仿昆虫、兽群、鸟群和鱼群等的群集行为,这些群体按照一种合作的方式寻找食物,群体中的每个成员通过学习它自身的经验和其他成员的经验来不断改变其搜索模式。 -Particle swarm optimization algorithm (PSO) is a population based stochastic optimization technique, put forward
dc speed control by pso
- Dc speed control using pid and pso technique
PSO
- It is matlab code for optimizing the function.Hear we use particle swarm optimization technique for optimization.
pso
- 粒子群优化算法是一种进化优化技术,源于对鸟群扑食的行为,是一种基于迭代的优化工具。-PSO is an evolutionary optimization technique, derived the behavior of the birds of prey, is based on iterative optimization tools.
pso
- PSO is an optimization technique used to find global optimum for complex problems. Roughly stated, it s in the same category as Genetic algorithms or Simmilated annealing.-PSO is an optimization technique used to find global optimum for complex probl
pso---peyman
- Particle swarm optimization, a swarm intelligence optimization technique
Optimization-algorithm-of-PSO
- 粒子群算法(PSO)是一种基于群体的随机优化技术。与其它基于群体的进化算法相比,它们均初始化为一组随机解,通过迭代搜寻最优解。不同的是:进化计算遵循适者生存原则,而PSO模拟社会。将每个可能产生的解表述为群中的一个微粒,每个微粒都具有自己的位置向量和速度向量,以及一个由目标函数决定的适应度。所有微粒在搜索空间中以一定速度飞行,通过追随当前搜索到的最优值来寻找全局最优值。 -Particle swarm optimization (PSO) is a kind of stochastic opti
pso-based-pats-papr-ofdm
- A Suboptimal PTS Algorithm Based on Particle Swarm Optimization Technique for PAPR Reduction in OFDM Systems
psort-in-matlab
- The following Matlab project contains the source code and Matlab examples used for neural network add in for psort. This add-in to the PSO Research toolbox (Evers 2009) aims to allow an artificial neural network (ANN or simply NN) to be trained using
finalrobustbackwardforward
- requirement of PSO technique program for optimal sizing of distributed generation
PSO算法程序
- 粒子群优化算法是一种基于群体智能的演化计算技术。与遗传算法相比,PSO没有遗传算法中的选择(Selection)、交叉(Crossover)、变异(Mutation)等操作,而是通过粒子在解空间追随最优的粒子进行搜索。(Particle Swarm Optimization (PSO) is an evolutionary computing technique based on group intelligence. Compared with the genetic algorithm, P
64949
- pso optimization done in matlab using some specific technique
pso-40 generator
- A Modified Particle Swarm Optimization Technique for Economic Load Dispatch with Valve-Point Effect
tunning PID by BG-PSO
- Tuning PID using new PSO technique
