PSO粒子群优化算法,matlab代码我要分享

PSO particle swarm optimization algorithm, matlab code

关注次数: 179

下载次数: 1

文件大小: 3.02 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

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

代码描述

中文说明:PSO粒子群优化算法,单纯的粒子群优化算法,使用matlab来实现的。文件压缩包里面一共有三个文件fun.m文件,PSO.m文件,PSOMutation.m文件。这些文件也是经典书籍Matlab神经网络43个案例分析中的部分实现,单纯演示PSO优化的功能。


English Description:

PSO particle swarm optimization algorithm, simple particle swarm optimization algorithm, using MATLAB to achieve. There are three files in the file compression package: fun. M file, PSO. M file and psomutation. M file. These files are also part of the implementation of the classic book matlab neural network 43 case analysis, simply demonstrating the function of PSO optimization.


代码预览

相关推荐