Preprint
Machine Learning
Featured

Grey Wolf Optimizer

Seyedali Mirjalili(Griffith University), Seyed Mohammad Mirjalili(Shahid Beheshti University), Seyed Mohammad Mirjalili(Griffith University), Seyed Mohammad Mirjalili(Shahid Beheshti University), Andrew Lewis(Griffith University)
January 22, 2014Advances in Engineering Software18,677 citations

19k

Citations

1.3k

Influential Citations

Advances in Engineering Software

Venue

2014

Year

Abstract

This work proposes a new meta-heuristic called Grey Wolf Optimizer (GWO) inspired by grey wolves (Canis lupus). The GWO algorithm mimics the leadership hierarchy and hunting mechanism of grey wolves in nature. Four types of grey wolves such as alpha, beta, delta, and omega are employed for simulating the leadership hierarchy. In addition, the three main steps of hunting, searching for prey, encircling prey, and attacking prey, are implemented. The algorithm is then benchmarked on 29 well-known test functions, and the results are verified by a comparative study with Particle Swarm Optimization (PSO), Gravitational Search Algorithm (GSA), Differential Evolution (DE), Evolutionary Programming (EP), and Evolution Strategy (ES). The results show that the GWO algorithm is able to provide very competitive results compared to these well-known meta-heuristics. The paper also considers solving three classical engineering design problems (tension/compression spring, welded beam, and pressure vessel designs) and presents a real application of the proposed method in the field of optical engineering. The results of the classical engineering design problems and real application prove that the proposed algorithm is applicable to challenging problems with unknown search spaces.

Analysis

Why This Paper Matters

This paper introduces the Grey Wolf Optimizer (GWO), a nature-inspired meta-heuristic that has garnered over 18,000 citations since its publication in 2014. Its significance lies in its simplicity, effectiveness, and broad applicability to both continuous benchmark functions and real-world engineering design problems. GWO fills a gap in the swarm intelligence literature by offering a new metaphor—grey wolf social hierarchy and hunting—that yields competitive performance against established algorithms like Particle Swarm Optimization (PSO) and Differential Evolution (DE). The paper's clear exposition and thorough benchmarking have made it a go-to reference for practitioners seeking a robust, easy-to-implement optimizer.

Technical Contributions

  • Leadership hierarchy modeling: GWO uses four types of wolves (alpha, beta, delta, omega) to simulate social dominance, with the top three solutions guiding the search.
  • Hunting mechanism: The algorithm implements three phases—searching for prey (exploration), encircling prey (exploitation), and attacking prey (convergence)—through mathematical equations that update wolf positions based on the best agents.
  • No gradient information required: GWO is a derivative-free optimizer, making it suitable for non-convex, discontinuous, or black-box optimization problems.
  • Benchmarking on 29 functions: The paper tests GWO on a diverse set of unimodal, multimodal, and fixed-dimension multimodal functions, ensuring a comprehensive evaluation.
  • Engineering applications: GWO is applied to three classical design problems (tension/compression spring, welded beam, pressure vessel) and a real optical engineering problem, demonstrating practical utility.

Results

GWO achieves very competitive results compared to PSO, GSA, DE, EP, and ES across 29 benchmark functions. While the abstract does not provide specific numerical metrics, it states that GWO "is able to provide very competitive results." For the engineering design problems, GWO successfully finds feasible solutions that satisfy constraints, and the optical engineering application further validates its real-world performance. The paper does not report statistical significance tests or convergence speed comparisons, but the high citation count suggests strong empirical performance.

Significance

GWO has had a substantial impact on the optimization community, spawning hundreds of variants (e.g., binary, multi-objective, hybrid) and applications in fields such as feature selection, neural network training, image processing, and robotics. Its simplicity and effectiveness make it a popular choice for practitioners who need a quick, reliable optimizer. The paper's clear methodology and reproducible results have set a standard for meta-heuristic research, and its continued citation growth underscores its lasting influence on AI and engineering optimization.