peter-ch / MultiNEAT

Portable NeuroEvolution Library
http://MultiNEAT.com
GNU Lesser General Public License v3.0
328 stars 104 forks source link

Unpicklable __cinit__ #34

Open KKalem opened 6 years ago

KKalem commented 6 years ago

TestHyperNEATxor.py Line 44: x = pickle.dumps(substrate) throws: "no default \_reduce due to non-trivial __cinit"

I assume this also prevents the "EvaluateGenomeList_Parallel" call in the same file, which is currently commented out.