Support for multiple initial conditions, replicates, and partial pooling. #327
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hey,
I use
turing_interface
from this package in my project. I could extend theturing_interface
to accept multiple initial conditions and replicate (in case of experimental and measured data) for the same ODE system (complete pooling). Some statistical modeling feature partial pooling of inferred parameters, and this extension was also possible.I made the rookie mistake of upgrading my Julia to v1.10 without considering the consequences. This led to many packages failing on precompile. I managed to hack my way around this by removing the compact. I know this is not ideal.
I am writing a test for this now, and I will also update the documentation at the appropriate places. I don't have
stan
installed at the moment, so I can't fix failingstan
tests at the moment.Meanwhile, can someone please tell me whether this is a useful and good way to implement the features?
Checklist
contributor guidelines, in particular the SciML Style Guide and
COLPRAC.
Additional context
Add any other context about the problem here.