Skip to content

How to solve a forced ODE with measured forcing? #166

Answered by drgona
aleksejs-fomins asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @aleksejs-fomins.
We have a few existing notebooks that include forcing (control inputs) for neural time steppers.

Each of them features a different neural time stepper architecture, but the API is the same for all of them.
In case you have regularly sampled the forcing signal, you can just include it in the training dataset and label it with a variable string of your choice. We use 'U' for denoting inputs and 'X' for denoting states. This is a convention from control theory.
Your observations on 'X' and 'xn' are correct in the examples above. Please note you can label them as you wish and don't have to fo…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by drgona
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants