HyperCodec / neat

Crate for implementing NeuroEvolution of Augmenting Topologies
MIT License
3 stars 0 forks source link

Fix activation example #65

Closed HyperCodec closed 3 weeks ago

HyperCodec commented 3 weeks ago

Changing log activation in example to sin because it doesn't return NaN unless the input is NaN. Because all evidence of NaN in #59 and #53 is from this example, it's safe to assume that they were caused by log and can be closed.