• Complain

Mike Preuss - Metaheuristics for Finding Multiple Solutions

Here you can read online Mike Preuss - Metaheuristics for Finding Multiple Solutions full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2021, publisher: Springer, genre: Children. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Mike Preuss Metaheuristics for Finding Multiple Solutions

Metaheuristics for Finding Multiple Solutions: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Metaheuristics for Finding Multiple Solutions" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

This book presents the latest trends and developments in multimodal optimization and niching techniques. Most existing optimization methods are designed for locating a single global solution. However, in real-world settings, many problems are multimodal by nature, i.e., multiple satisfactory solutions exist. It may be desirable to locate several such solutions before deciding which one to use. Multimodal optimization has been the subject of intense study in the field of population-based meta-heuristic algorithms, e.g., evolutionary algorithms (EAs), for the past few decades. These multimodal optimization techniques are commonly referred to as niching methods, because of the nature-inspired niching effect that is induced to the solution population targeting at multiple optima. Many niching methods have been developed in the EA community. Some classic examples include crowding, fitness sharing, clearing, derating, restricted tournament selection, speciation, etc. Nevertheless, applying these niching methods to real-world multimodal problems often encounters significant challenges.

To facilitate the advance of niching methods in facing these challenges, this edited book highlights the latest developments in niching methods. The included chapters touch on algorithmic improvements and developments, representation, and visualization issues, as well as new research directions, such as preference incorporation in decision making and new application areas. This edited book is a first of this kind specifically on the topic of niching techniques.

This book will serve as a valuable reference book both for researchers and practitioners. Although chapters are written in a mutually independent way, Chapter 1 will help novice readers get an overview of the field. It describes the development of the field and its current state and provides a comparative analysis of the IEEE CEC and ACM GECCO niching competitions of recent years, followed by a collection of open research questions and possible research directions that may be tackled in the future.

Mike Preuss: author's other books


Who wrote Metaheuristics for Finding Multiple Solutions? Find out the surname, the name of the author of the book and a list of all author's works by series.

Metaheuristics for Finding Multiple Solutions — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Metaheuristics for Finding Multiple Solutions" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Contents
Landmarks
Book cover of Metaheuristics for Finding Multiple Solutions Natural - photo 1
Book cover of Metaheuristics for Finding Multiple Solutions
Natural Computing Series
Series Editors
Thomas Bck
Natural Computing GroupLIACS, Leiden University, Leiden, The Netherlands
Lila Kari
School of Computer Science, University of Waterloo, Waterloo, ON, Canada

More information about this series at http://www.springer.com/series/4190

Editors
Mike Preuss , Michael G. Epitropakis , Xiaodong Li and Jonathan E. Fieldsend
Metaheuristics for Finding Multiple Solutions
1st ed. 2021
Logo of the publisher Editors Mike Preuss LIACS Universiteit Leiden - photo 2
Logo of the publisher
Editors
Mike Preuss
LIACS, Universiteit Leiden, Leiden, The Netherlands
Michael G. Epitropakis
The Signal Group, Athens, Greece
Xiaodong Li
Computer Science and Software Engineering, RMIT University, Melbourne, VIC, Australia
Jonathan E. Fieldsend
Department of Computer Science, University of Exeter, Exeter, UK
ISSN 1619-7127
Natural Computing Series
ISBN 978-3-030-79552-8 e-ISBN 978-3-030-79553-5
https://doi.org/10.1007/978-3-030-79553-5
Springer Nature Switzerland AG 2021
This work is subject to copyright. All rights are reserved by the Publisher, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of illustrations, recitation, broadcasting, reproduction on microfilms or in any other physical way, and transmission or information storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now known or hereafter developed.
The use of general descriptive names, registered names, trademarks, service marks, etc. in this publication does not imply, even in the absence of a specific statement, that such names are exempt from the relevant protective laws and regulations and therefore free for general use.
The publisher, the authors and the editors are safe to assume that the advice and information in this book are believed to be true and accurate at the date of publication. Neither the publisher nor the authors or the editors give a warranty, expressed or implied, with respect to the material contained herein or for any errors or omissions that may have been made. The publisher remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

