Cuckoo Search (CS) Algorithm

A standard Cuckoo Search is implemented, which is very efficient. There are three versions now.
23,5K téléchargements
Mise à jour 14 fév. 2013

Afficher la licence

A new metaheuristic optimization algorithm, called Cuckoo Search (CS), is fully implemented, and the vectorized version is given here. This code demonstrates how CS works for unconstrained optimization, which can easily be extended to solve various global optimization problems efficiently.

Three versions are provided:
Cuckoo_search.m is for a given tolerance.
Cuckoo_search_new.m is for a fixed number of iterations.
Cuckoo_search_spring.m is constrained optimization for designing a spring.

Citation pour cette source

Xin-She Yang (2024). Cuckoo Search (CS) Algorithm (https://www.mathworks.com/matlabcentral/fileexchange/29809-cuckoo-search-cs-algorithm), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R14
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux

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
1.3.0.0

A version for constrained optimization with a spring design benchmark is now included. This version has three files.

1.2.0.0

There was a minor typo in the previous file, and a newer version is attached.

1.1.0.0

Add a newer version.

1.0.0.0