Govur University Logo
--> --> --> -->
...

How does the memory structure used in Tabu Search prevent the algorithm from entering an infinite loop when it reaches a local optimum?



Tabu Search prevents infinite loops at local optima by utilizing a short-term memory structure called a tabu list. A local optimum is a solution that appears better than its immediate neighbors but is not the best possible solution globally. When the algorithm reaches this point, it would normally cycle back and forth between two solutions because every available move leads to a worse state. The ta....

Log in to view the answer



Redundant Elements