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

Added support for network Graph encoding #39

Closed yaricom closed 2 years ago

yaricom commented 2 years ago
codecov[bot] commented 2 years ago

Codecov Report

Merging #39 (27c4a56) into master (be7eb91) will increase coverage by 2.27%. The diff coverage is 91.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #39      +/-   ##
==========================================
+ Coverage   57.76%   60.03%   +2.27%     
==========================================
  Files          37       39       +2     
  Lines        4740     4777      +37     
==========================================
+ Hits         2738     2868     +130     
+ Misses       1562     1471      -91     
+ Partials      440      438       -2     
Impacted Files Coverage Δ
neat/network/common.go 57.69% <ø> (+30.76%) :arrow_up:
neat/network/link.go 100.00% <ø> (+76.08%) :arrow_up:
neat/network/network_graph.go 87.61% <42.85%> (-2.96%) :arrow_down:
neat/network/link_graph.go 100.00% <100.00%> (ø)
neat/network/nnode.go 96.80% <100.00%> (+36.17%) :arrow_up:
neat/network/nnode_graph.go 100.00% <100.00%> (ø)
... and 1 more

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 be7eb91...27c4a56. Read the comment docs.