gpalta.core
Class EvolutionStats

java.lang.Object
  extended by gpalta.core.EvolutionStats

public class EvolutionStats
extends java.lang.Object

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

bestSoFar

public Individual bestSoFar

bestTreeChanged

public boolean bestTreeChanged

bestFitThisGen

public double bestFitThisGen

generation

public int generation

avgFit

public double avgFit

avgNodes

public double avgNodes

bestGen

public int bestGen
Constructor Detail

EvolutionStats

public EvolutionStats()