A B C D E F G I L M P R S T

B

BitChromosome - Class in evolution
Chromosome with bit representation
BitChromosome(int, FitnessFunctionModel) - Constructor for class evolution.BitChromosome
Creates a new instance of BitChromosome with
Cross over probability - set to 1.0 Mutatation probability - set to 0
BitChromosome(int, double, double, FitnessFunctionModel) - Constructor for class evolution.BitChromosome
Creates a new instance of BitChromosome
BitChromosome(String, FitnessFunctionModel) - Constructor for class evolution.BitChromosome
Creates a new instance of BitChromosome from Chromosome String where:
1 represent gene with true value 0 represent gene with falce value
BitFitnessFunction - Class in function
Bit fitness function
BitFitnessFunction() - Constructor for class function.BitFitnessFunction
Creates a new instance of BitFitnessFunction

A B C D E F G I L M P R S T