Uses of Package
org.biojavax.ga.functions
Packages that use org.biojavax.ga.functions
Package
Description
Classes to provide a genetic algorithm framework
GA functions
Default implementations and abstract classes.
-
Classes in org.biojavax.ga.functions used by org.biojavax.gaClassDescriptionCrosses two chromosomes.Calculates the fitness of an
Organismin aPopulationofOrganismsA class that mutates aSymbolListSelects Organisms for Replication and returns the offspring. -
Classes in org.biojavax.ga.functions used by org.biojavax.ga.functionsClassDescriptionAbstract implementation of
CrossOverFunction.Abstract implementation ofMutationFunctionall custom implementations should inherit from here.Crosses two chromosomes.Calculates the fitness of anOrganismin aPopulationofOrganismsHolds the results of a CrossOver event, objects of this type are made byCrossOverFunctionsA class that mutates aSymbolListSelects Organisms for Replication and returns the offspring. -
Classes in org.biojavax.ga.functions used by org.biojavax.ga.implClassDescriptionCrosses two chromosomes.Calculates the fitness of an
Organismin aPopulationofOrganismsA class that mutates aSymbolListSelects Organisms for Replication and returns the offspring.