start prev index next end Slide 11 of 18.


Two of the most common genetic algorithm implementations are 'simple' and 'steady state'. The simple genetic algorithm is described by Goldberg in his 1989 book, Genetic Algorithms in Search and Optimization. It is a generational algorithm in which the entire population is replaced each generation.

The steady state genetic algorithm is used by the Genitor program. In this algorithm, only a few individuals are replaced each 'generation'. This type of replacement is often referred to as overlapping populations.

Return to Matthew's Portfolio