Package | Description |
---|---|
org.biojavax.ga |
Classes to provide a genetic algorithm framework
|
org.biojavax.ga.impl |
Default implementations and abstract classes.
|
Modifier and Type | Class and Description |
---|---|
static class |
GAStoppingCriteria.MaximumGeneration
Simple Implementation of GAStoppingCriteria, signals
a
GeneticAlgorithm to stop after n generations |
Modifier and Type | Method and Description |
---|---|
void |
GeneticAlgorithm.run(GAStoppingCriteria stoppingCriteria)
Iterates the Algorithm until the stopping criteria are met.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleGeneticAlgorithm.run(GAStoppingCriteria stoppingCriteria) |