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

Implemented Network.RecursiveSteps() and related test cases. #55

Closed yaricom closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #55 (1119a16) into master (29b859d) will increase coverage by 0.13%. The diff coverage is 50.00%.

@@            Coverage Diff             @@
##           master      #55      +/-   ##
==========================================
+ Coverage   67.42%   67.55%   +0.13%     
==========================================
  Files          38       38              
  Lines        4454     4457       +3     
==========================================
+ Hits         3003     3011       +8     
+ Misses       1054     1048       -6     
- Partials      397      398       +1     
Impacted Files Coverage Δ
neat/network/network.go 77.15% <50.00%> (+2.15%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 29b859d...1119a16. Read the comment docs.