AlgebraicJulia / Petri.jl

A Petri net modeling framework for the Julia programming language
MIT License
40 stars 4 forks source link

SDE version of Petri Semantics #22

Closed mehalter closed 4 years ago

mehalter commented 4 years ago

It would be awesome to have an SDE model of PetriNets with the interface

pn = Petri.Model(...)
p, cb = SDEProblem(pn, u0, params, tspan)
solve(p, callback=cb)
mehalter commented 4 years ago

https://github.com/epirecipes/sir-julia/blob/master/markdown/sde_stochasticdiffeq/sde_stochasticdiffeq.md

basing the SDE implementation on this page