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

Feature/speciation after reproduction #7

Closed yaricom closed 5 years ago

yaricom commented 5 years ago

Implemented babies speciation after reproduction cycle allowing to distribute reproduction into parallel go routines, which provides considerable performance boost.