peter-ch / MultiNEAT

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

Generates this error when executing the example TestTraits.py #30

Open julianjjo opened 7 years ago

julianjjo commented 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'

dsblank commented 7 years ago

Same issue as #28

s059ff commented 7 years ago

I also encountered the same problem!

joel-simon commented 6 years ago

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