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

Memory usage #15

Closed
eggplantbren opened this issue Dec 5, 2017 · 4 comments
Closed

Memory usage #15

eggplantbren opened this issue Dec 5, 2017 · 4 comments
Assignees
Labels

Comments

@eggplantbren
Copy link
Collaborator

I was running kima on a dataset of mine and it used up all my RAM and started using virtual memory. Obviously this is a problem that needs to be fixed.

@eggplantbren eggplantbren self-assigned this Dec 5, 2017
@j-faria
Copy link
Owner

j-faria commented Dec 5, 2017

Is this related to #13?

@eggplantbren
Copy link
Collaborator Author

eggplantbren commented Dec 5, 2017 via email

@eggplantbren
Copy link
Collaborator Author

Resolved (inelegantly) with b834162. This might help with #13.

@j-faria
Copy link
Owner

j-faria commented Dec 5, 2017

I was thinking this could be solved with a setpars method in each ContinuousDistribution such that

Pprior->setpars(center, width);

would work (assuming Pprior is Laplace)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants