CSO

버전 1.3.0.0 (10.1 KB) 작성자: Xian-Bing Meng
This is a new bio-inspired algorithm: Chicken Swarm Optimization, proposed by Xian-Bing (2014)
다운로드 수: 2.9K
업데이트 날짜: 2015/6/24

라이선스 보기

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.

인용 양식

Xian-Bing Meng (2024). CSO (https://www.mathworks.com/matlabcentral/fileexchange/48204-cso), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2013b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Particle Swarm에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
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.