ec.app.gui
Class SimpleBarChartStatistics
- java.lang.Object
-
- ec.Statistics
-
- ec.display.chart.ChartableStatistics
-
- ec.display.chart.BarChartStatistics
-
- ec.app.gui.SimpleBarChartStatistics
-
public class SimpleBarChartStatistics extends BarChartStatistics
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class ec.display.chart.BarChartStatistics
dataset
-
Fields inherited from class ec.display.chart.ChartableStatistics
P_TITLE, P_XAXIS, P_YAXIS, title, xlabel, ylabel
-
Fields inherited from class ec.Statistics
children, P_CHILD, P_MUZZLE, P_NUMCHILDREN, P_SILENT, P_SILENT_FILE, P_SILENT_PRINT, silentFile, silentPrint
-
-
Constructor Summary
Constructors Constructor and Description SimpleBarChartStatistics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidpostEvaluationStatistics(EvolutionState state)GENERATIONAL: Called immediately after evaluation occurs.voidsetup(EvolutionState state, Parameter base)Sets up the object by reading it from the parameters stored in state, built off of the parameter base base.-
Methods inherited from class ec.display.chart.BarChartStatistics
makeBar, makeChart
-
Methods inherited from class ec.Statistics
enteringInitialPopulationStatistics, enteringSteadyStateStatistics, finalStatistics, generationBoundaryStatistics, individualsBredStatistics, individualsEvaluatedStatistics, postBreedingStatistics, postCheckpointStatistics, postInitializationStatistics, postPostBreedingExchangeStatistics, postPreBreedingExchangeStatistics, preBreedingStatistics, preCheckpointStatistics, preEvaluationStatistics, preInitializationStatistics, prePostBreedingExchangeStatistics, prePreBreedingExchangeStatistics
-
-
-
-
Method Detail
-
setup
public void setup(EvolutionState state, Parameter base)
Description copied from interface:SetupSets up the object by reading it from the parameters stored in state, built off of the parameter base base. If an ancestor implements this method, be sure to call super.setup(state,base); before you do anything else.- Specified by:
setupin interfaceSetup- Overrides:
setupin classBarChartStatistics
-
postEvaluationStatistics
public void postEvaluationStatistics(EvolutionState state)
Description copied from class:StatisticsGENERATIONAL: Called immediately after evaluation occurs.- Overrides:
postEvaluationStatisticsin classStatistics
-
-
DMelt 3.0 © DataMelt by jWork.ORG