粒子群matlab算法我要分享

Particle swarm optimization matlab algorithm

关注次数: 132

下载次数: 0

文件大小: 33.15 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

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

代码描述

中文说明:粒子群优化算法源自对鸟群捕食行为的研究,最初由Kennedy和Eberhart提出,是一种通用的启发式搜索技术。一群鸟在区域中随机搜索食物,所有鸟知道自己当前位置离食物多远,那么搜索的最简单有效的策略就是搜寻目前离食物最近的鸟的周围区域。PSO 算法利用这种模型得到启示并应用于解决优化问题


English Description:

Particle swarm optimization (PSO) is a general heuristic search technique, which originated from the study of bird predation behavior and was first proposed by Kennedy and Eberhart. A group of birds randomly search for food in the region. All birds know how far away they are from the food, so the most simple and effective search strategy is to search the area around the nearest bird. PSO algorithm uses this model to get inspiration and apply to solve optimization problems


代码预览

相关推荐