HyperCodec / neat

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

Replace the current neuron caching algorithm #72

Open HyperCodec opened 1 month ago

HyperCodec commented 1 month ago

Might as well make #63 part of this, no reason to keep two separate structs at this point.

HyperCodec commented 1 month ago

This might also help expose or outright fix #58 but it isn't a priority of this PR so I won't link it.

HyperCodec commented 1 month ago

the rest of the compile error fixing requires a refactor to NeuralNetworkTopology.