Package org.biojavax.ga
package org.biojavax.ga
Classes to provide a genetic algorithm framework
-
ClassDescriptionUsed by a
GeneticAlgorithm.run()
method to determine when the algorithm should stopSimple Implementation of GAStoppingCriteria, signals aGeneticAlgorithm
to stop after n generationsThe class that runs the cycles of reproduction, evolution and selection, potentially on multiplePopulation
sA GA 'organism' contains one or more ChromosomesA collection of GA organisms