DOC PREVIEW
UT Dallas CS 6385 - 24TABU

This preview shows page 1 out of 3 pages.

Save
View full document
View full document
Premium Document
Do you want full access? Go Premium and unlock all 3 pages.
Access to all documents
Download any document
Ad free experience
Premium Document
Do you want full access? Go Premium and unlock all 3 pages.
Access to all documents
Download any document
Ad free experience

Unformatted text preview:

Tabu SearchLet us first consider the simplest strategy to optimize a function f (x) overa discrete domain x ∈ D, the (greedy) local search. This can be defined asfollows.Let us define a neighborhood N(x) for each x ∈ D. For example, if D isthe set of n-dimensional binary vectors, then an example of a neighborho oddefinition isN(x) = {y | y differs from x in at most 2 bits}.Then the lo cal search can be defined as an iteration in which we alwaysmove from the current point to its best neighbor, that is, to the one thatoffers the most improvement in the function value in the neighborhood. Ifno improvement is possible in the neighborhood, then the algorithm stops.If we consider minimization, then local search can be visualized as slidingdown on the steepest slope until we reach a local minimum.The critical problem of greedy local search is that it may easily get stuck ina local optimum, which can be very far from the global optimum.Tabu search offers an approach that diminishes (but does not eliminate!)the danger of getting stuck in a local optimum. The fundamental principleis summarized below.• The algorithm maintains a tabu list that contains disallowed moves.For example, a simple tabu list can contain the last k visited points,for some constant k.• The algorithm does local search, but it keeps moving even if a localoptimum is reached. Thus, it can “climb out” from a local minimum.This would result, however, in cycling, since whenever it moves awayfrom a local minimum, the next step could take it back if only theimprovement is considered. This problem is handled by the rule thatthe points on the tabu list cannot be chosen as next steps. In the tabulist example mentioned above we can decrease the possibility of cyclingby disallowing recently visited points.• The tabu list can also be more complicated than the example above.The algorithm may also maintain more than one tabu lists. For exam-ple, one list may contain the last k visited points, while another list cancontain those points that are local minimums visited in the search. Athird list can contain, for example, those points from which the searchdirectly moved into a local minimum.• The rule that the points in the actual tabu list cannnot be visitedmay be too rigid in certain cases. To make it more flexible, it is usuallyallowed that under certain conditions a point may be removed from thetabu list. These conditions are called aspiration criteria. For example,if with respect to the current position a point on the tabu list offersan improvement larger than a certain treshold, then we may removethe point from the tabu list. Or, if all possible moves from the currentposition would be prohibited by the tabu list(s), then we can removefrom the tabu list the point that offers the best move. In this way wecan avoid getting “paralyzed” by the tabu list.• Stopping criterion. The search can, in principle, be continued indefi-nitely. A possible stopping criterion can be obtained in the followingway. Let us keep (and refresh after each iteration) the best value thathas been achieved so far. If during a certain number of iterations noimprovement is found relative to the earlier best value, then we canstop the algorithm.Advantages of Tabu Search• Improves greedy local search by avoiding getting trapped in a localoptimum too early.• Offers flexibility by the possibility of adjusting the tabu list structureand rules to the specific problem. If this is done well, good results canbe achieved.Disadvantages of Tabu Search• Offers only heuristic improvement, but does not guarantee anything ina strict sense: there is no guaranteed convergence to a global optimum(as opposed to simulated annealing).• Usually requires heavy problem-specific adjustment and there are nogeneral rules that would tell how to do it, much is left to


View Full Document

UT Dallas CS 6385 - 24TABU

Documents in this Course
assn1

assn1

2 pages

38rel2

38rel2

5 pages

Report

Report

3 pages

networks

networks

18 pages

lp2

lp2

44 pages

lp2 (2)

lp2 (2)

27 pages

lp1(1)

lp1(1)

21 pages

integer1

integer1

50 pages

FrankR2

FrankR2

3 pages

duality

duality

28 pages

CMST

CMST

44 pages

hw4

hw4

3 pages

for 1

for 1

11 pages

ENCh02

ENCh02

33 pages

pree

pree

2 pages

new  3

new 3

2 pages

new  2

new 2

2 pages

hw4a

hw4a

2 pages

T2_Sol

T2_Sol

4 pages

ISM3

ISM3

8 pages

hw4_sol

hw4_sol

6 pages

Elm04_06

Elm04_06

11 pages

atn proj2

atn proj2

20 pages

12CUT1

12CUT1

8 pages

09Ford

09Ford

23 pages

08FLOW

08FLOW

6 pages

03LP_su

03LP_su

6 pages

40REL40

40REL40

5 pages

39rel3

39rel3

5 pages

38arel2

38arel2

5 pages

37REL1

37REL1

3 pages

22DYNPR

22DYNPR

3 pages

21B&C

21B&C

2 pages

20BBEX0

20BBEX0

3 pages

19BB

19BB

5 pages

14CAPBUD0

14CAPBUD0

11 pages

35BRXCH

35BRXCH

2 pages

34COMB

34COMB

4 pages

32CAPAS

32CAPAS

4 pages

31QUEUE

31QUEUE

3 pages

Load more
Download 24TABU
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view 24TABU and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view 24TABU 2 2 and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?