人工鱼群算法测试程序我要分享

Artificial fish swarm algorithm test program

关注次数: 113

下载次数: 0

文件大小: 5.42 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

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

代码描述

中文说明:作为一种群体智能算法,本程序采用一种人工鱼群算法,可实现任意非线性函数的寻优。该算法易于跳出局部极小值点,可实现全局目标寻优,而且克服了传统寻优算法收敛速度慢的缺点,是今后比较流行的一种全局寻优算法。


English Description:

As a swarm intelligence algorithm, this program adopts an artificial fish swarm algorithm, which can realize the optimization of any nonlinear function. The algorithm is easy to jump out of the local minimum point, and can achieve global optimization, and overcome the shortcomings of slow convergence speed of traditional optimization algorithm. It is a popular global optimization algorithm in the future.


代码预览

相关推荐