Bit-flip Mutation for Bit-strings
Given a population of bit-strings, this function mutates all individuals by randomly inverting one or more bits in each individual.
mutationBinaryBitFlip(population, parameters)
population |
List of bit-strings |
parameters |
list of parameters: parameters$mutationRate => mutation rate, specifying number of bits flipped. Should be in range between zero and one |
mutated population
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.