粒子群

所属分类:matlab编程
开发工具:C/C++
文件大小:5KB
下载次数:2
上传日期:2018-09-08 21:21:03
上 传 者李彤tongtong
说明:  粒子群算法,也称粒子群优化算法或鸟群觅食算法(Particle Swarm Optimization),缩写为 PSO, 是近年来由J. Kennedy和R. C. Eberhart等开发的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。
(Particle Swarm Optimization, also known as Particle Swarm Optimization or Particle Swarm Optimization, abbreviated as PSO, is a new evolutionary algorithm developed by J. Kennedy and RC Eberhart in recent years (Evolutionary Algorithm - EA). ). The PSO algorithm is a kind of evolutionary algorithm. It is similar to the simulated annealing algorithm. It also starts from the random solution and finds the optimal solution through iteration. It also evaluates the quality of the solution by fitness, but it is simpler than the rules of genetic algorithm. It does not have the "crossover" and "mutation" operations of the genetic algorithm, which seeks global optimality by following the current searched optimal values. This kind of algorithm has attracted the attention of academic circles because of its advantages of easy implementation, high precision and fast convergence)

文件列表:
粒子群\Copy_of_main.m (568, 2018-09-03)
粒子群\Decisfun.m (564, 2018-09-03)
粒子群\mayi.m (1309, 2018-09-04)
粒子群\Minforedynprog.m (2954, 2018-09-03)
粒子群\SAPSO.m (2398, 2018-09-03)
粒子群\Stageobjfun.m (8208, 2018-09-03)
粒子群\Statetransfun.m (109, 2018-09-03)
粒子群 (0, 2018-09-04)

近期下载者

相关文件


收藏者