Class FinalBinaryGenotype
java.lang.Object
de.uka.ipd.sdq.dsexplore.opt4j.genotype.FinalBinaryGenotype
FinalBinaryGenotype
is a genotype representation which contains the binary representation
of a DesignDecisionGenotype
. The FinalBinaryGenotype
can be used for performing actual
operations on the genotypes.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setBinaryGenotype
(List<Integer> Genotype) void
setBitsPerDegree
(List<Integer> BitsPerDegree) void
setOrderOfDegrees
(List<BinaryGenotypeRepresentation.TypeOfDegree> OrderOfDegrees)
-
Constructor Details
-
FinalBinaryGenotype
public FinalBinaryGenotype() -
FinalBinaryGenotype
-
-
Method Details
-
getBinaryGenotype
-
getOrderOfDegrees
-
getBitsPerDegree
-
setBinaryGenotype
-
setOrderOfDegrees
-
setBitsPerDegree
-