Process / pipeline

Tabu Search — Local-Search Metaheuristic

Tabu Search is a local-search metaheuristic introduced by Fred Glover in 1989 that uses a tabu list — a short-term memory of recently visited solutions — to prevent cycling and escape local optima. By explicitly forbidding moves that reverse recent decisions, the algorithm explores the search space more broadly and, through long-term memory structures such as aspiration criteria, aims to approach the global optimum even in large, complex combinatorial problems.

Open in MethodMindSoonVideoSoon

Read the full method

Members only

Sign in with a free account to read this section.

Sign in

Sources

  1. Glover, F. (1989). Tabu Search — Part I. ORSA Journal on Computing, 1(3), 190–206. link
  2. Glover, F. & Laguna, M. (1997). Tabu Search. Springer. ISBN: 9780792349907

Related methods

Referenced by

ScholarGateTabu Search (Tabu Search (Tabu Search Metaheuristic)). Retrieved 2026-06-04 from https://scholargate.app/en/optimization/tabu-search