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

Reduce the number of likelihood evaluations by caching values #46

Open
gmingas opened this issue Jul 29, 2020 · 1 comment
Open

Reduce the number of likelihood evaluations by caching values #46

gmingas opened this issue Jul 29, 2020 · 1 comment
Assignees

Comments

@gmingas
Copy link
Collaborator

gmingas commented Jul 29, 2020

No description provided.

@gmingas gmingas self-assigned this Jul 29, 2020
@gmingas
Copy link
Collaborator Author

gmingas commented Oct 1, 2020

It might be possible to make MLDA faster by avoiding running the likelihood twice in every iteration. At the moment PyMC3 calculates both the likelihood of the current sample and the previous sample in every iteration. You could save the previous likelihood and calculate only the new one although this might impact VR and AEM so some tweaking is needed.

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

No branches or pull requests

1 participant