Article ID: | iaor20002074 |
Country: | Netherlands |
Volume: | 4 |
Issue: | 2 |
Start Page Number: | 141 |
End Page Number: | 160 |
Publication Date: | Jun 1998 |
Journal: | Journal of Heuristics |
Authors: | Thesen A. |
Keywords: | tabu search |
Using a simple multiprocessor scheduling problem as a vehicle, we explore the behavior of tabu search algorithms using different tabu, local search and list management strategies. We found that random blocking of the tail of the tabu list always improved performance; but that the use of frequency-based penalties to discourage frequently selected moves did not. Hash coding without conflict resolution was an effective way to represent solutions on the tabu list. We also found that the most effective length of the tabu list depended on features of the algorithm being used, but not on the size and complexity of the problem being solved. The best combination of features included random blocking of the tabu list, tasks as tabus and a greedy local search. An algorithm using these features was found to outperform a recently published algorithm solving a similar problem.