Package net.bmahe.genetics4j.core
Class Genotype
java.lang.Object
net.bmahe.genetics4j.core.Genotype
-
Field Summary
-
Constructor Summary
ConstructorDescriptionGenotype
(Collection<Chromosome> _chromosomes) Genotype
(Chromosome... _chromosomes) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getChromosome
(int index) <T extends Chromosome>
TgetChromosome
(int index, Class<T> clazz) int
getSize()
int
hashCode()
toString()
-
Field Details
-
chromosomes
-
-
Constructor Details
-
Genotype
-
Genotype
-
-
Method Details