public class NumberStatistics<G extends Gene<?,G>,R extends Number & Comparable<? super R>> extends Statistics<G,R>
Modifier and Type | Class and Description |
---|---|
static class |
NumberStatistics.Builder<G extends Gene<?,G>,R extends Number & Comparable<? super R>>
Builder for the NumberStatistics class.
|
static class |
NumberStatistics.Calculator<G extends Gene<?,G>,R extends Number & Comparable<? super R>> |
Statistics.Time
Modifier and Type | Field and Description |
---|---|
protected double |
_fitnessMean |
protected double |
_fitnessVariance |
protected double |
_standardError |
_ageMean, _ageVariance, _best, _generation, _invalid, _killed, _optimize, _samples, _worst
Modifier | Constructor and Description |
---|---|
protected |
NumberStatistics(Optimize optimize,
int generation,
Phenotype<G,R> best,
Phenotype<G,R> worst,
double fitnessMean,
double fitnessVariance,
int samples,
double ageMean,
double ageVariance,
double errorOfMean,
int killed,
int invalid) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
double |
getFitnessMean()
Return the mean of the fitness values.
|
double |
getFitnessVariance()
Return the variance of the fitness values.
|
double |
getStandardError()
Return the
Standard error
of the calculated fitness mean.
|
int |
hashCode() |
String |
toString() |
getAgeMean, getAgeVariance, getBestFitness, getBestPhenotype, getGeneration, getInvalid, getKilled, getOptimize, getSamples, getTime, getWorstFitness, getWorstPhenotype
protected final double _fitnessMean
protected final double _fitnessVariance
protected final double _standardError
public double getFitnessMean()
public double getFitnessVariance()
public double getStandardError()
public int hashCode()
hashCode
in class Statistics<G extends Gene<?,G>,R extends Number & Comparable<? super R>>
public boolean equals(Object obj)
equals
in class Statistics<G extends Gene<?,G>,R extends Number & Comparable<? super R>>
© 2007-2014 Franz Wilhelmstötter (2014-03-07 19:35)