Class ChromosomePair
java.lang.Object
org.apache.commons.math3.genetics.ChromosomePair
A pair of
Chromosome objects.- Since:
- 2.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Chromosomethe first chromosome in the pair.private final Chromosomethe second chromosome in the pair. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
first
the first chromosome in the pair. -
second
the second chromosome in the pair.
-
-
Constructor Details
-
ChromosomePair
Create a chromosome pair.- Parameters:
c1- the first chromosome.c2- the second chromosome.
-
-
Method Details