Open ydawei opened 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
Clamp
m_NeuronGenes[i].m_Bias
m_NeuronGenes[i].m_TimeConstant
Oh, yes, thanks, I'll fix this.
https://github.com/peter-ch/MultiNEAT/blob/98b9bce22c2fab3579ededaac9ee864ee7c2f68d/src/Genome.cpp#L2376
Should the first parameter of
Clamp
bem_NeuronGenes[i].m_Bias
instead ofm_NeuronGenes[i].m_TimeConstant