mut Flip Bit
Flip the value of the attributes of the input chromosome. The chromosome is expected to be a BooleanArray. This mutation is usually applied on boolean individuals.
Example:
Before mutation: 1010011
After mutation: 1001101
Content copied to clipboard
Parameters
chance
chance of mutation between a pair of chromosomes
flip Bit Chance
the probability of each attribute to be flipped.