| Package | Description |
|---|---|
| ec | |
| ec.app.gui | |
| ec.app.mona | |
| ec.app.tutorial3 | |
| ec.display | |
| ec.display.chart | |
| ec.evolve | |
| ec.gp.koza | |
| ec.multiobjective | |
| ec.parsimony | |
| ec.simple | |
| ec.steadystate |
| Modifier and Type | Field and Description |
|---|---|
Statistics[] |
Statistics.children |
Statistics |
EvolutionState.statistics
The population statistics, a singleton object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleBarChartStatistics |
class |
SimpleXYSeriesChartStatistics |
| Modifier and Type | Class and Description |
|---|---|
class |
MonaStatistics |
| Modifier and Type | Class and Description |
|---|---|
class |
MyStatistics |
| Modifier and Type | Method and Description |
|---|---|
private void |
StatisticsChartPane.createCharts(Statistics statistics) |
| Modifier and Type | Class and Description |
|---|---|
class |
BarChartStatistics |
class |
ChartableStatistics |
class |
XYSeriesChartStatistics |
| Modifier and Type | Class and Description |
|---|---|
class |
RandomRestarts
A special Statistics class which performs random restarts on the population,
effectively reininitializing the population and starting over again.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KozaShortStatistics
A Koza-style statistics generator, intended to be easily parseable with
awk or other Unix tools.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultiObjectiveStatistics |
| Modifier and Type | Class and Description |
|---|---|
class |
TarpeianStatistics
This Statistics subclass implements Poli's "Tarpeian" method of parsimony control, whereby some
kill-proportion of above-average-sized individuals in each subpopulation have their fitnesses
set to a very bad value, and marks them as already evaluated (so the Evaluator can skip them).
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleShortStatistics
A Simple-style statistics generator, intended to be easily parseable with
awk or other Unix tools.
|
class |
SimpleStatistics
A basic Statistics class suitable for simple problem applications.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
SteadyStateEvolutionState.checkStatistics(EvolutionState state,
Statistics stat,
Parameter base) |
Copyright © 2014 Evolutionary Computation Laboratory at George Mason University. All rights reserved.