implement the adaptive optimization in dsdm #112
Labels
enhancement - change functionality
Change existing function behavior
PR - minor
Pull-request should update minor version
Milestone
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.
The text was updated successfully, but these errors were encountered: