Theoretical Aspects of Local Search
Title | Theoretical Aspects of Local Search PDF eBook |
Author | Wil Michiels |
Publisher | Springer Science & Business Media |
Pages | 238 |
Release | 2007-01-17 |
Genre | Mathematics |
ISBN | 3540358544 |
Local search has been applied successfully to a diverse collection of optimization problems. However, results are scattered throughout the literature. This is the first book that presents a large collection of theoretical results in a consistent manner. It provides the reader with a coherent overview of the achievements obtained so far, and serves as a source of inspiration for the development of novel results in the challenging field of local search.
Local Search in Combinatorial Optimization
Title | Local Search in Combinatorial Optimization PDF eBook |
Author | Emile H. L. Aarts |
Publisher | Princeton University Press |
Pages | 530 |
Release | 2003-08-03 |
Genre | Computers |
ISBN | 9780691115221 |
1. Introduction -- 2. Computational complexity -- 3. Local improvement on discrete structures -- 4. Simulated annealing -- 5. Tabu search -- 6. Genetic algorithms -- 7. Artificial neural networks -- 8. The traveling salesman problem: A case study -- 9. Vehicle routing: Modern heuristics -- 10. Vehicle routing: Handling edge exchanges -- 11. Machine scheduling -- 12. VLSI layout synthesis -- 13. Code design.
Handbook of Heuristics
Title | Handbook of Heuristics PDF eBook |
Author | Rafael Martí |
Publisher | Springer |
Pages | 3000 |
Release | 2017-01-16 |
Genre | Computers |
ISBN | 9783319071237 |
Heuristics are strategies using readily accessible, loosely applicable information to control problem solving. Algorithms, for example, are a type of heuristic. By contrast, Metaheuristics are methods used to design Heuristics and may coordinate the usage of several Heuristics toward the formulation of a single method. GRASP (Greedy Randomized Adaptive Search Procedures) is an example of a Metaheuristic. To the layman, heuristics may be thought of as ‘rules of thumb’ but despite its imprecision, heuristics is a very rich field that refers to experience-based techniques for problem-solving, learning, and discovery. Any given solution/heuristic is not guaranteed to be optimal but heuristic methodologies are used to speed up the process of finding satisfactory solutions where optimal solutions are impractical. The introduction to this Handbook provides an overview of the history of Heuristics along with main issues regarding the methodologies covered. This is followed by Chapters containing various examples of local searches, search strategies and Metaheuristics, leading to an analyses of Heuristics and search algorithms. The reference concludes with numerous illustrations of the highly applicable nature and implementation of Heuristics in our daily life. Each chapter of this work includes an abstract/introduction with a short description of the methodology. Key words are also necessary as part of top-matter to each chapter to enable maximum search engine optimization. Next, chapters will include discussion of the adaptation of this methodology to solve a difficult optimization problem, and experiments on a set of representative problems.
Stochastic Local Search
Title | Stochastic Local Search PDF eBook |
Author | Holger H. Hoos |
Publisher | Morgan Kaufmann |
Pages | 678 |
Release | 2005 |
Genre | Business & Economics |
ISBN | 1558608729 |
Stochastic local search (SLS) algorithms are among the most prominent and successful techniques for solving computationally difficult problems. Offering a systematic treatment of SLS algorithms, this book examines the general concepts and specific instances of SLS algorithms and considers their development, analysis and application.
Combinatorial Optimization
Title | Combinatorial Optimization PDF eBook |
Author | Bernhard Korte |
Publisher | Springer Science & Business Media |
Pages | 596 |
Release | 2006-01-27 |
Genre | Mathematics |
ISBN | 3540292977 |
This well-written textbook on combinatorial optimization puts special emphasis on theoretical results and algorithms with provably good performance, in contrast to heuristics. The book contains complete (but concise) proofs, as well as many deep results, some of which have not appeared in any previous books.
Numerical Optimization
Title | Numerical Optimization PDF eBook |
Author | Joseph-Frédéric Bonnans |
Publisher | Springer Science & Business Media |
Pages | 421 |
Release | 2013-03-14 |
Genre | Mathematics |
ISBN | 3662050781 |
This book starts with illustrations of the ubiquitous character of optimization, and describes numerical algorithms in a tutorial way. It covers fundamental algorithms as well as more specialized and advanced topics for unconstrained and constrained problems. This new edition contains computational exercises in the form of case studies which help understanding optimization methods beyond their theoretical description when coming to actual implementation.
Constraint-based Local Search
Title | Constraint-based Local Search PDF eBook |
Author | Pascal Van Hentenryck |
Publisher | MIT Press (MA) |
Pages | 456 |
Release | 2005 |
Genre | Computers |
ISBN |
The ubiquity of combinatorial optimization problems in our society is illustrated by the novel application areas for optimization technology, which range from supply chain management to sports tournament scheduling. Over the last two decades, constraint programming has emerged as a fundamental methodology to solve a variety of combinatorial problems, and rich constraint programming languages have been developed for expressing and combining constraints and specifying search procedures at a high level of abstraction. Local search approaches to combinatorial optimization are able to isolate optimal or near-optimal solutions within reasonable time constraints. This book introduces a method for solving combinatorial optimization problems that combines constraint programming and local search, using constraints to describe and control local search, and a programming language, COMET, that supports both modeling and search abstractions in the spirit of constraint programming. After an overview of local search including neighborhoods, heuristics, and metaheuristics, the book presents the architecture and modeling and search components of constraint-based local search and describes how constraint-based local search is supported in COMET. The book describes a variety of applications, arranged by meta-heuristics. It presents scheduling applications, along with the background necessary to understand these challenging problems. The book also includes a number of satisfiability problems, illustrating the ability of constraint-based local search approaches to cope with both satisfiability and optimization problems in a uniform fashion.