Chapter 4: Theoretical Foundations of GAs

Section 4.3: Exact Mathematical Models of Simple GAs

Vose and Liepins, 1991

Algorithm

  1. Calculate f(x)
  2. Choose with replacement 2 parents using fitness based selection
  3. Perform single point crossover with pc, select one offspring randomly to add to the next generation
  4. Mutate each bit with pm
  5. Until the next generation is complete, go to step 2
  6. Go to step 1

Definitions

Nix and Vose, 1991

Overview

Example

Results

Section 4.4: Statistical Mechanical Approaches

Valid XHTML 1.0!