Package | Description |
---|---|
jenes | |
jenes.population | |
jenes.statistics |
Modifier and Type | Class and Description |
---|---|
static class |
GeneticAlgorithm.Statistics
This class provides some basic statistics regarding the algorithm
execution.
|
Modifier and Type | Class and Description |
---|---|
static class |
Individual.Statistics<T extends Chromosome>
This class provides some basic statistics regarding an
Individual . |
static class |
Pool.Statistics
This class provides some basic statistics regarding the
Pool . |
static class |
Population.Statistics<T extends Chromosome>
The
Population.Statistics class is only responsible for storing statistics
about a population. |
static class |
Population.Statistics.Group<T extends Chromosome>
Represents a group of individuals and related statistics.
|
Modifier and Type | Method and Description |
---|---|
void |
StatisticsLogger.record(StatisticsLogger.LoggableStatistics statistics)
Store a new statistic record in the logger.
|
void |
StatisticsLogger.record(java.lang.String prefix,
StatisticsLogger.LoggableStatistics statistics)
Store a new statistic record in the logger.
|
void |
StatisticsLogger.record(java.lang.String prefix,
StatisticsLogger.LoggableStatistics statistics,
boolean log)
Store a new statistic record in the logger.
|