ACS_CS(L,F,MET)

MATLAB Code for Adaptive Cuckoo Search algorithm
703 téléchargements
Mise à jour 4 déc. 2015

Afficher la licence

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.

Citation pour cette source

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. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2012a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Direct Search dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
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.