Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to solve an inverse problem with multiple outputs (state variables). However, the data for each type is not observed at the same locations (anchors). How can I set this up in DEEPXDE?
For example, in the demo Inverse problem for the Lorenz system with exogenous input
, I need to set the data of y0 and y1 in different time stamps np.linspace(0, 3, 200) and np.linspace(0, 10, 100), respectively:
How can I set different anchors for each type of data in the data object, as shown below?
Beta Was this translation helpful? Give feedback.
All reactions