liziqunsuanfa

所属分类:matlab编程
开发工具:matlab
文件大小:1KB
下载次数:3
上传日期:2016-11-11 17:35:41
上 传 者snowtiger
说明:  粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来由J. Kennedy和R. C. Eberhart等[1] 开发的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法。
(Swarm optimization, also known as PSO (Particle Swarm Optimization), abbreviated as PSO, in recent years, one J. Kennedy and RC Eberhart et al. [1] developed a new evolutionary algorithm (Evolutionary Algorithm- EA). One of PSO algorithm and simulated annealing algorithm is similar to evolutionary algorithms, it is also a departure random solutions, through iterative find the optimal solution, it is also uated by the fitness of the solution quality, but it' s simpler than genetic algorithm rules it is no genetic algorithm " cross" (crossover) and " variation" (mutation) operation, follow it through to the current search to find the optimal value of the global optimum. This algorithm is its easy implementation, high precision, rapid convergence, etc. attracted academic attention, and demonstrated its superiority in solving practical problems. Particle swarm algorithm is a parallel algorithm.)

文件列表:
粒子群算法求解多元函数极值\fitness.m (163, 2015-10-22)
粒子群算法求解多元函数极值\main.m (1829, 2015-10-22)
粒子群算法求解多元函数极值 (0, 2015-10-22)

近期下载者

相关文件


收藏者