Open julianjjo opened 7 years ago
Generates this error when executing the example TestTraits.py
Traceback (most recent call last): File "TestTraits.py", line 50, in <module> params.MutateNeuronTraitsProb = 0.8 AttributeError: '_MultiNEAT.Parameters' object has no attribute 'MutateNeuronTraitsProb'
Same issue as #28
I also encountered the same problem!
I found you have to compile with boost not cython for traits to work.
Generates this error when executing the example TestTraits.py
Traceback (most recent call last): File "TestTraits.py", line 50, in <module> params.MutateNeuronTraitsProb = 0.8 AttributeError: '_MultiNEAT.Parameters' object has no attribute 'MutateNeuronTraitsProb'