All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----evolution.Individual
Individual
is neither supposed to be able to calculate its value nor
to know the structure of its genome: this is the business of the Evaluator
.
It is, however, a good idea to cache the value (fitness) in the Individual
if the calculation is non-trivial.
protected Genome genome
public Individual(Genome g)
public Genome getGenome()
All Packages Class Hierarchy This Package Previous Next Index