Cuckoo Search (CS) Algorithm
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.
引用
Xin-She Yang (2024). Cuckoo Search (CS) Algorithm (https://www.mathworks.com/matlabcentral/fileexchange/29809-cuckoo-search-cs-algorithm), MATLAB Central File Exchange. に取得済み.
MATLAB リリースの互換性
プラットフォームの互換性
Windows macOS Linuxカテゴリ
- Mathematics and Optimization > Global Optimization Toolbox >
- MATLAB > Mathematics > Graph and Network Algorithms > Shortest Path > Traveling Salesman (TSP) >
タグ
謝辞
ヒントを与えたファイル: ACS_CS(L,F,MET), Cuckoo Search learning strategy in the principal-agent model, Golden jackal optimization algorithm, New Cuckoo search algorithm code
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!