public class BarChartStatistics extends ChartableStatistics
Modifier and Type | Field and Description |
---|---|
org.jfree.data.category.DefaultCategoryDataset |
dataset |
P_TITLE, P_XAXIS, P_YAXIS, title, xlabel, ylabel
children, P_CHILD, P_MUZZLE, P_NUMCHILDREN, P_SILENT, P_SILENT_FILE, P_SILENT_PRINT, silentFile, silentPrint
Constructor and Description |
---|
BarChartStatistics() |
Modifier and Type | Method and Description |
---|---|
void |
makeBar(int seriesID,
double[] genes) |
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, prePreBreedingExchangeStatistics
public void setup(EvolutionState state, Parameter base)
Setup
setup
in interface Setup
setup
in class ChartableStatistics
public org.jfree.chart.JFreeChart makeChart()
makeChart
in class ChartableStatistics
public void makeBar(int seriesID, double[] genes)