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

Extracted common genome write functions used by examples into utils. #42

Closed yaricom closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #42 (0886c5a) into master (0e3dc0c) will increase coverage by 0.09%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #42      +/-   ##
==========================================
+ Coverage   60.91%   61.01%   +0.09%     
==========================================
  Files          38       38              
  Lines        4396     4389       -7     
==========================================
  Hits         2678     2678              
+ Misses       1347     1340       -7     
  Partials      371      371              
Impacted Files Coverage Δ
experiment/common.go 0.00% <ø> (ø)

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 0e3dc0c...0886c5a. Read the comment docs.