Package | Description |
---|---|
org.biojavax.ga |
Classes to provide a genetic algorithm framework
|
org.biojavax.ga.functions |
GA functions
A genetic algorithm requires a number of functions.
|
org.biojavax.ga.impl |
Default implementations and abstract classes.
|
Modifier and Type | Method and Description |
---|---|
FitnessFunction |
GeneticAlgorithm.getFitnessFunction()
Returns the fitness function, i.e. the class that computes the fitness of
each organism in a population.
|
Modifier and Type | Method and Description |
---|---|
void |
GeneticAlgorithm.setFitnessFunction(FitnessFunction func)
The fitness function that will be used to compute the fitness of each
organism.
|
Modifier and Type | Method and Description |
---|---|
FitnessFunction |
SelectionFunction.SelectAll.getFitnessFunction() |
Modifier and Type | Method and Description |
---|---|
void |
SelectionFunction.SelectAll.setFitnessFunction(FitnessFunction func) |
Modifier and Type | Method and Description |
---|---|
FitnessFunction |
AbstractGeneticAlgorithm.getFitnessFunction() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractGeneticAlgorithm.setFitnessFunction(FitnessFunction func) |
Copyright © 2014 BioJava. All rights reserved.