public abstract class ChartableStatistics extends Statistics
| Modifier and Type | Field and Description |
|---|---|
static String |
P_TITLE |
static String |
P_XAXIS |
static String |
P_YAXIS |
String |
title |
String |
xlabel |
String |
ylabel |
children, P_CHILD, P_MUZZLE, P_NUMCHILDREN, P_SILENT, P_SILENT_FILE, P_SILENT_PRINT, silentFile, silentPrint| Constructor and Description |
|---|
ChartableStatistics() |
| Modifier and Type | Method and Description |
|---|---|
abstract org.jfree.chart.JFreeChart |
makeChart() |
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.
|
enteringInitialPopulationStatistics, enteringSteadyStateStatistics, finalStatistics, generationBoundaryStatistics, individualsBredStatistics, individualsEvaluatedStatistics, postBreedingStatistics, postCheckpointStatistics, postEvaluationStatistics, postInitializationStatistics, postPostBreedingExchangeStatistics, postPreBreedingExchangeStatistics, preBreedingStatistics, preCheckpointStatistics, preEvaluationStatistics, preInitializationStatistics, prePostBreedingExchangeStatistics, prePreBreedingExchangeStatisticspublic static final String P_TITLE
public static final String P_XAXIS
public static final String P_YAXIS
public String title
public String xlabel
public String ylabel
public void setup(EvolutionState state, Parameter base)
Setupsetup in interface Setupsetup in class Statisticspublic abstract org.jfree.chart.JFreeChart makeChart()
Copyright © 2014 Evolutionary Computation Laboratory at George Mason University. All rights reserved.