粒子群算法我要分享

Particle swarm optimization

matlab

关注次数: 166

下载次数: 0

文件大小: 90.36 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

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

代码描述

中文说明:粒子群算法(particle swarm optimization,PSO)由Kennedy和Eberhart在1995年提出,该算法模拟鸟集群飞行觅食的行为,鸟之间通过集体的协作使群体达到最优目的,是一种基于Swarm Intelligence的优化方法。


English Description:

Particle swarm optimization (PSO) was proposed by Kennedy and Eberhart in 1995. The algorithm simulates the behavior of birds flying and foraging in groups, and the birds cooperate with each other to achieve the optimal goal. It is an optimization method based on swarm intelligence.


代码预览