Tabu Search may be using Genetic Algorithms.
Genetic Algorithms may need many generations to get success so running at high performance is important for them. Tabu Search is for enhancement for avoiding local maximums and good with memory mechanism to get better success through the iterations. However, Tabu Search makes the algorithm slower as usual besides its benefits.
My question is:
Is there any research about when to use Tabu Search with Genetic Algorithms and when not?