Class Summary |
BitVectorIndividual |
BitVectorIndividual is a VectorIndividual whose genome is an array of booleans. |
ByteVectorIndividual |
ByteVectorIndividual is a VectorIndividual whose genome is an array of bytes. |
DoubleVectorIndividual |
ByteVectorIndividual is a VectorIndividual whose genome is an array of doubles. |
FloatVectorIndividual |
FloatVectorIndividual is a VectorIndividual whose genome is an array of floats. |
GeneVectorIndividual |
GeneVectorIndividual is a VectorIndividual whose genome is an array of
objects which subclass from VectorGene. |
IntegerVectorIndividual |
IntegerVectorIndividual is a VectorIndividual whose genome is an array of ints. |
LongVectorIndividual |
LongVectorIndividual is a VectorIndividual whose genome is an array of longs. |
ShortVectorIndividual |
ShortVectorIndividual is a VectorIndividual whose genome is an array of shorts. |
VectorDefaults |
Vector defaults is the basic defaults class for the Vector package. |
VectorGene |
VectorGene is an abstract class for describing genes in a GeneVectorIndividual. |
VectorIndividual |
VectorIndividual is the abstract superclass of simple individual representations
which consist of vectors of values (booleans, integers, floating-point, etc.)
|
VectorSpecies |
VectorSpecies is a species which can create VectorIndividuals. |