CSO

This is a new bio-inspired algorithm: Chicken Swarm Optimization, proposed by Xian-Bing (2014)
3K Downloads
Aktualisiert 24. Jun 2015

Lizenz anzeigen

This is a demo for the nature-inspired algorithm, Chicken Swarm Optimization (CSO). With the merits of Innate multi-swarm and self-adaptive algorithm, It may show its superiority over some other metaheuristic algorithms.

Zitieren als

Xian-Bing Meng (2025). CSO (https://www.mathworks.com/matlabcentral/fileexchange/48204-cso), MATLAB Central File Exchange. Abgerufen.

Kompatibilität der MATLAB-Version
Erstellt mit R2013b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Particle Swarm finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.3.0.0

corrected an error in the code.

1.2.0.0

Just revised a minor error in the code.

1.1.0.0

Just revised the comments inside the code.

1.0.0.0

Revision 1
Revised at May 23, 2015
1.Note that the previous version of CSO doen't consider the situation that there maybe not exist hens in a group.
Here we assume there exist at least one hen in each group.

Just revised the description of the file.