Package org.biojavax.ga
Classes to provide a genetic algorithm framework
-
Interface Summary Interface Description GAStoppingCriteria Used by aGeneticAlgorithm.run()
method to determine when the algorithm should stopGeneticAlgorithm The class that runs the cycles of reproduction, evolution and selection, potentially on multiplePopulation
sOrganism A GA 'organism' contains one or more ChromosomesPopulation A collection of GA organisms -
Class Summary Class Description GAStoppingCriteria.MaximumGeneration Simple Implementation of GAStoppingCriteria, signals aGeneticAlgorithm
to stop after n generations