Global Information Lookup Global Information

Tabu search information


Tabu search (TS) is a metaheuristic search method employing local search methods used for mathematical optimization. It was created by Fred W. Glover in 1986[1] and formalized in 1989.[2][3]

Local (neighborhood) searches take a potential solution to a problem and check its immediate neighbors (that is, solutions that are similar except for very few minor details) in the hope of finding an improved solution. Local search methods have a tendency to become stuck in suboptimal regions or on plateaus where many solutions are equally fit.

Tabu search enhances the performance of local search by relaxing its basic rule. First, at each step worsening moves can be accepted if no improving move is available (like when the search is stuck at a strict local minimum). In addition, prohibitions (hence the term tabu) are introduced to discourage the search from coming back to previously-visited solutions.

The implementation of tabu search uses memory structures that describe the visited solutions or user-provided sets of rules.[2] If a potential solution has been previously visited within a certain short-term period or if it has violated a rule, it is marked as "tabu" (forbidden) so that the algorithm does not consider that possibility repeatedly.

  1. ^ Fred Glover (1986). "Future Paths for Integer Programming and Links to Artificial Intelligence". Computers and Operations Research. 13 (5): 533–549. doi:10.1016/0305-0548(86)90048-1.
  2. ^ a b Fred Glover (1989). "Tabu Search – Part 1". ORSA Journal on Computing. 1 (2): 190–206. doi:10.1287/ijoc.1.3.190.
  3. ^ Fred Glover (1990). "Tabu Search – Part 2". ORSA Journal on Computing. 2 (1): 4–32. doi:10.1287/ijoc.2.1.4.

and 25 Related for: Tabu search information

Request time (Page generated in 1.2662 seconds.)

Tabu search

Last Update:

Tabu search (TS) is a metaheuristic search method employing local search methods used for mathematical optimization. It was created by Fred W. Glover in...

Word Count : 1990

Tabu

Last Update:

Look up Tabu or tabu in Wiktionary, the free dictionary. Tabu may refer to: Taboo (spelled tabu in earlier historical records), something that is unacceptable...

Word Count : 271

Metaheuristic

Last Update:

local search heuristic in order to find better solutions. Such metaheuristics include simulated annealing, tabu search, iterated local search, variable...

Word Count : 3195

Greedy algorithm

Last Update:

and the related A* search algorithm are verifiably optimal greedy algorithms for graph search and shortest path finding. A* search is conditionally optimal...

Word Count : 1748

Integer programming

Last Update:

methods must be used instead. For example, tabu search can be used to search for solutions to ILPs. To use tabu search to solve ILPs, moves can be defined as...

Word Count : 4054

Stochastic optimization

Last Update:

Institute. Battiti, Roberto; Gianpietro Tecchiolli (1994). "The reactive tabu search" (PDF). ORSA Journal on Computing. 6 (2): 126–140. doi:10.1287/ijoc.6...

Word Count : 1083

Search algorithm

Last Update:

a stochastic search. This category includes a great variety of general metaheuristic methods, such as simulated annealing, tabu search, A-teams, and...

Word Count : 1564

Mathematical optimization

Last Update:

Particle swarm optimization Simulated annealing Stochastic tunneling Tabu search Problems in rigid body dynamics (in particular articulated rigid body...

Word Count : 5896

Travelling salesman problem

Last Update:

Lin–Kernighan–Johnson) build on the Lin–Kernighan method, adding ideas from tabu search and evolutionary computing. The basic Lin–Kernighan technique gives results...

Word Count : 11464

Hill climbing

Last Update:

based on iterations (like iterated local search), or on memory (like reactive search optimization and tabu search), or on memory-less stochastic modifications...

Word Count : 1512

Line search

Last Update:

In optimization, line search is a basic iterative approach to find a local minimum x ∗ {\displaystyle \mathbf {x} ^{*}} of an objective function f : R...

Word Count : 1337

Genetic algorithm

Last Update:

rate of mutation and decreasing it over time along a given schedule. Tabu search (TS) is similar to simulated annealing in that both traverse the solution...

Word Count : 8025

TS

Last Update:

TypeScript (file extension .ts), a Microsoft programming language Tabu search, a search method Tate–Shafarevich group, in arithmetic geometry Twin Spark...

Word Count : 396

Ant colony optimization algorithms

Last Update:

the instance, and of the local situation around the current solution. Tabu search (TS) Similar to simulated annealing in that both traverse the solution...

Word Count : 9502

Discrete optimization

Last Update:

Metaheuristics Evolutionary algorithm Hill climbing Local search Parallel metaheuristics Simulated annealing Spiral optimization algorithm Tabu search...

Word Count : 174

Algorithm

Last Update:

solution in a relatively short time. Such algorithms include local search, tabu search, simulated annealing, and genetic algorithms. Some of them, like...

Word Count : 7350

Combinatorial optimization

Last Update:

solution construction with limited search window) and tabu search (a greedy-type swapping algorithm). However, generic search algorithms are not guaranteed...

Word Count : 1882

Simplex algorithm

Last Update:

Metaheuristics Evolutionary algorithm Hill climbing Local search Parallel metaheuristics Simulated annealing Spiral optimization algorithm Tabu search...

Word Count : 6145

Guided local search

Last Update:

satisfaction. Tabu search is a class of search methods which can be instantiated to specific methods. GLS can be seen as a special case of Tabu search. By sitting...

Word Count : 1546

Iterated local search

Last Update:

They perform a "directed" perturbation scheme which is implemented by a tabu search algorithm and after each perturbation they apply a standard local descent...

Word Count : 798

Constrained optimization

Last Update:

the unconstrained case, often via the use of a penalty method. However, search steps taken by the unconstrained method may be unacceptable for the constrained...

Word Count : 1842

Branch and bound

Last Update:

bounds of regions/branches of the search space. If no bounds are available, the algorithm degenerates to an exhaustive search. The method was first proposed...

Word Count : 2426

Greedy randomized adaptive search procedure

Last Update:

coevolution Cooperative coevolution Local search (optimization) Metaheuristic Simulated annealing Tabu search Feo, Thomas A.; Resende, Mauricio G. C. (1995)...

Word Count : 388

Bayesian optimization

Last Update:

Yuki Koyama, Issei Sato, Daisuke Sakamoto, Takeo Igarashi: Sequential Line Search for Efficient Visual Design Optimization by Crowds. ACM Transactions on...

Word Count : 1595

Traveling purchaser problem

Last Update:

solving the traveling purchaser problem include dynamic programming and tabu search algorithms. Vehicle routing problem "Heuristics for the traveling purchaser...

Word Count : 204

PDF Search Engine © AllGlobal.net