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.