VERY LARGE-SCALE NEIGHBORHOOD SEARCH FOR THE QUADRATIC ASSIGNMENT PROBLEM
Author(s)
Ahuja, Ravindra; Jha, Krishna; Orlin, James; Sharma, Dushyant
Download4386-02.pdf (335.6Kb)
Metadata
Show full item recordAbstract
The Quadratic Assignment Problem (QAP) consists of assigning n facilities to n locations so as to
minimize the total weighted cost of interactions between facilities. The QAP arises in many
diverse settings, is known to be NP-hard, and can be solved to optimality only for fairly small
size instances (typically, n ≤ 25). Neighborhood search algorithms are the most popular heuristic
algorithms to solve larger size instances of the QAP. The most extensively used neighborhood
structure for the QAP is the 2-exchange neighborhood. This neighborhood is obtained by
swapping the locations of two facilities and thus has size O(n2). Previous efforts to explore larger
size neighborhoods (such as 3-exchange or 4-exchange neighborhoods) were not very successful,
as it took too long to evaluate the larger set of neighbors. In this paper, we propose very largescale
neighborhood (VLSN) search algorithms where the size of the neighborhood is very large
and we propose a novel search procedure to heuristically enumerate good neighbors. Our search
procedure relies on the concept of improvement graph which allows us to evaluate neighbors
much faster than the existing methods. We present extensive computational results of our
algorithms on standard benchmark instances. These investigations reveal that very large-scale
neighborhood search algorithms give consistently better solutions compared the popular 2-
exchange neighborhood algorithms considering both the solution time and solution accuracy.
Date issued
2003-01-27Series/Report no.
MIT Sloan School of Management Working Paper;4386-02
Keywords
Quadratic Assignment Problem (QAP)