Efficient Noisy Optimisation with the Sliding Window Compact Genetic Algorithm

08/07/2017
by   Simon M. Lucas, et al.
0

The compact genetic algorithm is an Estimation of Distribution Algorithm for binary optimisation problems. Unlike the standard Genetic Algorithm, no cross-over or mutation is involved. Instead, the compact Genetic Algorithm uses a virtual population represented as a probability distribution over the set of binary strings. At each optimisation iteration, exactly two individuals are generated by sampling from the distribution, and compared exactly once to determine a winner and a loser. The probability distribution is then adjusted to increase the likelihood of generating individuals similar to the winner. This paper introduces two straightforward variations of the compact Genetic Algorithm, each of which lead to a significant improvement in performance. The main idea is to make better use of each fitness evaluation, by ensuring that each evaluated individual is used in multiple win/loss comparisons. The first variation is to sample n>2 individuals at each iteration to make n(n-1)/2 comparisons. The second variation only samples one individual at each iteration but keeps a sliding history window of previous individuals to compare with. We evaluate methods on two noisy test problems and show that in each case they significantly outperform the compact Genetic Algorithm, while maintaining the simplicity of the algorithm.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
01/12/2010

Cheating for Problem Solving: A Genetic Algorithm with Social Interactions

We propose a variation of the standard genetic algorithm that incorporat...
research
04/06/2014

A Denoising Autoencoder that Guides Stochastic Search

An algorithm is described that adaptively learns a non-linear mutation d...
research
05/30/2013

Dienstplanerstellung in Krankenhaeusern mittels genetischer Algorithmen

This thesis investigates the use of problem-specific knowledge to enhanc...
research
12/22/2018

Boundary Evolution Algorithm for SAT-NP

A boundary evolution Algorithm (BEA) is proposed by simultaneously takin...
research
07/10/2018

Significance-based Estimation-of-Distribution Algorithms

Estimation-of-distribution algorithms (EDAs) are randomized search heuri...
research
04/11/2022

The Compact Genetic Algorithm Struggles on Cliff Functions

The compact genetic algorithm (cGA) is an non-elitist estimation of dist...
research
03/04/2017

Genetic CNN

The deep Convolutional Neural Network (CNN) is the state-of-the-art solu...

Please sign up or login with your details

Forgot password? Click here to reset