Class GeneticAlgorithm

All Implemented Interfaces:
Algorithm, Configurable, EvolutionaryAlgorithm, Stateful

public class GeneticAlgorithm extends SingleObjectiveEvolutionaryAlgorithm
Single-objective genetic algorithm (GA) implementation with elitism. A single elite individual is retained in each generation.

References:

  1. John Holland. "Adaptation in Natural and Artificial Systems." MIT Press, ISBN: 9780262082136.