Wild Geese Algorithm (WGA) for large scale optimization

A novel efficient algorithm for Large Scale Optimization, introduced in a 2021 paper
253 descargas
Actualizado 19 oct 2021

Ver licencia

In numerous real-life applications, nature-inspired population-based search algorithms have been applied to solve numerical optimization problems. The paper which is introduced at the end of this description focused on a simple and powerful swarm optimizer, named Wild Geese Algorithm (WGA), for large-scale global optimization whose efficiency and performance were verified using large-scale test functions of IEEE CEC 2008 and CEC 2010 special sessions with high dimensions D = 100, 500, 1000.
WGA was inspired by wild geese in nature and models various aspects of their life such as evolution, regular cooperative migration, and fatality. The effectiveness of WGA for finding the global optimal solutions of high dimensional optimization problems was compared with that of other methods reported in the previous literature. Experimental results showed that the proposed WGA has an efficient performance in solving a range of large-scale optimization problems, making it highly competitive among other large-scale optimization algorithms despite its simpler structure and easier implementation.
The reference paper (Open Access): https://doi.org/10.1016/j.array.2021.100074

Citar como

Ebrahim Akbari (2024). Wild Geese Algorithm (WGA) for large scale optimization (https://www.mathworks.com/matlabcentral/fileexchange/100848-wild-geese-algorithm-wga-for-large-scale-optimization), MATLAB Central File Exchange. Recuperado .

Ghasemi, Mojtaba, et al. Wild Geese Algorithm: A Novel Algorithm for Large Scale Optimization Based on the Natural Life and Death of Wild Geese. Elsevier BV, Sept. 2021, p. 100074, doi:10.1016/j.array.2021.100074.

Ver más estilos
Compatibilidad con la versión de MATLAB
Se creó con R2021b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!

WGA MATLAB Code

Versión Publicado Notas de la versión
1.0.3

Editing description.

1.0.2

Adding DOI to the reference paper

1.0.1

Mentioning that the reference paper is Open Access

1.0.0