public abstract class XYSeriesChartStatistics extends ChartableStatistics
| Modifier and Type | Field and Description |
|---|---|
org.jfree.data.xy.XYSeriesCollection |
seriesCollection |
P_TITLE, P_XAXIS, P_YAXIS, title, xlabel, ylabelchildren, P_CHILD, P_MUZZLE, P_NUMCHILDREN, P_SILENT, P_SILENT_FILE, P_SILENT_PRINT, silentFile, silentPrint| Constructor and Description |
|---|
XYSeriesChartStatistics() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDataPoint(int seriesID,
double x,
double y) |
int |
addSeries(String name) |
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 void setup(EvolutionState state, Parameter base)
Setupsetup in interface Setupsetup in class ChartableStatisticspublic org.jfree.chart.JFreeChart makeChart()
makeChart in class ChartableStatisticspublic int addSeries(String name)
public void addDataPoint(int seriesID,
double x,
double y)
Copyright © 2014 Evolutionary Computation Laboratory at George Mason University. All rights reserved.