HyperCodec / neat

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

More mutations #8

Closed HyperCodec closed 7 months ago

HyperCodec commented 7 months ago

Current add neuron mutation should use weight 1 for first connection and preserve weight for second.

Also should have remove neuron mutation.

HyperCodec commented 7 months ago

Also bias mutation

HyperCodec commented 7 months ago

Can add #7 here and mark it as duplicate