Optimization Algorithms Visualization
Visualize and compare Iterative Local Search (ILS) and Tabu Search algorithms optimizing a complex function.
Iterative Local Search
Tabu Search
ILS Status:
Tabu Status:
How it works:
- Both algorithms try to find the minimum value of a complex function
- ILS performs local search and "jumps" to new locations when stuck
- Tabu Search keeps a memory of visited positions to avoid cycling
- The vertical position shows the function value (lower is better)