Tabu Search - TS-PSO Algorithm

TS-PSO Algorithm

Particle swarm optimization (PSO) is a global search algorithm while TS is a local search algorithm. Zhang et al. combined PSO and TS to create a novel hybrid TS-PSO algorithm which conducts both global search and local search in each iteration so that the probability of finding the optimal minima significantly increase.

Read more about this topic:  Tabu Search