GEGO: A Hybrid Golden Eagle and Genetic Optimization Algorithm for Efficient Hyperparameter Tuning in Resource-Constrained Environments
Amaras Nazarians, Sachin Kumar

TL;DR
GEGO is a novel hybrid metaheuristic combining Golden Eagle Optimization and genetic operators, enhancing hyperparameter tuning efficiency and robustness in resource-limited neural network training scenarios.
Contribution
The paper introduces GEGO, embedding genetic operators into GEO's iterative process, improving diversity and convergence for hyperparameter optimization.
Findings
GEGO outperforms GEO and GA on benchmark functions.
GEGO achieves higher accuracy on MNIST.
GEGO demonstrates stable convergence and robustness.
Abstract
Hyperparameter tuning is a critical yet computationally expensive step in training neural networks, particularly when the search space is high dimensional and nonconvex. Metaheuristic optimization algorithms are often used for this purpose due to their derivative free nature and robustness against local optima. In this work, we propose Golden Eagle Genetic Optimization (GEGO), a hybrid metaheuristic that integrates the population movement strategy of Golden Eagle Optimization with the genetic operators of selection, crossover, and mutation. The main novelty of GEGO lies in embedding genetic operators directly into the iterative search process of GEO, rather than applying them as a separate evolutionary stage. This design improves population diversity during search and reduces premature convergence while preserving the exploration behavior of GEO. GEGO is evaluated on standard…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Metaheuristic Optimization Algorithms Research · Advanced Multi-Objective Optimization Algorithms
