Uses of Package
org.biojavax.ga.functions
-
Packages that use org.biojavax.ga.functions 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.functions used by org.biojavax.ga Class Description CrossOverFunction Crosses two chromosomes.FitnessFunction Calculates the fitness of anOrganism
in aPopulation
ofOrganisms
MutationFunction A class that mutates aSymbolList
SelectionFunction Selects Organisms for Replication and returns the offspring. -
Classes in org.biojavax.ga.functions used by org.biojavax.ga.functions Class Description AbstractCrossOverFunction Abstract implementation ofCrossOverFunction
.AbstractMutationFunction Abstract implementation ofMutationFunction
all custom implementations should inherit from here.CrossOverFunction Crosses two chromosomes.FitnessFunction Calculates the fitness of anOrganism
in aPopulation
ofOrganisms
GACrossResult Holds the results of a CrossOver event, objects of this type are made byCrossOverFunctions
MutationFunction A class that mutates aSymbolList
SelectionFunction Selects Organisms for Replication and returns the offspring. -
Classes in org.biojavax.ga.functions used by org.biojavax.ga.impl Class Description CrossOverFunction Crosses two chromosomes.FitnessFunction Calculates the fitness of anOrganism
in aPopulation
ofOrganisms
MutationFunction A class that mutates aSymbolList
SelectionFunction Selects Organisms for Replication and returns the offspring.