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 support for gonum.Graph package to represent network graph #38

Closed yaricom closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #38 (a611a84) into master (3f8ed61) will increase coverage by 2.98%. The diff coverage is 77.98%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #38      +/-   ##
==========================================
+ Coverage   54.78%   57.76%   +2.98%     
==========================================
  Files          35       37       +2     
  Lines        4005     4740     +735     
==========================================
+ Hits         2194     2738     +544     
- Misses       1382     1562     +180     
- Partials      429      440      +11     
Impacted Files Coverage Δ
experiment/common.go 0.00% <ø> (ø)
experiment/experiment_execute.go 0.00% <0.00%> (ø)
experiments/pole/cart2pole.go 81.06% <ø> (+1.79%) :arrow_up:
experiments/pole/cartpole.go 76.42% <ø> (+1.64%) :arrow_up:
neat/genetics/genome_reader.go 64.59% <0.00%> (+3.15%) :arrow_up:
neat/math/math.go 58.82% <ø> (+4.97%) :arrow_up:
neat/neat.go 73.23% <ø> (+1.26%) :arrow_up:
neat/network/common.go 26.92% <ø> (+4.70%) :arrow_up:
neat/network/fast_network.go 76.02% <ø> (+5.59%) :arrow_up:
neat/network/link.go 23.91% <27.27%> (+0.57%) :arrow_up:
... and 46 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 3f8ed61...a611a84. Read the comment docs.