yaricom / goNEAT

The GOLang implementation of NeuroEvolution of Augmented Topologies (NEAT) method to evolve and train Artificial Neural Networks without error back propagation
MIT License
75 stars 19 forks source link

Develop #8

Closed yaricom closed 5 years ago

yaricom commented 5 years ago

Implemented babies organisms speciation after reproduction. This allows to distribute each species reproduction among parallel GO routines which gives immense performance boost.