DynaDojo / dynadojo

An Extensible Benchmarking Platform for Scalable Dynamical System Identification
https://dynadojo.github.io/dynadojo/
MIT License
14 stars 11 forks source link

improve: sindy needs to work more stably #27

Open carynbear opened 7 months ago

carynbear commented 7 months ago

Sindy is very finnicky. Try giving it better defaults or restricting the dimensions it can work on.

Using solve_ivp is the default option and leads to a bunch of errors. Using ode_int leads to np.infs.

Skimmed documentation to set recommended settings, but needs a deeper look.