|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgpalta.core.EvolutionStats
public class EvolutionStats
Simple class that holds some statistics about the ongoing Evolution
Field Summary | |
---|---|
double |
avgFit
|
double |
avgNodes
|
double |
bestFitThisGen
|
int |
bestGen
|
Individual |
bestSoFar
|
boolean |
bestTreeChanged
|
int |
generation
|
Constructor Summary | |
---|---|
EvolutionStats()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Individual bestSoFar
public boolean bestTreeChanged
public double bestFitThisGen
public int generation
public double avgFit
public double avgNodes
public int bestGen
Constructor Detail |
---|
public EvolutionStats()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |