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

implement the adaptive optimization in dsdm #112

Open
venpopov opened this issue Feb 21, 2024 · 0 comments
Open

implement the adaptive optimization in dsdm #112

venpopov opened this issue Feb 21, 2024 · 0 comments
Assignees
Labels
enhancement - change functionality Change existing function behavior PR - minor Pull-request should update minor version
Milestone

Comments

@venpopov
Copy link
Owner

right now the dsdm function uses a standard numeric integration procedure, not the more efficient one I handcoded for the sdmSimple stan model. This is not an issue for most applications, because we don't need this function to be super fast, and it is already quite fast. However, if ussing loo_compare methods from brms to compare models, it now takes a super long time, because it uses the dsdm function.

@venpopov venpopov added the PR - minor Pull-request should update minor version label Feb 21, 2024
@venpopov venpopov added this to the Future milestone Feb 21, 2024
@venpopov venpopov self-assigned this Feb 21, 2024
@venpopov venpopov added the enhancement - change functionality Change existing function behavior label Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement - change functionality Change existing function behavior PR - minor Pull-request should update minor version
Projects
None yet
Development

No branches or pull requests

1 participant