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

Improve memory handling of tagm-MCMC #118

Open
ococrook opened this issue Oct 31, 2018 · 0 comments
Open

Improve memory handling of tagm-MCMC #118

ococrook opened this issue Oct 31, 2018 · 0 comments
Assignees

Comments

@ococrook
Copy link
Collaborator

Currently, the tagm-MCMC method reduce memory burden by using thinning and burnin. This is done on the fly after all the samples are produced. However for larger datasets this is an inefficient approach. To improve the code we need to save only the iterations requested in input, dynamically. We can use overwriting to preserve the iterative nature of the code.

@ococrook ococrook self-assigned this Oct 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant