TLmaK0 / rustneat

Rust Neat - NeuroEvolution of Augmenting Topologies
MIT License
68 stars 16 forks source link

(2) Neuron genes, rayon and simplifications #42

Closed Ploppz closed 4 years ago

Ploppz commented 4 years ago

Evolve neurons as well as connections

Use rayon rather than crossbeam (massive simplification)

Simplify evolve() and more, less &mut self

Ploppz commented 4 years ago

Upcoming PR supersedes this