org.dbe.eve.ga.impl
Class Statistics
java.lang.Object
org.dbe.eve.ga.impl.Statistics
public class Statistics
- extends java.lang.Object
- Author:
- Claudius
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Statistics
public Statistics()
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.