HyperCodec / neat

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

Implement crossover reproduction #20

Closed HyperCodec closed 4 months ago

HyperCodec commented 4 months ago

codespaces rust-analyzer is really buggy, not doing anything properly

HyperCodec commented 4 months ago

could probably merge the crossover example with the basic one

HyperCodec commented 4 months ago

Crossover reproduction is quite a bit slower than division, but I don't really see a way around it. Clones are inevitable.

HyperCodec commented 4 months ago

I think this is done, surprisingly short development time. Ofc maybe could add option for averaging vs neuron replacement, but I think that's an issue for future me to deal with.