HyperCodec / neat

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

[TODO] different types of crossover mutation #22

Open HyperCodec opened 7 months ago

HyperCodec commented 7 months ago

There should be an option to perform crossover mutation by merging/averaging neurons instead of 50% chance of having a neuron from one network or the other.

Will likely implement the same way as mutation_rate and mutation_passes.