Saturday, April 11, 2009

Tabu Search

Tabu search is a mathematical optimization method, belonging to the class of local search techniques. Tabu search enhances the performance of a local search method by using memory structures. Tabu search is generally attributed to Fred Glover. Tabu search uses a local or neighbourhood search procedure to iteratively move from a solution x to a solution x' in the neighbourhood of x, until some stopping criterion has been satisfied. To explore regions of the search space that would be left unexplored by the local search procedure and by doing this escape local optimality, Tabu search modifies the neighbourhood structure of each solution as the search progresses. The solutions admitted to N * (x), the new neighbourhood, are determined through the use of special memory structures. The search now progresses by iteratively moving from a solution x to a solution x' in N * (x).

References:

†Tabu search - Wikipedia, the free encyclopedia, last modified 16:41, 9 March 2006, http://en.wikipedia.org/wiki/Tabu_search

Related Posts:

Some other Optimisation methods

Table of Contents

© 2006 Kumaravel & Project Team

1 comment :

  1. There are a couple of open source frameworks which include tabu search:
    - Drools Solver
    http://www.jboss.org/drools/documentation.html
    - OpenTS
    - ...

    ReplyDelete

Blog authors can delete the comment if it contains the inappropriate contents.