CartesianGeneticProgramming.jl icon indicating copy to clipboard operation
CartesianGeneticProgramming.jl copied to clipboard

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

Open erwanlecarpentier opened this issue 4 years ago • 1 comments

erwanlecarpentier avatar Jun 18 '21 14:06 erwanlecarpentier

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.

codecov-commenter avatar Jun 18 '21 14:06 codecov-commenter