ITMO-NSS-team / EPDE

EPDE - partial differential equations discovery framework
Other
60 stars 3 forks source link

Make sure all examples work with current code #4

Open SuperSashka opened 3 years ago

SuperSashka commented 3 years ago

Make sure that everything works, remove or mark depreciate examples.

AndreyKuratov commented 2 years ago

Hello, I would like to run the code ESTAR_synth_wave.ipynb that is located, is it possible on this firework? Perhaps somewhere there is a working example for getting equations from data. sorry for offtopic))

SuperSashka commented 2 years ago

Hello Andrey

We have totally reworked almost all the code since this notebook was commited. I think, we try to work out the updated examples around the next week or so. Thanks for pointing out the issue and attention to our work, I'll make you tuned for updates.

AH

AndreyKuratov commented 2 years ago

Thanks for the quick response! Is it possible to use the old libraries to run the example?

SuperSashka commented 2 years ago

Well, I think so, but I can't say exactly which version should do the trick. So,it seems like using old versions is a dead end.

Maslyaev commented 2 years ago

We have added two cases of the algorithm application to the synthetic data, representing solutions of an ordinary differential equation and the wave equation. The experiments are arranged in the ".py" scripts and are located in into the "examples/" directory, while the corresponding datasets are located in the "examples/data/". They are up to date, and should work with the current version of the framework from pypi.

AndreyKuratov commented 2 years ago

Thanks, that's interesting!