Skip to content

Update qdpy/algorithms/deap.py

Vijay Sambhe requested to merge vsambhe1/qdpy:vsambhe1-master-patch-43482 into master

'DEAPQDAlgorithm' class calling 'qdSimple' but not passing the crossover rate and mutation rate. So qdSimple just uses the default values of cxpb = 0.0, mutpb = 1.0. I have modified the DEAPQDAlgorithm class's 'init' to accept these parameters, I have given the same default values. The values are then passed to the qdSimple

Merge request reports