HyperCodec / neat

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

fix custom activation example #66

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 https://github.com/HyperCodec/neat/issues/59 and https://github.com/HyperCodec/neat/issues/53 is from this example, it's safe to assume that they were caused by log and can be closed.