Cuckoo Search (CS) Algorithm

버전 1.3.0.0 (8.84 KB) 작성자: Xin-She Yang
A standard Cuckoo Search is implemented, which is very efficient. There are three versions now.
다운로드 수: 23.5K
업데이트 날짜: 2013/2/14

라이선스 보기

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 릴리스 호환 정보
개발 환경: R14
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Global Optimization Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

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