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

Implement dump to the Numpy format statistics collected by experiment executor (https://github.com/sbinet/npyio) #30

Closed yaricom closed 3 years ago

yaricom commented 3 years ago

Implement dump to the Numpy format statistics collected by experiment executor using numpyio