African Vulture Optimization Algorithm (AVOA), Golden Eagle Optimization (GEO), Osprey optimization algorithm (OOA), and Artificial Gorilla Troops optimizer (GTO) Metaheuristics implementation in Java
African Vulture Optimization Algorithm (AVOA) and Golden Eagle Optimization(GEO) implemented in Java.
The code is based on the following papers:
- African vultures optimization algorithm: A new nature-inspired metaheuristic algorithm for global optimization problems.
Benyamin Abdollahzadeh, Farhad Soleimanian Gharehchopogh, Seyedali Mirjalili https://doi.org/10.1016/j.cie.2021.107408
Matlab implementation: https://www.mathworks.com/matlabcentral/fileexchange/94820-african-vultures-optimization-algorithm - Golden eagle optimizer: A nature-inspired metaheuristic algorithm.
Abdolkarim Mohammadi-Balani, Mahmoud Dehghan Nayeri, Adel Azar, Mohammadreza Taghizadeh-Yazdi https://doi.org/10.1016/j.cie.2020.107050
Matlab implementation: https://www.mathworks.com/matlabcentral/fileexchange/84430-golden-eagle-optimizer-toolbox - Osprey optimization algorithm: A new bio-inspired metaheuristic algorithm for solving engineering optimization problems
Mohammad Dehghani and Pavel Trojovský https://doi.org/10.3389/fmech.2022.1126450
Matlab implementation: https://www.mathworks.com/matlabcentral/fileexchange/124555-osprey-optimization-algorithm - Artificial gorilla troops optimizer: A new nature-inspired metaheuristic algorithm for global optimization problems Benyamin Abdollahzadeh, Farhad Soleimanian Gharehchopogh, Seyedali Mirjalili https://doi.org/10.1002/int.22535 Matlab implementation: https://www.mathworks.com/matlabcentral/fileexchange/95953-artificial-gorilla-troops-optimizer?s_tid=mwa_osa_a
The Java implementation is based on the respective Matlab implementation.