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 String |
P_DO_DEPTH |
(package private) long[][] |
totalDepthSoFarTree |
(package private) long[][] |
totalDepthThisGenTree |
(package private) long[][] |
totalSizeSoFarTree |
(package private) long[][] |
totalSizeThisGenTree |
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, totalSizeThisGenchildren, 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, printExtraSubpopStatisticsAfterenteringInitialPopulationStatistics, enteringSteadyStateStatistics, finalStatistics, generationBoundaryStatistics, individualsBredStatistics, individualsEvaluatedStatistics, postCheckpointStatistics, postPostBreedingExchangeStatistics, postPreBreedingExchangeStatistics, preCheckpointStatistics, prePostBreedingExchangeStatistics, prePreBreedingExchangeStatisticspublic static final String P_DO_DEPTH
public boolean doDepth
long[][] totalDepthSoFarTree
long[][] totalSizeSoFarTree
long[][] totalSizeThisGenTree
long[][] totalDepthThisGenTree
public void setup(EvolutionState state, Parameter base)
Setupsetup in interface Setupsetup in class SimpleShortStatisticspublic void postInitializationStatistics(EvolutionState state)
StatisticspostInitializationStatistics in class SimpleShortStatisticsprotected void prepareStatistics(EvolutionState state)
prepareStatistics in class SimpleShortStatisticsprotected void gatherExtraSubpopStatistics(EvolutionState state, int subpop, int individual)
gatherExtraSubpopStatistics in class SimpleShortStatisticsprotected void printExtraSubpopStatisticsBefore(EvolutionState state, int subpop)
printExtraSubpopStatisticsBefore in class SimpleShortStatisticsprotected void printExtraPopStatisticsBefore(EvolutionState state)
printExtraPopStatisticsBefore in class SimpleShortStatisticsCopyright © 2014 Evolutionary Computation Laboratory at George Mason University. All rights reserved.