zekeriyasari / Causal.jl

Causal.jl - A modeling and simulation framework adopting causal modeling approach.
https://zekeriyasari.github.io/Causal.jl/dev/
Other
115 stars 7 forks source link

Try integrator interface #8

Closed zekeriyasari closed 4 years ago

zekeriyasari commented 4 years ago

While evolving dynamical systems, try using the integrator interface of Differential Equations. In order not to define the input function while constructing the DEProblem each time while evolving dynamical systems, use a simple InputFunction (reconsider naming .. ) struct whose endpoints are updated when updating the dynamical systems. This will also tidy up the construction of Dynamical Systems.