-
Notifications
You must be signed in to change notification settings - Fork 21
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
Add generation of functions to pass to ODEProblem, SDEProblem, JumpProblem #178
Comments
No problem @sdwfrost happy to be tagged for any questions. It wouldn't be that hard to modify this function AlgebraicPetri.jl/src/AlgebraicPetri.jl Lines 308 to 396 in df03fc6
Expr ). CompTime.jl could make the whole thing look much nicer, but for a first pass, probably easier to just do it without generated code. Especially regarding the time-varying parameters which make the whole thing depend on distributions more complex than simple exponentials.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Functionality to generate ODEProblem, SDEProblem and JumpProblem present in Petri.jl are missing in AlgebraicPetri. Can this functionality be added? This has to be done carefully in order to accommodate time-varying parameters correctly. @slwu89 suggested using CompTime.jl for this. @slmontes - could you take this on? @slwu89 - would you mind giving some pointers?
The text was updated successfully, but these errors were encountered: