Items related to Design of Modern Heuristics: Principles and Application...

Design of Modern Heuristics: Principles and Application (Natural Computing Series) - Hardcover

 
9783540729617: Design of Modern Heuristics: Principles and Application (Natural Computing Series)
View all copies of this ISBN edition:
 
 

Most textbooks on modern heuristics provide the reader with detailed descriptions of the functionality of single examples like genetic algorithms, genetic programming, tabu search, simulated annealing, and others, but fail to teach the underlying concepts behind these different approaches.

The author takes a different approach in this textbook by focusing on the users' needs and answering three fundamental questions: First, he tells us which problems modern heuristics are expected to perform well on, and which should be left to traditional optimization methods. Second, he teaches us to systematically design the "right" modern heuristic for a particular problem by providing a coherent view on design elements and working principles. Third, he shows how we can make use of problem-specific knowledge for the design of efficient and effective modern heuristics that solve not only small toy problems but also perform well on large real-world problems.

This book is written in an easy-to-read style and it is aimed at students and practitioners in computer science, operations research and information systems who want to understand modern heuristics and are interested in a guide to their systematic design and use.

This book is written in an easy-to-read style and it is aimed at students and practitioners in computer science, operations research and information systems who want to understand modern heuristics and are interested in a guide to their systematic design and use.

This book is written in an easy-to-read style and it is aimed at students and practitioners in computer science, operations research and information systems who want to understand modern heuristics and are interested in a guide to their systematic design and use.

"synopsis" may belong to another edition of this title.

Review:

From the reviews:

“The author emphasizes the value of modern heuristics for real-world problems in many places ... . The audience is probably the mathematics postgraduate who has heard about modern heuristics ... . This book may act as a useful link between the mathematics and the applied OR positions for such a student ... . this could bridge a gap in a way that other books do not.” (Mike Wright, Interfaces, Vol. 43 (1), 2013)

“Design of Modern Heuristics ... is a new addition to a recent surge of books in the established field. ... this work attempts to dissect the principles of modern heuristics and explain how to apply several popular techniques. ... this course resource is a valuable addition to existing literature, contributing to the understanding of the principles of metaheuristic design. Summing Up: Recommended. Upper-division undergraduates through researchers/faculty.” (D. Papamichail, Choice, Vol. 49 (9), May, 2012)

"To use heuristic approaches in problem solving, one needs a good understanding of the problem to be solved. Particular aspects of the problem should be used when designing a heuristic solver. This book represents the best guide -- according to my knowledge -- on designing heuristic methods for solving problems; it is a valuable contribution to the field. ... I recommend this book to graduate students (no exercises are included in the book, but the content and the two case studies are appropriate teaching materials); practitioners (as a guide to choose between using standard approaches or designing new algorithms based on the principles described); and researchers (as a good reference in the field)." G. Albeanu, ACM Computing Reviews, April 2012 

"The book provides a brief but substantial introduction to the design of modern heuristic search methods. ... Students involved in projects related to heuristic search would benefit enormously from reading it early in their studies. It provides a solid foundation which helps the reader to understand and interpret the vast number of published research articles on the development and the application of heuristic search techniques for optimization. ... [This] is a must read book for anyone interested in modern heuristic algorithms development as it encourages the reader to focus on design decisions and not on implementation mechanisms. It is an excellent entry point to modern heuristic algorithms but although rigorous and substantial, the coverage of the topic is also brief and concise. This book is a valuable addition to the literature and should be considered key reading for students entering the exciting field of modern heuristic algorithms." (Dario Landa-Silva, Genetic Programming and Evolvable Machines, 2012)

“When somebody wants to start studying optimization and methods for solving optimization problems, this book is a good starting point. It describes the mentioned issues using an easy-to-read way, giving the opportunity to understand all the necessary elements. ... The book is a nice contribution to the study of optimization problems and can be a significant help to the students and practitioners willing to apply modern heuristic methods.” (Emil Sköldberg, Zentralblatt MATH, Vol. 1232, 2012)

"This is the kind of book that all students interested in search and optimization should read. Almost half of the book is devoted to laying a foundation for understanding search and optimization for both heuristic methods and more traditional exact methods. This is really why the book is so valuable. It puts heuristic search in context, and this integrated view is important and is often lacking in other books on modern heuristic search. The book then goes on to provide an excellent tutorial level discussion of heuristic methods such as evolutionary algorithms, variable neighborhood search, iterated local search and tabu search. The book is a valuable contribution to the field. Other books have tried to provide the same breadth by collecting together tutorials by multiple authors. But Prof. Rothlauf's book is stronger because it provides an integrated and unified explanation of modern heuristic methods." Darrell Whitley, Colorado State University, Chair of SIGEVO, former Editor-in-Chief of the journal Evolutionary Computation

"The book by Franz Rothlauf is interesting in many ways. First, it goes much further than a simple description of the most important modern heuristics; it provides insight into the reasons that explain the success of some methods. Another attractive feature of the book is its thorough, yet concise, treatment of the complete scope of optimization methods, including techniques for continuous optimization; this allows optimization methods, including techniques for continuous optimization; this allows readers with a limited background in optimization to gain a deeper appreciation of the modern heuristics that are the main topic of the book. Finally, the case studies presented provide a nice illustration of the application of modern heuristics to challenging and highly relevant problems." Michel Gendreau, École Polytechnique de Montréal, former Vice-President of the International Federation of Operational Research Societies (IFORS) and the Institute for Operations Research and Management Science (INFORMS), Editor-in-Chief of the journal Transportation Science

"Franz Rothlauf’s new book, "Design of Modern Heuristics: Principles and Application", is a celebration of computer science at its best, combining a blend of mathematical analysis, empirical inquiry, conceptual modeling, and useful application to give readers a principled and practical overview of heuristics in modern problem solving. Despite years of successful experience to the contrary, some still use the word “heuristic” as a putdown or dirty word, suggesting that any computational procedure not formally proven to converge on some particular class of problem is somehow not worthy of study or even polite discussion. Rothlauf’s intelligent text sets such folly aside, helping readers to understand that a principled approach can be taken to those computational objects that defy simple mathematical description or elucidation, helping readers to separate the wheat from the computational chaff clearly and systematically to practical end." David E. Goldberg, University of Illinois at Urbana-Champaign, author of “Genetic Algorithms in Search, Optimization, and Machine Learning” and “The Design of Innovation”

"The book on modern heuristic methods by Franz Rothlauf is very special as it has very strong practical flavour – it teaches us how to design efficient and effective modern heuristics to solve a particular problem. This empasis on design component resulted in in-depth discussion on topics like: for which types of problems we should use modern heuristics, how we can select a modern heuristic that is well-suited to our problem, what are basic principles for the design of modern heuristics, and how we can use problem-specific knowledge for the design of modern heuristics? I recommend this book highly to the whole optimization research community and, in particular, to every practitioner who is interested in the applicability of modern heuristic methods." Zbigniew Michalewicz, University of Adelaide, author of “How to Solve It: Modern Heuristics”

Synopsis:
Many books describe the application of heuristic optimization methods to a wide variety of optimization problems. However, the process of developing an efficient optimization method for the specific problem at hand seems to be considered a "black art", the domain of optimization specialists. This book focuses on the practitioner and demonstrates how to apply heuristic optimization methods.It breaks down the art of designing efficient optimization methods into engineering tasks, and examines how to build successful applications of heuristic optimization methods. In so doing the reader learns how to properly model the problem, choose the optimization method, adapt that method to the properties of the specific problem, and, finally, implement the method. This book will benefit practitioners in the field of planning and optimization; researchers who deal with heuristic optimization in information systems, operations research, and computer science; and students in related fields. The reader should have some basic knowledge of mathematics, and, ideally, of heuristic optimization.

"About this title" may belong to another edition of this title.

  • PublisherSpringer
  • Publication date2011
  • ISBN 10 3540729615
  • ISBN 13 9783540729617
  • BindingHardcover
  • Number of pages278

Other Popular Editions of the Same Title

9783642270703: Design of Modern Heuristics: Principles and Application (Natural Computing Series)

Featured Edition

ISBN 10:  3642270700 ISBN 13:  9783642270703
Publisher: Springer, 2013
Softcover

  • 9783540867982: Design of Modern Heuristics: Principles and Application

    Springer, 2011
    Softcover

Top Search Results from the AbeBooks Marketplace

Stock Image

ROTHLAUF
Published by Springer (2011)
ISBN 10: 3540729615 ISBN 13: 9783540729617
New Hardcover Quantity: 1
Seller:
Basi6 International
(Irving, TX, U.S.A.)

Book Description Condition: Brand New. New. US edition. Expediting shipping for all USA and Europe orders excluding PO Box. Excellent Customer Service. Seller Inventory # ABEOCT23-370419

More information about this seller | Contact seller

Buy New
£ 55.48
Convert currency

Add to Basket

Shipping: FREE
Within U.S.A.
Destination, rates & speeds
Seller Image

Rothlauf, Franz
Published by Springer (2011)
ISBN 10: 3540729615 ISBN 13: 9783540729617
New Hardcover Quantity: 1
Seller:
booksXpress
(Bayonne, NJ, U.S.A.)

Book Description Hardcover. Condition: new. Seller Inventory # 9783540729617

More information about this seller | Contact seller

Buy New
£ 68.99
Convert currency

Add to Basket

Shipping: FREE
Within U.S.A.
Destination, rates & speeds
Stock Image

Rothlauf, Franz
Published by Springer (2011)
ISBN 10: 3540729615 ISBN 13: 9783540729617
New Hardcover Quantity: > 20
Seller:
Lucky's Textbooks
(Dallas, TX, U.S.A.)

Book Description Condition: New. Seller Inventory # ABLIING23Mar3113020175786

More information about this seller | Contact seller

Buy New
£ 74.49
Convert currency

Add to Basket

Shipping: £ 3.20
Within U.S.A.
Destination, rates & speeds
Stock Image

Rothlauf, Franz
Published by Springer (2011)
ISBN 10: 3540729615 ISBN 13: 9783540729617
New Hardcover Quantity: 1
Seller:
GF Books, Inc.
(Hawthorne, CA, U.S.A.)

Book Description Condition: New. Book is in NEW condition. Seller Inventory # 3540729615-2-1

More information about this seller | Contact seller

Buy New
£ 77.75
Convert currency

Add to Basket

Shipping: FREE
Within U.S.A.
Destination, rates & speeds
Stock Image

Rothlauf, Franz
Published by Springer (2011)
ISBN 10: 3540729615 ISBN 13: 9783540729617
New Hardcover Quantity: 1
Seller:
Book Deals
(Tucson, AZ, U.S.A.)

Book Description Condition: New. New! This book is in the same immaculate condition as when it was published. Seller Inventory # 353-3540729615-new

More information about this seller | Contact seller

Buy New
£ 77.76
Convert currency

Add to Basket

Shipping: FREE
Within U.S.A.
Destination, rates & speeds
Stock Image

Franz Rothlauf
Published by Springer (2011)
ISBN 10: 3540729615 ISBN 13: 9783540729617
New Hardcover Quantity: > 20
Print on Demand
Seller:
Ria Christie Collections
(Uxbridge, United Kingdom)

Book Description Condition: New. PRINT ON DEMAND Book; New; Fast Shipping from the UK. No. book. Seller Inventory # ria9783540729617_lsuk

More information about this seller | Contact seller

Buy New
£ 70.68
Convert currency

Add to Basket

Shipping: £ 9.98
From United Kingdom to U.S.A.
Destination, rates & speeds
Seller Image

Franz Rothlauf
ISBN 10: 3540729615 ISBN 13: 9783540729617
New Hardcover Quantity: 2
Print on Demand
Seller:
BuchWeltWeit Ludwig Meier e.K.
(Bergisch Gladbach, Germany)

