CartesianGeneticProgramming.jl
CartesianGeneticProgramming.jl copied to clipboard
Implemented custom individual constructor + tests for regular (float-handling) CGP
Codecov Report
Merging #19 (1620a5b) into master (0418cfa) will increase coverage by
1.44%. The diff coverage is100.00%.
@@ 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 dataPowered by Codecov. Last update 0418cfa...1620a5b. Read the comment docs.