Tabu Search Optimizer: Contour View
Interactive 2D tabu search simulator: watch a memory-guided local search climb a rugged contour-mapped optimization landscape, forbid recently-visited moves with a tabu list, and use an aspiration criterion to escape local minima — pan and zoom the map, and track live convergence.
Tabu search is a metaheuristic that climbs a rugged optimization landscape using short-term memory instead of randomness: at each step it takes the best legal move in its neighborhood, forbids that move (and its near-reversals) from being repeated for a set number of iterations via a tabu list, and only breaks that rule when an aspiration criterion shows the forbidden move would set a new global best. This 2D version renders the same Rastrigin, Ackley or Schwefel benchmark surface as a pannable, zoomable top-down contour map, coloring tabu neighborhood candidates in red and the best point found so far in green, alongside a live strip chart of f(current) and f(best) so you can watch memory-based search escape local minima that a plain hill-climber gets stuck in — and see the convergence curve, not just the dot.
2D top-down contour simulator of tabu search: watch a memory-guided local search climb a rugged optimization landscape rendered as a pannable, zoomable heatmap, forbidding recently visited moves with a tabu list and using an aspiration criterion to escape local minima, alongside a live strip chart tracking f(current) and f(best) over the run.
2D · HTML5 Canvas 2D · 60 FPS target · runs fully client-side, no install