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
It would be nice to be able to nicely interface the solver with MTK. For example, if I throw in a couple jump processes and an ODE, can MTK take the CHV method and simplify it for us?
The text was updated successfully, but these errors were encountered:
I think more than interfacing with MTK, I think this method doesn't need to be on a full separate problem set, but rather could directly on redefined ODEProblems, which would possibly improve the composability. I think the issue here is just that we want to mix all of this with other events and solvers etc. so trying to find a way to make this method be more composable will be an issue soon. I think that could be done by transforming the problem in MTK first before the ODEProblem code generation.
Hi,
It would be nice to be able to nicely interface the solver with MTK. For example, if I throw in a couple jump processes and an ODE, can MTK take the CHV method and simplify it for us?
The text was updated successfully, but these errors were encountered: