Package | Description |
---|---|
org.biojavax.ga |
Classes to provide a genetic algorithm framework
|
org.biojavax.ga.functions |
GA 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.
|
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) |