Genetic Algorithms (GA)#

The GeneticAlgorithm class provides a skeleton for the implementation of custom GAs, and the BinaryGeneticAlgorithm is the standard implementation of it.

For a good explanation of how Genetic Algorithms work, read this from MathWorks.