Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some wrong results for ode #70

Open
xgxg1314 opened this issue Nov 16, 2021 · 3 comments
Open

some wrong results for ode #70

xgxg1314 opened this issue Nov 16, 2021 · 3 comments

Comments

@xgxg1314
Copy link

No description provided.

@xgxg1314
Copy link
Author

https://phimal.github.io/DeePyMoD/examples/ODE_nonlin/ODE/

In this ode example, The set of ODEs considered here are d[y, z]/dt = [z, -z+ 5 \sin y],
but we can get some wrong identified coefficients using DeePyMod.
I have no idea what happened. Could you please help me?

[array([[0. ],
[0. ],
[0.99987924],
[0. ]], dtype=float32), array([[ 0. ],
[ 0. ],
[-0.56510067],
[-1.076641 ]], dtype=float32)]

@georgemilosh
Copy link
Contributor

Also for me it is not clear. Even if the input is already normalized

@georgemilosh
Copy link
Contributor

Ok, so after some tinkering around I report that the physical coefficients are stored in model.constraint_coeffs() rather than model.estimator_coeffs().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants