Uses of Package
org.biojavax.ga
-
Packages that use org.biojavax.ga Package Description org.biojavax.ga Classes to provide a genetic algorithm frameworkorg.biojavax.ga.functions GA functionsorg.biojavax.ga.impl Default implementations and abstract classes. -
Classes in org.biojavax.ga used by org.biojavax.ga Class 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 -
Classes in org.biojavax.ga used by org.biojavax.ga.functions Class Description GeneticAlgorithm 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 -
Classes in org.biojavax.ga used by org.biojavax.ga.impl Class 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