Open maotto opened 2 years ago
This adds a parameter specific mutation rate indpb for mutPolynomialBounded and also converts the code to python3.
indpb
I install deap as a pip package dependency and 2to3 is not supported anymore, so the code has to be already python3 to use it.
If you want, I can split the two things in two separate pull requests.
it would be great if we could remove 2to3 step from the source code
This adds a parameter specific mutation rate
indpb
for mutPolynomialBounded and also converts the code to python3.I install deap as a pip package dependency and 2to3 is not supported anymore, so the code has to be already python3 to use it.
If you want, I can split the two things in two separate pull requests.