Is it possible to implement time delayed differential equation #1659
Unanswered
JDM-Pfizer
asked this question in
Q&A
Replies: 1 comment 1 reply
-
DeepXDE doesn't support this directly, but this can be implemented. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi this is just a general question. I was wondering using deepXDE or PINN in general is it possible to implement time delayed systems of ordinary differential equation. For example, lets say a have a system of equation systems with a time delay tau
dy1/dt=2y1-2y2(t-tau)
dy2/dt=-2y1(t-tau)+2y2
is this time delay something that can be enabled? Thanks
Beta Was this translation helpful? Give feedback.
All reactions