fitting a variables in a system of ODE as a function of time #1168
Replies: 2 comments 1 reply
-
|
How about considering (𝜎, 𝜌, and 𝛽) as additional outputs of your network? Therefore, they will be a function of time...Plz refer to this example to get some ideas: https://deepxde.readthedocs.io/en/latest/demos/pinn_inverse/elliptic.inverse.field.html. |
Beta Was this translation helpful? Give feedback.
-
|
Hi, that is a good idea. Do you think it could be an error in the way I am defining the ODE or the network? In case the solution is valid, can I put an extra constraint in the parameters? for example, all of them both static and dynamic values should be >0? Any insights from you would be very helpful. Thank you so much for your time in advance! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Thanks for developing this awesome package!
I want to solve an inverse problem modelled as a system of ODE evolving through time. I want to calculate several parameters that also depend on time. My problem is similar to the Lorenz system example but some of the parameters I want to estimate (𝜎, 𝜌, and 𝛽) are a function of time, so instead of one value they will have a different value per time point, and I have no idea the shape or nature of that function.
Please, Is there a way to fo this with your package? if so, what would be the best way of doing this?
Thanks a lot for your time!
Cheers,
Pablo.
Beta Was this translation helpful? Give feedback.
All reactions