mutationBinarySingleBitFlip {CEGO} | R Documentation |
Given a population of bit-strings, this function mutates all individuals by randomly inverting one bit in each individual. Due to the fixed mutation rate, this is computationally faster.
mutationBinarySingleBitFlip(population, parameters)
population |
List of bit-strings |
parameters |
not used |
mutated population