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

Fix all test cases to use testify #26

Closed yaricom closed 3 years ago

yaricom commented 3 years ago

We need to fix all test cases to use advanced assertions provided by testify

yaricom commented 3 years ago

Fixed