MultiNEAT icon indicating copy to clipboard operation
MultiNEAT copied to clipboard

Generates this error when executing the example TestTraits.py

Open julianjjo opened this issue 8 years ago • 3 comments

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'

julianjjo avatar Jun 28 '17 12:06 julianjjo

Same issue as #28

dsblank avatar Aug 12 '17 13:08 dsblank

I also encountered the same problem!

s059ff avatar Oct 10 '17 15:10 s059ff

I found you have to compile with boost not cython for traits to work.

joel-simon avatar Dec 02 '17 16:12 joel-simon