org.dbe.eve.ga.impl
Class Statistics

java.lang.Object
  extended by org.dbe.eve.ga.impl.Statistics

public class Statistics
extends java.lang.Object

Author:
Claudius

Constructor Summary
Statistics()
           
 
Method Summary
 double getAvgCharacteristics()
           
 double getAvgFitness()
           
 double getAvgServices()
           
 int getGeneration()
           
 double getLengthRatio()
           
 double getMaxFitness()
           
 void setAvgCharacteristics(double avgCharacteristics)
           
 void setAvgFitness(double avgFitness)
           
 void setAvgServices(double avgServices)
           
 void setGeneration(int generation)
           
 void setLengthRatio(double lengthRatio)
           
 void setMaxFitness(double maxFitness)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Statistics

public Statistics()
Method Detail

getAvgCharacteristics

public double getAvgCharacteristics()
Returns:
Returns the avgCharacteristics.

setAvgCharacteristics

public void setAvgCharacteristics(double avgCharacteristics)
Parameters:
avgCharacteristics - The avgCharacteristics to set.

getAvgFitness

public double getAvgFitness()
Returns:
Returns the avgFitness.

setAvgFitness

public void setAvgFitness(double avgFitness)
Parameters:
avgFitness - The avgFitness to set.

getAvgServices

public double getAvgServices()
Returns:
Returns the avgServices.

setAvgServices

public void setAvgServices(double avgServices)
Parameters:
avgServices - The avgServices to set.

getGeneration

public int getGeneration()
Returns:
Returns the generation.

setGeneration

public void setGeneration(int generation)
Parameters:
generation - The generation to set.

getMaxFitness

public double getMaxFitness()
Returns:
Returns the maxFitness.

setMaxFitness

public void setMaxFitness(double maxFitness)
Parameters:
maxFitness - The maxFitness to set.

getLengthRatio

public double getLengthRatio()
Returns:
Returns the lengthRatio.

setLengthRatio

public void setLengthRatio(double lengthRatio)
Parameters:
lengthRatio - The lengthRatio to set.