Book Description Buch. Condition: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -Most textbooks on modern heuristics provide the reader with detailed descriptions of the functionality of single examples like genetic algorithms, genetic programming, tabu search, simulated annealing, and others, but fail to teach the underlying concepts behind these different approaches. The author takes a different approach in this textbook by focusing on the users' needs and answering three fundamental questions: First, he tells us which problems modern heuristics are expected to perform well on, and which should be left to traditional optimization methods. Second, he teaches us to systematically design the 'right' modern heuristic for a particular problem by providing a coherent view on design elements and working principles. Third, he shows how we can make use of problem-specific knowledge for the design of efficient and effective modern heuristics that solve not only small toy problems but also perform well on large real-world problems. This book is written in an easy-to-read style and it is aimed at students and practitioners in computer science, operations research and information systems who want to understand modern heuristics and are interested in a guide to their systematic design and use.This book is written in an easy-to-read style and it is aimed at students and practitioners in computer science, operations research and information systems who want to understand modern heuristics and are interested in a guide to their systematic design and use.This book is written in an easy-to-read style and it is aimed at students and practitioners in computer science, operations research and information systems who want to understand modern heuristics and are interested in a guide to their systematic design and use. 280 pp. Englisch. Seller Inventory # 9783540729617

More information about this seller | Contact seller

Buy New
£ 70.83
Convert currency

Add to Basket

Shipping: £ 19.71
From Germany to U.S.A.
Destination, rates & speeds
Stock Image

Franz Rothlauf
Published by Springer (2011)
ISBN 10: 3540729615 ISBN 13: 9783540729617
New Hardcover Quantity: 4
Seller:
Books Puddle
(New York, NY, U.S.A.)

Book Description Condition: New. pp. 280. Seller Inventory # 26354655

More information about this seller | Contact seller

Buy New
£ 96.80
Convert currency

Add to Basket

Shipping: £ 3.20
Within U.S.A.
Destination, rates & speeds
Seller Image

Franz Rothlauf
Published by Springer Berlin Heidelberg (2011)
ISBN 10: 3540729615 ISBN 13: 9783540729617
New Hardcover Quantity: 1
Seller:
AHA-BUCH GmbH
(Einbeck, Germany)

Book Description Buch. Condition: Neu. Druck auf Anfrage Neuware - Printed after ordering - Most textbooks on modern heuristics provide the reader with detailed descriptions of the functionality of single examples like genetic algorithms, genetic programming, tabu search, simulated annealing, and others, but fail to teach the underlying concepts behind these different approaches. The author takes a different approach in this textbook by focusing on the users' needs and answering three fundamental questions: First, he tells us which problems modern heuristics are expected to perform well on, and which should be left to traditional optimization methods. Second, he teaches us to systematically design the 'right' modern heuristic for a particular problem by providing a coherent view on design elements and working principles. Third, he shows how we can make use of problem-specific knowledge for the design of efficient and effective modern heuristics that solve not only small toy problems but also perform well on large real-world problems. This book is written in an easy-to-read style and it is aimed at students and practitioners in computer science, operations research and information systems who want to understand modern heuristics and are interested in a guide to their systematic design and use.This book is written in an easy-to-read style and it is aimed at students and practitioners in computer science, operations research and information systems who want to understand modern heuristics and are interested in a guide to their systematic design and use.This book is written in an easy-to-read style and it is aimed at students and practitioners in computer science, operations research and information systems who want to understand modern heuristics and are interested in a guide to their systematic design and use. Seller Inventory # 9783540729617

More information about this seller | Contact seller

Buy New
£ 74.67
Convert currency

Add to Basket

Shipping: £ 28.27
From Germany to U.S.A.
Destination, rates & speeds
Seller Image

Franz Rothlauf
Published by Springer Berlin Heidelberg (2011)
ISBN 10: 3540729615 ISBN 13: 9783540729617
New Hardcover Quantity: > 20
Print on Demand
Seller:
moluna
(Greven, Germany)

Book Description Condition: New. Dieser Artikel ist ein Print on Demand Artikel und wird nach Ihrer Bestellung fuer Sie gedruckt. Author focuses on the users needs, providing a coherent view on design elements and working principlesSuitable for students and practitioners in computer science, operations research and information systemsBook written in an easy-to-. Seller Inventory # 4899559

More information about this seller | Contact seller

Buy New
£ 62.08
Convert currency

Add to Basket

Shipping: £ 41.98
From Germany to U.S.A.
Destination, rates & speeds

There are more copies of this book

View all search results for this book