PytLab / gaft

A Genetic Algorithm Framework in Python (not for production level)
http://gaft.readthedocs.io/
GNU General Public License v3.0
739 stars 218 forks source link

The mutation operator occurs only at level of bits #57

Open EmilioSchi opened 4 years ago

EmilioSchi commented 4 years ago

https://github.com/PytLab/gaft/blob/0fb7547752d443a3722916db02cf0a2cfb03026d/gaft/operators/mutation/flip_bit_mutation.py#L40

Erase this line.