BA蝙蝠算法我要分享

BA bat algorithm

算法 ba 蝙蝠

关注次数: 230

下载次数: 0

文件大小: 1.72 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

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

代码描述

中文说明:蝙蝠算法( BA) 是 Yang 教授于 2010 年基于群体智能提出的启发式搜索算法,是一种搜索全局最优解的有效方法。该算法是一种基于迭代的优化技术,初始化为一组随机解,然后 通过迭代搜寻最优解,且在最优解周围通过随机飞行产生局部新解,加强了局部搜索。与其他算法相比,BA 在准确性和有效性方面远优于其他算法,且没有许多参数要进行调整。


English Description:

Bat algorithms (BA) is Professor Yang in 2010 based on swarm intelligence, and its heuristic search algorithm is an effective way to search the global optimum. The algorithm is based on iterative optimization technology, initialized to a random solution, and then search for the optimal solution by iteration, and optimal solutions around random local new, enhanced local search. Other than BA in terms of accuracy and effectiveness is far superior to others, and there are many parameters to adjust.


代码预览

相关推荐