布谷鸟算法我要分享

Cuckoo algorithm

布谷鸟算法 优化算法 布谷鸟

关注次数: 279

下载次数: 0

文件大小: 3KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

使用matlab语言编程的布谷鸟算法对测试函数进行优化测试。


English Description:

The cuckoo algorithm programmed by MATLAB language is used to optimize the test function.


代码预览

cuckoo_search_new.m

empty_nests.m

fobj.m

get_best_nest.m

get_cuckoos.m

ResultFinalGbest

ResultHistoryGbest

simplebounds.m