Spokes.wiki Search Graph Growth About

optimization-algorithms-wiki

Defined Term mechanism source ↗ source url updated Tue Jun 09 2026 00:00:00 GMT+0000 (Coordinated Universal Time)

Grey Wolf Optimizer (GWO)

GWO is a swarm metaheuristic that mimics the social hierarchy and hunting of grey wolves (Mirjalili et al., 2014). The pack ranks its solutions: alpha (α) = best, beta (β) = second, delta (δ) = third, and omega (ω) = the rest, which update toward the geometric center of the three leaders. Source: andrey-dik‘s MQL5 implementation (extended to allow a configurable number of leader wolves beyond the canonical three).

How it works

Three hunting stages — search (random exploration), encirclement (refine around leaders), attack (converge) — are governed by a coefficient a decreasing non-linearly from 2 toward 0:

Benchmark (context-relative)

In this article’s early scoring, GWO scored 0.4158, ranking 4th of 6 tested. Reasonable on smooth high-dim Skin, but weakest on the sharp-peaked Forest function and poor on discrete Megacity at scale (perfect 1.0 at 2 vars → 0.022 at 1000). Dik notes “low scalability on discrete and non-differentiable functions.” Earlier, small-field methodology — not directly comparable to the mature %-of-MAX rating (see population-optimization-benchmark).

metaheuristic-optimization · exploration-vs-exploitation · population-optimization-benchmark · no-free-lunch-theorem · andrey-dik · particle-swarm-optimization · artificial-bee-colony