Earthworm Optimization Algorithm (EWA)

A demo code of Earthworm Optimization Algorithm (EWA) is implemented. There are two versions now.
1,1K descargas
Actualizado 28 oct 2015

Ver licencia

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).

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2015b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Direct Search en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
2.0.0.0

the code is updated, and it runs more quickly.

1.0.0.0

the file name is updated.