Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented multi-parameter ABC #223

Merged
merged 8 commits into from
Nov 20, 2020
Merged

Conversation

nickmalleson
Copy link
Collaborator

@nickmalleson nickmalleson commented Nov 20, 2020

The main change here is to fix the incorrect fitness calculation. It was comparing number of exposed to gam cases, which was incorrect. Now it compares cumulative gam cases to the total number of non-susceptible (non cumulative) per iteration.

@codecov
Copy link

codecov bot commented Nov 20, 2020

Codecov Report

Merging #223 (aba45fb) into master (04c655d) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #223   +/-   ##
=======================================
  Coverage   41.49%   41.49%           
=======================================
  Files          23       23           
  Lines        3029     3029           
=======================================
  Hits         1257     1257           
  Misses       1772     1772           

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 04c655d...aba45fb. Read the comment docs.

@nickmalleson nickmalleson merged commit a6bdb7d into master Nov 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant