Spokes.wiki Search Graph Growth About

optimization-algorithms-wiki

Defined Term theory updated Tue Jun 09 2026 00:00:00 GMT+0000 (Coordinated Universal Time)

Exploration vs. exploitation

The central tension of metaheuristic-optimization: explore the search space widely (find new, possibly better regions; avoid getting stuck in local optima) vs. exploit the best-known region (refine it toward the optimum). Too much exploration wanders; too much exploitation converges prematurely. Every optimizer is, in effect, a different schedule for trading the two off.

How the founding four resolve it

And the wider corpus

metaheuristic-optimization · no-free-lunch-theorem · cma-es · exchange-market-algorithm · deterministic-oscillatory-search · evolution-strategies · particle-swarm-optimization · grey-wolf-optimizer · genetic-algorithm · differential-evolution · simulated-annealing · bayesian-optimization