You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the rationale behind having to explicitly pass the initial conditions and parameters to expectation function if these can be embedded into the ODEProblem?
It's just a quirk of history. This project started before you could define and use initial conditions as distributions, so its interface needed to accommodate for that. Now the interface is super flexible, so it just works. We should update this package to use the interface you describe.
owiecc
changed the title
Rationale behind explicit u0 and p parameters
expectation() should use p and u0 from ODEProblem
Apr 9, 2021
What is the rationale behind having to explicitly pass the initial conditions and parameters to
expectation
function if these can be embedded into theODEProblem
?This makes the code a bit strange as I can have double definitions of initial conditions and one seems to be ignored.
Wouldn't this be enough or am I missing something?
The text was updated successfully, but these errors were encountered: