PhIMaL / DeePyMoD

https://phimal.github.io/DeePyMoD/
MIT License
44 stars 11 forks source link

Disentangle derivative calculation and library #34

Open GJBoth opened 4 years ago

GJBoth commented 4 years ago

Now we calculate the derivatives and polynomials and construct the library in the same function. If we decouple this we can more easily use the library function outside of deepmod, i.e. to compare to classical algorithms. Thoughts?

georgestod commented 4 years ago

I like the idea, it will be easier to debug as well. As the problems become fancier, it might facilitate building custom libraries?