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

Convert offspring map to list to prevent TypeError #686

Closed geritwagner closed 1 year ago

geritwagner commented 1 year ago

The changes should fix a TypeError: 'map' object is not subscriptable in line 44.