简单的PSO算法例程我要分享

Simple PSO algorithm routine

GSO PSO函数 pso测试函数

关注次数: 276

下载次数: 2

文件大小: 3KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

简单的PSO算法例程,基于多个测试函数。粒子群优化算法通过选择合适的游程员百分比来优化具有多个局部极小值的多峰函数。在这种情况下,搜索代理具有较快的收敛速度并收敛到全局最优解。


English Description:

Simple PSO algorithm routine, based on multiple test functions. The particle swarm optimization algorithm optimizes the multimodal function with multiple local minima by selecting the appropriate percentage of runners. In this case, the search agent has faster convergence speed and converges to the global optimal solution


代码预览

参数反演\fitness.m

参数反演\PSO.m

参数反演\zhengyan2.m

函数测试\fitness.m

函数测试\main.m

函数测试\PSO.m

参数反演

函数测试