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

(WIP) Fix parallel smcabc #40

Closed
wants to merge 3 commits into from

Conversation

GantZA
Copy link
Contributor

@GantZA GantZA commented Jan 7, 2020

EDIT: I do not think this is the best approach to solve the issue. I have an idea but I haven't had time to finish coding it up

Addresses Issue #39

When running SMCABC in parallel and the maxiterations is reached without accepting enough particles, A BoundsError occurs. This fix borrows from the check that is done in the ABCRejection parallel method. The particles are sorted by distance and the top nparticles are chosen

@coveralls
Copy link

Coverage Status

Coverage decreased (-2.6%) to 82.52% when pulling 9a79f4e on GantZA:fix-parallel-smcabc into 2ea43a5 on marcjwilliams1:master.

@GantZA GantZA changed the title Fix parallel smcabc (WIP) Fix parallel smcabc Jan 7, 2020
@GantZA GantZA closed this Jan 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.

2 participants