|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Statistics | |
|---|---|
| com.parabon.ec | |
| com.parabon.ec.simple | |
| ec | |
| ec.app.ant | |
| ec.app.edge | |
| ec.app.lawnmower | |
| ec.de | Differential Evolution Algorithms. |
| ec.gp.koza | |
| ec.parsimony | |
| ec.simple | |
| Uses of Statistics in com.parabon.ec |
|---|
| Subclasses of Statistics in com.parabon.ec | |
|---|---|
class |
DummyStatistics
This is a dummy object whose methods do nothing. |
| Uses of Statistics in com.parabon.ec.simple |
|---|
| Subclasses of Statistics in com.parabon.ec.simple | |
|---|---|
class |
FinalStatistics
Like SimpleStatistics, but also prints out all
individuals in the population. |
| Uses of Statistics in ec |
|---|
| Fields in ec declared as Statistics | |
|---|---|
Statistics[] |
Statistics.children
|
Statistics |
EvolutionState.statistics
The population statistics, a singleton object. |
| Uses of Statistics in ec.app.ant |
|---|
| Subclasses of Statistics in ec.app.ant | |
|---|---|
class |
AntStatistics
|
| Uses of Statistics in ec.app.edge |
|---|
| Subclasses of Statistics in ec.app.edge | |
|---|---|
class |
EdgeShortStatistics
|
class |
EdgeStatistics
|
| Uses of Statistics in ec.app.lawnmower |
|---|
| Subclasses of Statistics in ec.app.lawnmower | |
|---|---|
class |
LawnmowerStatistics
|
| Uses of Statistics in ec.de |
|---|
| Subclasses of Statistics in ec.de | |
|---|---|
class |
DEStatistics
DEStatistics provides a straightforward solution to one problem many existing ECJ statistics classes have when used in conjunction with Differential Evolution (DE), namely reporting the fitness of individuals after they have been evaluated. |
| Uses of Statistics in ec.gp.koza |
|---|
| Subclasses of Statistics in ec.gp.koza | |
|---|---|
class |
KozaShortStatistics
A Koza-style statistics generator, intended to be easily parseable with awk or other Unix tools. |
class |
KozaStatistics
A simple Koza-style statistics generator. |
| Uses of Statistics in ec.parsimony |
|---|
| Subclasses of Statistics in ec.parsimony | |
|---|---|
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). |
| Uses of Statistics in ec.simple |
|---|
| Subclasses of Statistics in ec.simple | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||