DEAP / deap

Distributed Evolutionary Algorithms in Python
http://deap.readthedocs.org/
GNU Lesser General Public License v3.0
5.87k stars 1.13k forks source link

2to3 and parameter specific mutation rate #623

Open maotto opened 2 years ago

maotto commented 2 years ago

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.

stonebig commented 2 years ago

it would be great if we could remove 2to3 step from the source code