蝗虫搜索算法我要分享

Locust search algorithm

蝗虫算法 智能算法 参数优化 goa 蝗虫优化算法

关注次数: 295

下载次数: 1

文件大小: 347KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

蝗虫算法:蝗虫优化算法是模拟自然界蝗虫种群捕食行为而提出的一种群智能优化算法,主要利用了蝗虫间的社会作用力把空间分为吸引空间、舒适空间和排斥空间,根据不同蝗虫间距离大小的变化来改变空间范围从而找到最优位置。该算法具有结构简单、稳定性强、参数较少、收敛较快等特点。


English Description:

Locust algorithm: Locust optimization algorithm is a swarm intelligent optimization algorithm which simulates the predatory behavior of locust population in nature. It mainly uses the social force between locusts to divide the space into attraction space, comfortable space and exclusion space. According to the change of the distance between different locusts, the space range is changed to find the optimal location. The algorithm has the characteristics of simple structure, strong stability, few parameters and fast convergence.


代码预览

LS to share\calcS.m

LS to share\evaluateF_final_set.m

LS to share\explora.m

LS to share\FirstRead.pdf

LS to share\incializa.m

LS to share\local6.m

LS to share\LS.m

LS to share\moveO.m

LS to share\test_functions.m

LS to share\test_functions_range.m

license.txt