Earthworm Optimization Algorithm (EWA)

버전 2.0.0.0 (10.5 KB) 작성자: Gai-Ge Wang
A demo code of Earthworm Optimization Algorithm (EWA) is implemented. There are two versions now.
다운로드 수: 1.1K
업데이트 날짜: 2015/10/28

라이선스 보기

A new metaheuristic optimization algorithm, called Earthworm Optimization Algorithm (EWA), is fully implemented. This code demonstrates how EWA works for unconstrained optimization (Ackley Function), which can easily be extended to solve various global optimization problems efficiently.
Two versions are provided:
EWA_Generation_V1.m is for a fixed number of iterations/generations.
EWA_FEs_V1.m is for a fixed number of Function Evaluations (FEs).

인용 양식

Gai-Ge Wang (2024). Earthworm Optimization Algorithm (EWA) (https://www.mathworks.com/matlabcentral/fileexchange/53479-earthworm-optimization-algorithm-ewa), MATLAB Central File Exchange. 검색 날짜: .

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

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
2.0.0.0

the code is updated, and it runs more quickly.

1.0.0.0

the file name is updated.