ACS_CS(L,F,MET)

版本 2.0 (9.7 KB) 作者: Manoj Kumar Naik
MATLAB Code for Adaptive Cuckoo Search algorithm
704.0 次下载
更新时间 2015/12/4

查看许可证

MATLAB code for the conference paper:
M. K. Naik and R. Panda, "A novel adaptive cuckoo search algorithm for intrinsic discriminant analysis based face recognition," Applied Soft Computing, Vol. 38, pp. 661-675, 2016.
The ACS algorithm require less time as compared to CS algorithm. It does not required predefined parameters excepts the number of cuckoos/Hosts, range of search, and abandon probability.
This algorithm can be effective for an application, where the deciding the parameter may affects the performance.

引用格式

Manoj Kumar Naik (2024). ACS_CS(L,F,MET) (https://www.mathworks.com/matlabcentral/fileexchange/52845-acs_cs-l-f-met), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2012a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Direct Search 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
2.0

It is better faster and more quickly converge then the ACS version 1.

1.0.0.0

Why ACS is better then CS and other.