JuliusMartensen
JuliusMartensen
Just to write down what is missing to get the full stack working. - [ ] Allow to pass in derivatives w.r.t. the states AND transform them accordingly to a...
I will check it out later on, but I think the line ```Julia for (i, xi) in enumerate(eachcol(X)) DX[:, i] = keen_simplified(xi, [], ref_sol.t[i]) end ``` spits out the error,...
Sorry I have a lot of deadlines this week plus some additional project work on top. Just a quick question w.r.t. the implicit identification: is the process description in the...
Thanks for your reply and the detailed explanation! > The weakness in the docs is about forming and using X and DX throughout DataDrivenDiffEq. There should be a full page...
I've added some more examples with #335 ( both for implicit systems and one prototypical PDE discovery for the heat equation ). Additionally, I've found an error in the preprocessing...
This should work, but I think it is ill-posed for this kind of problem. This is basically a special case of ISINDy -> SINDy. If you switch `ADM` into `STRRidge`...
Soory, your right. Due to #201 I have revisited `ADM` and resolved the error. Should be fine on merge. I also added tests.
What's the output of your `] st` ? I think I fixed this.
Thanks! On it later today
This is a little bit more messy than expected. Most likely, I'll update the Koopman stuff in #371 accordingly, such that this will not happen anymore.