Package ec.vector

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.
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.
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.