SciML / StructuralIdentifiability.jl

Fast and automatic structural identifiability software for ODE systems
https://docs.sciml.ai/StructuralIdentifiability/stable/
MIT License
109 stars 17 forks source link

`ModelingToolkit` interface for discrete-time systems #304

Closed pogudingleb closed 2 weeks ago

pogudingleb commented 6 months ago

Right now, the only way to describe a discrete-time system is via the @DDSmodel macro because the old DiscreteSystem interface has been removed from MTK. One the new interface will be finalised (here), we can add it back.

pogudingleb commented 2 weeks ago

Now works with inputs as well.