Package | Description |
---|---|
jenes.population |
Modifier and Type | Method and Description |
---|---|
double[][] |
Population.Statistics.Group.getAllScores()
Returns scores of all individuals
|
T |
Individual.Statistics.getChromosome()
Returns the
Individual 's genome
|
double |
Population.Statistics.getIllegalHighestScore()
Deprecated.
|
double |
Population.Statistics.getIllegalLowestScore()
Deprecated.
|
double |
Population.Statistics.getIllegalScoreAvg()
Deprecated.
|
double |
Population.Statistics.getIllegalScoreDev()
Deprecated.
|
Individual<T> |
Population.Statistics.getLegalHighestIndividual()
Deprecated.
|
double |
Population.Statistics.getLegalHighestScore()
Deprecated.
|
double |
Population.Statistics.getLegalLowestScore()
Deprecated.
|
double |
Population.Statistics.getLegalScoreAvg()
Deprecated.
|
double |
Population.Statistics.getLegalScoreDev()
Deprecated.
|
double[] |
Population.Statistics.Group.getMax()
Returns the maximum score
|
double[] |
Population.Statistics.Group.getMean()
Returns the mean of scores
|
double[] |
Population.Statistics.Group.getMin()
Returns the minimum score
|
int |
Population.Statistics.getNumOfIllegalIndividuals()
Deprecated.
|
int |
Population.Statistics.getNumOfIndividuals()
Deprecated.
|
int |
Population.Statistics.Group.getNumOfIndividuals()
Return the number of individuals that belong to group
|
int |
Population.Statistics.getNumOfLegalIndividuals()
Deprecated.
|
int |
Individual.Statistics.getNumOfObjectives()
Returns the number of objectivies for which this
Individual is evaluated
|
double[] |
Individual.Statistics.getScore()
Returns the scores of this
Individual |
int |
Individual.Statistics.getSpeciem()
Returns the subpopulation the
Individual belongs to |
double[] |
Population.Statistics.Group.getStDev()
Returns the stardard deviation of scores
|
boolean |
Individual.Statistics.isEvaluated()
Says if this
Individual is evaluated |
boolean |
Individual.Statistics.isLegal()
Says if this
Individual is legal |