public class KozaShortStatistics extends SimpleShortStatistics
Each line represents a single generation. The first items on a line are always:
Then, (if do-subpops) the following items appear, once per each subpopulation:
Then the following items appear, for the whole population:
Parameters
base.do-depth bool = true or false (default) |
(print depth information?) |
Modifier and Type | Field and Description |
---|---|
boolean |
doDepth |
static java.lang.String |
P_DO_DEPTH |
bestOfGeneration, bestSoFar, doSize, doSubpops, doTime, lastTime, modulus, P_COMPRESS, P_DO_SIZE, P_DO_SUBPOPS, P_DO_TIME, P_FULL, P_STATISTICS_FILE, P_STATISTICS_MODULUS, statisticslog, totalFitnessThisGen, totalIndsSoFar, totalIndsThisGen, totalSizeSoFar, totalSizeThisGen
children, P_CHILD, P_MUZZLE, P_NUMCHILDREN, P_SILENT, P_SILENT_FILE, P_SILENT_PRINT, silentFile, silentPrint
Constructor and Description |
---|
KozaShortStatistics() |
Modifier and Type | Method and Description |
---|---|
protected void |
gatherExtraSubpopStatistics(EvolutionState state,
int subpop,
int individual) |
void |
postInitializationStatistics(EvolutionState state)
GENERATIONAL: Called immediately after population initialization occurs.
|
protected void |
prepareStatistics(EvolutionState state) |
protected void |
printExtraPopStatisticsBefore(EvolutionState state) |
protected void |
printExtraSubpopStatisticsBefore(EvolutionState state,
int subpop) |
void |
setup(EvolutionState state,
Parameter base)
Sets up the object by reading it from the parameters stored
in state, built off of the parameter base base.
|
gatherExtraPopStatistics, getBestSoFar, postBreedingStatistics, postEvaluationStatistics, preBreedingStatistics, preEvaluationStatistics, preInitializationStatistics, printExtraPopStatisticsAfter, printExtraSubpopStatisticsAfter
enteringInitialPopulationStatistics, enteringSteadyStateStatistics, finalStatistics, generationBoundaryStatistics, individualsBredStatistics, individualsEvaluatedStatistics, postCheckpointStatistics, postPostBreedingExchangeStatistics, postPreBreedingExchangeStatistics, preCheckpointStatistics, prePostBreedingExchangeStatistics, prePreBreedingExchangeStatistics
public static final java.lang.String P_DO_DEPTH
public boolean doDepth
public void setup(EvolutionState state, Parameter base)
Setup
setup
in interface Setup
setup
in class SimpleShortStatistics
public void postInitializationStatistics(EvolutionState state)
Statistics
postInitializationStatistics
in class SimpleShortStatistics
protected void prepareStatistics(EvolutionState state)
prepareStatistics
in class SimpleShortStatistics
protected void gatherExtraSubpopStatistics(EvolutionState state, int subpop, int individual)
gatherExtraSubpopStatistics
in class SimpleShortStatistics
protected void printExtraSubpopStatisticsBefore(EvolutionState state, int subpop)
printExtraSubpopStatisticsBefore
in class SimpleShortStatistics
protected void printExtraPopStatisticsBefore(EvolutionState state)
printExtraPopStatisticsBefore
in class SimpleShortStatistics