francescoalemanno / KissABC.jl

Pure julia implementation of Multiple Affine Invariant Sampling for efficient Approximate Bayesian Computation
MIT License
29 stars 8 forks source link

fixes DE and refactor all algorithms #6

Closed francescoalemanno closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #6 into master will increase coverage by 0.35%. The diff coverage is 96.29%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #6      +/-   ##
==========================================
+ Coverage   95.97%   96.32%   +0.35%     
==========================================
  Files           1        5       +4     
  Lines         149      136      -13     
==========================================
- Hits          143      131      -12     
+ Misses          6        5       -1     
Impacted Files Coverage Δ
src/KissABC.jl 100.00% <ø> (+4.02%) :arrow_up:
src/SMCPR.jl 95.45% <95.45%> (ø)
src/DE.jl 95.83% <95.83%> (ø)
src/ABCREJ.jl 100.00% <100.00%> (ø)
src/defn.jl 100.00% <100.00%> (ø)

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 2652cd3...25c230b. Read the comment docs.