粒子群算法集(PSO)我要分享

Particle swarm optimization (PSO)

关注次数: 237

下载次数: 1

文件大小: 28.65 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:粒子群优化算法是一种进化优化技术,源于对鸟群扑食的行为,是一种基于迭代的优化工具。此文件提供了基本粒子群算法、带压缩因子的粒子群算法、二阶粒子群算法、二阶振荡粒子群算法、权重改进的粒子群算法、混沌粒子群算法、基于杂交的粒子群算法、基于模拟退火的粒子群算法的MATLAB源代码。


English Description:

Particle Swarm optimization algorithm is an evolutionary optimization techniques, from the predatory behavior of birds, is based on the iteration of the optimization tool. This file provides the basic PSO algorithm with compression factor of the Particle Swarm algorithm for second order Particle Swarm algorithms, second-order oscillating Particle Swarm algorithms, weights, improved Particle Swarm algorithms, chaos Particle Swarm Optimization algorithm based on hybrid Particle Swarm Optimization algorithm and Particle Swarm Optimization based on simulated annealing algorithm MATLAB source code.


代码预览

相关推荐