d9w / CartesianGeneticProgramming.jl

Cartesian Genetic Programming for Julia
Other
70 stars 25 forks source link

Implemented custom individual constructor + tests for regular (float-handling) CGP #19

Open erwanlecarpentier opened 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #19 (1620a5b) into master (0418cfa) will increase coverage by 1.44%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #19      +/-   ##
==========================================
+ Coverage   79.12%   80.56%   +1.44%     
==========================================
  Files           8        8              
  Lines         273      355      +82     
==========================================
+ Hits          216      286      +70     
- Misses         57       69      +12     
Impacted Files Coverage Δ
src/individual.jl 85.27% <100.00%> (+1.78%) :arrow_up:
src/evolution.jl 90.00% <0.00%> (-10.00%) :arrow_down:
src/mutation.jl 93.93% <0.00%> (-2.49%) :arrow_down:
src/config.jl 100.00% <0.00%> (ø)
src/process.jl 100.00% <0.00%> (ø)
src/crossover.jl 62.03% <0.00%> (+0.42%) :arrow_up:
src/functions.jl 88.88% <0.00%> (+1.38%) :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 0418cfa...1620a5b. Read the comment docs.