SciML / DataDrivenDiffEq.jl

Data driven modeling and automated discovery of dynamical systems for the SciML Scientific Machine Learning organization
https://docs.sciml.ai/DataDrivenDiffEq/stable/
MIT License
407 stars 57 forks source link

Improve the result #240

Open AlCap23 opened 3 years ago

AlCap23 commented 3 years ago

Right now, the result returns equations which always contain differentials. This has to be done properly via a dispatch on the problem.

AlCap23 commented 3 years ago

I think this could be done and add the DiscreteSystem support in the same PR. It should work out of the box right now, using the rhs of the equation, but it would be more readable