DEAP / deap

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

Fix for cxOnePointLeafBiased and python 3.11 #733

Open harwoodr opened 10 months ago

harwoodr commented 10 months ago

Changes in python's random module require a minor change for cxOnePointLeafBiased.

stonebig commented 9 months ago

it would be nice to have deap for Python-3.11 and Python-3.12