This Springer imprint is published by the registered company Springer Nature Switzerland AG

The registered company address is: Gewerbestrasse 11, 6330 Cham, Switzerland

Foreword

My first encounter with the notion of multimodal optimization came in the early 1970s from discussions with my father, an acoustical engineer, regarding his approach to optimizing the acoustical properties of auditoriums used for concerts, religious services, congress halls, etc. The computational tools of his generation of engineers were slide rules and desk calculators, and so design optimization involved the manual evaluation of a relatively few, carefully chosen points in design space. Our conversations were motivated by the increasing availability of computers and their use in science and engineering and the possibility of significantly improving his time-intensive design process. It also happened to be at the time that I was doing my thesis and deeply involved in understanding how Hollands adaptive plans could be instantiated as algorithms useful for solving optimization problems.

As these initial (genetic) algorithms were developed, early notions of premature convergence emerged out of observations that most optimization problems of interest had multiple modes (optima) or equivalently, from a landscape perspective, multiple peaks and valleys and that these simple evolutionary algorithms were quite adept at quickly converging to a peak, but not necessarily the highest one. That lead to a variety of early ideas about algorithmic modifications such as crowding, fitness sharing, and niching to slow down the rate of convergence, maintain more population diversity, and improve problem-solving performance.

So, here we are, 50 years later, during which time we have seen the development of a wide variety of evolutionary algorithms far more complex and sophisticated than those simple genetic algorithms. At the same time, we continue to be confronted with multimodal optimization problems of increasing size and complexity. The result is the need for continuing the development and advancement of algorithmic techniques for solving them. This book fills an important gap and provides a valuable service with its clear introduction to the area, a precise summary of the issues, and a well-rounded survey of the current state of the art in multimodal optimization. It should be recommended reading for anyone interested in research in this area or involved in solving difficult application problems.

P.S. Those early discussions with my father led to the development of a simple evolutionary algorithm written in Basic, running on a family TRS-80, and allowed him to explore his acoustical design spaces in much more detail.

Kenneth De Jong Professor Emeritus
Preface

The goal of maintaining a diverse set of solutions in population-based stochastic optimization algorithms has been pursued for the past several decades. This has been driven by the need to effectively distribute their search over the design space, which in practice often has complicated mappings under an optimized quality function that can lead to premature convergence and the delivery of sub-optimal solutions if diversity is not maintained. Techniques designed specifically for achieving this goal are commonly referred to as niching techniques. Iconic niching techniques such as crowding and fitness sharing were developed as early as the 70s and 80s in the previous century by Kenneth De Jong and David Goldberg, respectively. At first, obtaining several distinct optimal solutions in one optimization run was not the primary motivation, but rather improving the chances to detect the sought single global optimum. These two goals are still intertwined in todays meta-heuristic algorithms, as it is not possible to know in practice if a solution is globally optimal without knowing other optima that may exist. Furthermore, in many application settings, it is also important to know alternative structurally distinct optimal solutions, e.g., design optimization. This is the main aim of what we see as multimodal optimization nowadays, also framed as multi-solution optimization by some researchers.

It has been common to subsume these types of algorithms by the term niching algorithms in recent decades, taking inspiration from biological niching mechanisms. However, modern evolutionary biology rather thinks of niches as the co-creation of organisms as opposed to a static setting that just has to be found. Interestingly, this perspective on population behavior and dynamics is the main motivation for quality diversity, which is nowadays a flourishing research topic area with close links to multimodal optimization. The term niching now often refers to the niching effects induced inside a standard optimization algorithm, which aims to ensure the found solutions are well distributed.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Metaheuristics for Finding Multiple Solutions»

Look at similar books to Metaheuristics for Finding Multiple Solutions. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Metaheuristics for Finding Multiple Solutions»

Discussion, reviews of the book Metaheuristics for Finding Multiple Solutions and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.