T
- extends Chromosome
public static final class Individual.Statistics<T extends Chromosome> extends StatisticsLogger.LoggableStatistics
Individual
.Modifier and Type | Method and Description |
---|---|
T |
getChromosome()
Returns the
Individual 's genome
|
int |
getNumOfObjectives()
Returns the number of objectivies for which this
Individual is evaluated
|
double[] |
getScore()
Returns the scores of this
Individual |
int |
getSpeciem()
Returns the subpopulation the
Individual belongs to |
boolean |
isEvaluated()
Says if this
Individual is evaluated |
boolean |
isLegal()
Says if this
Individual is legal |
getFigures, getValue
public final double[] getScore()
Individual
public final boolean isLegal()
Individual
is legal true
if this individual is legal.
false
otherwisepublic final boolean isEvaluated()
Individual
is evaluated true
if this individual is evaluated.
false
otherwisepublic final int getSpeciem()
Individual
belongs topublic final int getNumOfObjectives()
Individual
is evaluated
public final T getChromosome()
Individual
's genome