• Documents
  • Authors
  • Tables
  • Log in
  • Sign up
  • MetaCart
  • DMCA
  • Donate

CiteSeerX logo

Advanced Search Include Citations
Advanced Search Include Citations

A survey of very large-scale neighborhood search techniques, Discrete Applied Mathematics 123 (2002)

by R K Ahuja, O Ergun, J B Orlin, A Punnen
Add To MetaCart

Tools

Sorted by:
Results 11 - 20 of 150
Next 10 →

Large neighborhood search

by David Pisinger, Stefan Ropke
"... ..."
Abstract - Cited by 16 (0 self) - Add to MetaCart
Abstract not found

Multi-Start Tabu Search and Diversification Strategies for the Quadratic Assignment Problem

by Tabitha James , César Rego , Fred Glover , 2006
"... The quadratic assignment problem (QAP) is a well known combinatorial optimization problem most commonly used to model the facility-location problem. The widely acknowledged difficulty of the QAP has made it the focus of many metaheuristic solution approaches. In this study, we introduce several mul ..."
Abstract - Cited by 15 (1 self) - Add to MetaCart
The quadratic assignment problem (QAP) is a well known combinatorial optimization problem most commonly used to model the facility-location problem. The widely acknowledged difficulty of the QAP has made it the focus of many metaheuristic solution approaches. In this study, we introduce several multi-start tabu search variants and show the benefit of utilizing strategic diversification within the tabu search framework for the QAP. Computational results for a set of problems obtained from QAPLIB demonstrate the ability of our TS multi-start variants to improve on the classic tabu search approach that is one of the principal and most widely used methods for the QAP. We also show that our new procedures are highly competitive with the best recently introduced methods from the literature, including more complex hybrid approaches that incorporate a classic tabu search method as a subroutine.
(Show Context)

Citation Context

...o been considered in the literature, but the computational burden of the larger exchange neighborhoods (k >2) has limited their use. Exceptions are the very-large-scale-neighborhood search procedures =-=[2]-=- and advanced neighborhood constructions derived from ejection chain methods [74]. In the case of the simple two-swap neighborhood selected here, the value of each possible new permutation created by ...

INTEGRATED SUPPLY CHAIN DESIGN MODELS: A SURVEY AND FUTURE RESEARCH DIRECTIONS

by Zuo-jun Max Shen , 2007
"... Optimization models, especially nonlinear optimization models, have been widely used to solve integrated supply chain design problems. In integrated supply chain design, the decision maker needs to take into consideration inventory costs and distribution costs when the number and locations of the f ..."
Abstract - Cited by 15 (2 self) - Add to MetaCart
Optimization models, especially nonlinear optimization models, have been widely used to solve integrated supply chain design problems. In integrated supply chain design, the decision maker needs to take into consideration inventory costs and distribution costs when the number and locations of the facilities are determined. The objective is to minimize the total cost that includes location costs and inventory costs at the facilities, and distribution costs in the supply chain. We provide a survey of recent developments in this research area.

Heuristic and metaheuristic methods for computing graph treewidth

by Aziz Moukrim, Jacques Carlier, stephane negre, et al. - RAIRO OPERATIONS RESEARCH , 2004
"... The notion of treewidth is of considerable interest in relation to NP-hard problems. Indeed, several studies have shown that the tree-decomposition method can be used to solve many basic opti-mization problems in polynomial time when treewidth is bounded, even if, for arbitrary graphs, computing th ..."
Abstract - Cited by 14 (0 self) - Add to MetaCart
The notion of treewidth is of considerable interest in relation to NP-hard problems. Indeed, several studies have shown that the tree-decomposition method can be used to solve many basic opti-mization problems in polynomial time when treewidth is bounded, even if, for arbitrary graphs, computing the treewidth is NP-hard. Several papers present heuristics with computational experiments. For many graphs the discrepancy between the heuristic results and the best lower bounds is still very large. The aim of this paper is to propose two new methods for computing the treewidth of graphs: a heuristic and a meta-heuristic. The heuristic returns good results in a short computation time, whereas the metaheuristic (a Tabu search method) returns the best results known to have been obtained so far for all the DIMACS ver-tex coloring / treewidth benchmarks (a well-known collection of graphs used for both vertex coloring and treewidth problems.) Our results actually improve on the previous best results for treewidth problems in 53 % of the cases. Moreover, we identify properties of the triangulation process to optimize the computing time of our method.
(Show Context)

Citation Context

...vely. The improved solution s′ is found in some neighborhood of s. The complete neighborhood is often very large. So techniques are generally used to reduce the number of neighbors actually inspected =-=[2, 9]-=-. To be efficient, a neighborhood search algorithm has to avoid cycling. One technique used in the Tabu search method is to keep a list L of the latest moves. If a move is in L, it is Tabu (i.e. forbi...

Dynamic Programming and Graph Algorithms in Computer Vision

by Pedro F. Felzenszwalb, Ramin Zabih
"... Optimization is a powerful paradigm for expressing and solving problems in a wide range of areas, and has been successfully applied to many vision problems. Discrete optimization techniques are especially interesting, since by carefully exploiting problem structure they often provide non-trivial gua ..."
Abstract - Cited by 14 (0 self) - Add to MetaCart
Optimization is a powerful paradigm for expressing and solving problems in a wide range of areas, and has been successfully applied to many vision problems. Discrete optimization techniques are especially interesting, since by carefully exploiting problem structure they often provide non-trivial guarantees concerning solution quality. In this paper we briefly review dynamic programming and graph algorithms, and discuss representative examples of how these discrete optimization techniques have been applied to some classical vision problems. We focus on the low-level vision problem of stereo; the mid-level problem of interactive object segmentation; and the high-level problem of model-based recognition.
(Show Context)

Citation Context

...of [20] for an important example). Instead, many algorithms look for a local minimum — a candidate that is better than all “nearby” alternatives. A general view of a local minimum, which we take from =-=[2]-=-, is to define a neighborhood system N : S → 2S that specifies for any candidate solution x the set of nearby candidates N(x). Using this notation, a local minimum solution with respect to the neighbo...

