文件名称: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 in the problem space which are associated with the best solution (fitness) it has achieved so far. (The fitness value is also stored.)
This value is called pbest. Another "best" value that is tracked by the particle swarm optimizer is the best value, obtained so far by any particle in the neighbors of the particle. This location is called lbest. when a particle takes all the population as its topological neighbors, the best value is a global best and is called gbest. Following is the steps of PSO:
This value is called pbest. Another "best" value that is tracked by the particle swarm optimizer is the best value, obtained so far by any particle in the neighbors of the particle. This location is called lbest. when a particle takes all the population as its topological neighbors, the best value is a global best and is called gbest. Following is the steps of PSO:
相关搜索: lbest
fitness
matlab
Fish
swarm
optimization
social
fitness
population
matlab
particle
track
pso
technique
fitness
matlab
Fish
swarm
optimization
social
fitness
population
matlab
particle
track
pso
technique
(系统自动生成,下载前可以参看下载内容)
下载文件列表
PSO.m