Package | Description |
---|---|
jenes |
Modifier and Type | Field and Description |
---|---|
protected GeneticAlgorithm.Statistics |
GeneticAlgorithm.statistics
The statistics object responsible for storing statistics about this
genetic algorithm.
|
Modifier and Type | Method and Description |
---|---|
GeneticAlgorithm.Statistics |
GeneticAlgorithm.getStatistics()
Returns algoritm statistics at the moment of invokation.
|
Modifier and Type | Method and Description |
---|---|
void |
GeneticAlgorithm.updateStatistics(GeneticAlgorithm.Statistics stats)
Updates the algoritm statistics at the moment of invokation.
|