peter-ch / MultiNEAT

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

Possible Mutate_NeuronBiases() bug #29

Open ydawei opened 7 years ago

ydawei commented 7 years ago

https://github.com/peter-ch/MultiNEAT/blob/98b9bce22c2fab3579ededaac9ee864ee7c2f68d/src/Genome.cpp#L2376

Should the first parameter of Clamp be m_NeuronGenes[i].m_Bias instead of m_NeuronGenes[i].m_TimeConstant

peter-ch commented 6 years ago

Oh, yes, thanks, I'll fix this.