matlab布谷鸟算法,实用的matlab代码我要分享

Matlab cuckoo algorithm, practical matlab code

关注次数: 296

下载次数: 0

文件大小: 1.82 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

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

代码描述

中文说明:布谷鸟搜索算法[CuckooSearch(CS)],也叫杜鹃搜索,是由剑桥大学Xin-SheYang(杨新社)教授和S.Deb于2009年提出的一种新兴启发算法CS算法通过模拟某些种属布谷鸟(CuckooSpecies)的寄生育雏(BroodParasitism)来有效地求解最优化问题的算法.同时,CS也采用相关的Levy飞行搜索机制。


English Description:

Cuckoo search (CS), also known as cuckoo search, is a new heuristic algorithm proposed by Professor Xin She Yang of Cambridge University and S. DEB in 2009. CS algorithm can effectively solve the optimization problem by simulating the brood parasitism of some cuckoo species. At the same time, CS also uses the Levy flight search mechanism.


代码预览

相关推荐