Cuckoo Optimization Algorithm

These files are the MATLAB code for "Cuckoo Optimization Algorithm (COA)".
ダウンロード: 4.8K
更新 2012/9/14

ライセンスの表示

Cuckoo Optimization Algorithm (COA) is inspired by the life of a bird family, called Cuckoo. Special lifestyle of these birds and their characteristics in egg laying and breeding has been the basic motivation for development of this new evolutionary optimization algorithm. Similar to other evolutionary methods, Cuckoo Optimization Algorithm (COA) starts with an initial population. The cuckoo population, in different societies, is in two types: mature cuckoos and eggs. The effort to survive among cuckoos constitutes the basis of Cuckoo Optimization Algorithm. During the survival competition some of the cuckoos or their eggs, demise. The survived cuckoo societies immigrate to a better environment and start reproducing and laying eggs. Cuckoos' survival effort hopefully converges to a state that there is only one cuckoo society, all with the same profit values.

引用

Ramin Rajabioun (2024). Cuckoo Optimization Algorithm (https://www.mathworks.com/matlabcentral/fileexchange/35635-cuckoo-optimization-algorithm), MATLAB Central File Exchange. に取得済み.

MATLAB リリースの互換性
作成: R2008a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersOptimization Toolbox についてさらに検索
タグ タグを追加

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.4.0.0

A bug caused by lines 223 to 243 were corrected in cuckooMain.m

1.3.0.0

Optimization Speed of COA was achieved changing some parts of the codes.

1.0.0.0