binaryAllele_ | BinaryGrayRealGene | |
BinaryGrayRealGene(int numberOfBits, double lowerBound, double upperBound, Random *random) | BinaryGrayRealGene | |
BinaryGrayRealGene(BinaryGrayRealGene &binaryGrayRealGene) | BinaryGrayRealGene | |
BinaryGrayRealGene(BinaryGrayRealGene *binaryGrayRealGene) | BinaryGrayRealGene | |
bitFlipMutation(double mutationProbability) | BinaryGrayRealGene | [virtual] |
decodeGene(double lowerLimit, double upperLimit) | BinaryGrayRealGene | [private] |
Gene(VariableType geneType_, Random *random) | Gene | |
Gene(Gene &gene) | Gene | |
Gene(Gene *gene) | Gene | |
geneType_ | Gene | |
getRealAllele() | BinaryGrayRealGene | [virtual] |
lowerBound_ | BinaryGrayRealGene | |
numberOfBits_ | BinaryGrayRealGene | |
operator<<(ostream &outputStream, BinaryGrayRealGene &gene) | BinaryGrayRealGene | [friend] |
Gene::operator<<(ostream &outputStream, Gene &gene) | Gene | [friend] |
operator=(const BinaryGrayRealGene &gene) | BinaryGrayRealGene | |
Gene::operator=(const Gene &gene) | Gene | |
polynomialMutation(double mutationProbability, double distributionIndex) | Gene | [virtual] |
random_ | Gene | |
randomMutation(double mutationProbability) | Gene | [virtual] |
realAllele_ | BinaryGrayRealGene | |
uniformMutation(double mutationProbability, double perturbation) | Gene | [virtual] |
upperBound_ | BinaryGrayRealGene | |
writeGenotype(ofstream &outputFile) | BinaryGrayRealGene | [virtual] |
~Gene() | Gene | [virtual] |