文件名称:pso
介绍说明--下载内容来自于网络,使用问题请自行百度
粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法((Evolu2tionary Algorithm - EA)。PSO 算法属于进化算法的一种,和遗传算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。-Particle swarm optimization, also known as particle swarm optimization (Particle Swarm Optimization), abbreviated as PSO, is a new evolutionary algorithm developed in recent years ((Evolu2tionary Algorithm- EA) .PSO algorithm is an evolutionary algorithm, and similar genetic algorithm, it is also starting random solutions, through iterative search for the optimal solution, which is also uated by the quality of the fitness solution, but it is much simpler than genetic algorithms rule, it does not have the genetic algorithm cross (Crossover) and variant (Mutation) operation, which by following the current search to find the optimal value to the global optimum. the algorithm for its easy implementation, high accuracy, and fast convergence advantages attracted academic attention, and in solving practical problems demonstrated its superiority.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
粒子群算法源代码/AsyLnCPSO.m
粒子群算法源代码/BreedPSO.m
粒子群算法源代码/CLSPSO.m
粒子群算法源代码/Funval.m
粒子群算法源代码/LinWPSO.m
粒子群算法源代码/LnCPSO.m
粒子群算法源代码/PSO.m
粒子群算法源代码/RandWPSO.m
粒子群算法源代码/SAPSO.m
粒子群算法源代码/SelPSO.m
粒子群算法源代码/SimuAPSO.m
粒子群算法源代码/YSPSO.m
粒子群算法源代码
粒子群算法源代码/BreedPSO.m
粒子群算法源代码/CLSPSO.m
粒子群算法源代码/Funval.m
粒子群算法源代码/LinWPSO.m
粒子群算法源代码/LnCPSO.m
粒子群算法源代码/PSO.m
粒子群算法源代码/RandWPSO.m
粒子群算法源代码/SAPSO.m
粒子群算法源代码/SelPSO.m
粒子群算法源代码/SimuAPSO.m
粒子群算法源代码/YSPSO.m
粒子群算法源代码
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.