文件名称:cs
介绍说明--下载内容均来自于网络,请自行研究使用
桥大学的YANG 和拉曼工程大学的 DEB
模拟布谷鸟的寻窝产卵行为, 提出一种新的智能优化算法
—— 布谷鸟搜索算法( Cuckoo Search)
[9]。这种算法主要
基于布谷鸟的巢寄生繁殖机理和莱维飞行( L
vy flights)
搜索原理两个方面, 目前, 利用布谷鸟搜索算法( CS)求解
优化问题的研究还处于起步阶段。-This demo program only implements a standard version of
Cuckoo Search (CS), as the Levy flights and generation of
new solutions may use slightly different methods.
The pseudo code was given sequentially (select a cuckoo etc),
but the implementation here uses Matlab s vector capability,
which results in neater/better codes and shorter running time.
模拟布谷鸟的寻窝产卵行为, 提出一种新的智能优化算法
—— 布谷鸟搜索算法( Cuckoo Search)
[9]。这种算法主要
基于布谷鸟的巢寄生繁殖机理和莱维飞行( L
vy flights)
搜索原理两个方面, 目前, 利用布谷鸟搜索算法( CS)求解
优化问题的研究还处于起步阶段。-This demo program only implements a standard version of
Cuckoo Search (CS), as the Levy flights and generation of
new solutions may use slightly different methods.
The pseudo code was given sequentially (select a cuckoo etc),
but the implementation here uses Matlab s vector capability,
which results in neater/better codes and shorter running time.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
cs.doc