A new ILP-based refinement heuristic for Vehicle Routing Problems

by Roberto De Franceschi , Matteo Fischetti , Paolo Toth , 2004
"... ... Problem (DCVRP), where k minimum-cost routes through a central depot have to be constructed so as to cover all customers while satisfying, for each route, both a capacity and a total-distance-travelled limit. Our starting point is the following refinement procedure proposed in 1981 by Sarvanov ..."
Abstract - Cited by 12 (0 self) - Add to MetaCart
... Problem (DCVRP), where k minimum-cost routes through a central depot have to be constructed so as to cover all customers while satisfying, for each route, both a capacity and a total-distance-travelled limit. Our starting point is the following refinement procedure proposed in 1981 by Sarvanov and Doroshko for the pure Travelling Salesman Problem (TSP): given a starting tour, (a) remove all the nodes in even position, thus leaving an equal number of “empty holes ” in the tour; (b) optimally re-assign the removed nodes to the empty holes through the efficient solution of a min-sum assignment (weighted bipartite matching) problem. We first extend the Sarvanov-Doroshko method to DCVRP, and then generalize it. Our generalization involves a procedure to generate a large number of new sequences through the extracted nodes, as well as a more sophisticated ILP model for the reallocation of some of these sequences. An important feature of our method is that it does not rely on any specialized ILP code, as any general-purpose ILP solver can be used to solve the reallocation model. We report computational results on a large set of capacitated VRP instances from the literature (with symmetric/asymmetric costs and with/without distance constraints), along with an analysis of the performance of the new method and of its features. Interestingly, in 12 cases the new method was able to improve the best-know solution available from the literature.

Exact and Heuristic Methods for the Weapon Target Assignment Problem

by Ravindra K. Ahuja, Arvind Kumar, Krishna C. Jha, James B. Orlin , 2003
"... ..."
Abstract - Cited by 11 (0 self) - Add to MetaCart
Abstract not found

Creating very large scale neighborhoods out of smaller ones by compounding moves: A study on the vehicle routing problem

by Özlem Ergun, James B. Orlin, Abran Steele-Feldman , 2002
"... ..."
Abstract - Cited by 10 (0 self) - Add to MetaCart
Abstract not found
(Show Context)

Citation Context

...icted vehicle routing problem. The compounded independent move neighborhoods applied to a variety of routing and scheduling problems are covered in more detail in [12]. For surveys of VLSN search see =-=[2]-=- and [10]. 2 CIM Neighborhoods for the Traveling Salesman Problem An exponentially sized neighborhood for the traveling salesman Problem (TSP) can be obtained by simultaneously combining a set of inde...

A Development Framework for Rapid Metaheuristics Hybridization

by Hoong Chuin Lau, Wee Chong Wan, Min Kwang Lim, Steven Halim - Proc. Metaheuristics: Progress as Real Problem Solvers 28th Annual International Computer Software and Applications Conference (COMPSAC), 362-367, Hong Kong , 2004
"... While meta-heuristics are effective for solving large-scale combinatorial optimization problems, they result from time-consuming trial-and-error algorithm design tailored to specific problems. For this reason, a software tool for rapid prototyping of algorithms would save considerable resources. Thi ..."
Abstract - Cited by 10 (5 self) - Add to MetaCart
While meta-heuristics are effective for solving large-scale combinatorial optimization problems, they result from time-consuming trial-and-error algorithm design tailored to specific problems. For this reason, a software tool for rapid prototyping of algorithms would save considerable resources. This paper presents a generic software framework that reduces development time through abstract classes and software reuse, and more importantly, aids design with support of user-defined strategies and hybridization of meta-heuristics. Most interestingly, we propose a novel way of redefining hybridization with the use of the “request and response ” metaphor, which form an abstract concept for hybridization. Different hybridization schemes can now be formed with minimal coding, which gives our proposed Metaheuristics Development Framework its uniqueness. To illustrate the concept, we restrict to two popular metaheuristics Ants Colony Optimization and Tabu Search, and demonstrate MDF through the implementation of various hybridized models to solve the Traveling Salesman Problem. 1.

Solving real-life locomotive scheduling problems

by Ravindra K. Ahuja, Jian Liu, James B. Orlin, Dushyant Sharma, Larry A. Shughart , 2002
"... ..."
Abstract - Cited by 10 (6 self) - Add to MetaCart
Abstract not found
Powered by: Apache Solr
  • About CiteSeerX
  • Submit and Index Documents
  • Privacy Policy
  • Help
  • Data
  • Source
  • Contact Us

Developed at and hosted by The College of Information Sciences and Technology

© 2007-2019 The Pennsylvania State University