HyperCodec / neat

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

Code cleanup #1

Closed HyperCodec closed 7 months ago

HyperCodec commented 7 months ago

Should rewrite or refactor some of the code to make it faster/more readable.

HyperCodec commented 7 months ago

Going to close this because I don't think it's ever going to happen (maybe a lot further down the road). The only real change I see is maybe changing how connections are marked as inputs instead of outputs, but the rayon wasted CPU cycles issue addresses itself in greater detail later down the road anyway so I think it might just be an issue with using graph-based neural networks, which I will not be refactoring out.