HyperCodec / neat

Crate for implementing NeuroEvolution of Augmenting Topologies
MIT License
4 stars 1 forks source link

Make small submodule for activation implementations. #51

Open HyperCodec opened 5 months ago

HyperCodec commented 5 months ago

Just looks weird on the docs having all the sigmoid and ReLU and stuff with the rest of the activation registry stuff, should probably make a separate impl module or something to make it less confusing.