scispace - formally typeset
Book ChapterDOI

Genetic Algorithm Difficulty and the Modality of Fitness Landscapes

TLDR
The function f mdG seems to be a powerful new tool for generalizing deception and relating hillclimbers (and Hamming space) to GAs and crossover and allows us to create functions, such as the minimum distance function fmdG, with k isolated global optima and multiple local optima attractive to both crossover and hillClimbers.
Abstract
We assume that the modality (i.e., number of local optima) of a fitness landscape is related to the difficulty of finding the best point on that landscape by evolutionary computation (e.g., hillclimbers and genetic algorithms (GAs)). We first examine the limits of modality by constructing a unimodal function and a maximally multimodal function. At such extremes our intuition breaks down. A fitness landscape consisting entirely of a single hill leading to the global optimum proves to be harder for hillclimbers than GAs. A provably maximally multimodal function, in which half the points in the search space are local optima, can be easier than the unimodal, single hill problem for both hillclimbers and GAs. Exploring the more realistic intermediate range between the extremes of modality, we construct local optima with varying degrees of “attraction” to our evolutionary algorithms. Most work on optima and their basins of attraction has focused on hills and hillclimbers, while some research has explored attraction for the GA's crossover operator. We extend the latter results by defining and implementing maximal partial deception in problems with k arbitrarily placed global optima. This allows us to create functions, such as the minimum distance function f mdG , with k isolated global optima and multiple local optima attractive to both crossover and hillclimbers. The function f mdG seems to be a powerful new tool for generalizing deception and relating hillclimbers (and Hamming space) to GAs and crossover.

read more

Citations
More filters
Proceedings Article

Fitness Distance Correlation as a Measure of Problem Difficulty for Genetic Algorithms

TL;DR: The FDC measure is a consequence of an investigation into the connection between GAs and heuristic search and can be used to correctly classify easy deceptive problems and easy and difficult non-deceptive problems as difficult.
Book ChapterDOI

Extending Population-Based Incremental Learning to Continuous Search Spaces

TL;DR: An alternative to Darwinian-like artificial evolution is offered by Population-Based Incremental Learning (PBIL): this algorithm memorizes the best past individuals and uses this memory as a distribution, to generate the next population from scratch.
Journal ArticleDOI

A survey of techniques for characterising fitness landscapes and some possible ways forward

TL;DR: An overview of techniques from the 1980s to the present is provided, revealing the wide range of factors that can influence problem difficulty and emphasising the need for a shift in focus away from predicting problem hardness towards measuring characteristics.
Journal ArticleDOI

Evolutionary Algorithms for Multi-Objective Optimization: Performance Assessments and Comparisons

TL;DR: A survey on variousevolutionary methods for MO optimization by considering the usual performancemeasures in MO optimization and a few metrics to examinethe strength and weakness of each evolutionary approach both quantitatively and qualitatively.
Book ChapterDOI

Modeling Building-Block Interdependency

TL;DR: This paper formulate a principled model of hierarchical interdependency that can be applied through many levels in a consistent manner and introduces Hierarchical If-and-only-if (H-1FF) as a canonical example.
References
More filters
Book

Genetic algorithms in search, optimization, and machine learning

TL;DR: In this article, the authors present the computer techniques, mathematical tools, and research results that will enable both students and practitioners to apply genetic algorithms to problems in many fields, including computer programming and mathematics.

Genetic algorithms in search, optimization and machine learning

TL;DR: This book brings together the computer techniques, mathematical tools, and research results that will enable both students and practitioners to apply genetic algorithms to problems in many fields.
Book

A Connectionist Machine for Genetic Hillclimbing

TL;DR: This dissertation focuses on the development of a heuristic search algorithm that automates the very labor-intensive and therefore time-heavy and expensive process of manually cataloging discrete-time components of a genealogy tree.
Journal Article

Genetic algorithms, noise, and the sizing of populations

TL;DR: Results suggest how the sizing equation may be viewed as a coarse delineation of a boundary between what a physicist might call two distinct phases of GA behavior, and how these results may one day lead to rigorous proofs of convergence for recombinative G As operating on problems of bounded description.

The royal road for genetic algorithms: Fitness landscapes and GA performance

TL;DR: An initial set of proposed feature classes are described, one such class (Royal Road) is described in detail, and some initial experimental results concerning the role of crossover and buildingblocks on landscapes constructed from features of this class are presented.