Solving coupled ODEs with additional exogenous inputs and variable initial conditions #1225
-
|
Hello, I want to solve that system of coupled ODEs t∈[0,10] I did this as below and it works. Question 1. Question 2. dx/dt= -0.5x+y The NN should predict outputs (x,y) given the inputs(time,Q,x0,y0). I want to train the NN for the inputs time t∈[0,10], Q∈[0,1], x0∈[2,8],y0∈[3,7] Let me know how I should proceed. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
I was able to achieve the objective. I considered Hypercube as the geometry and added the additional inputs as the other dimensions of the hypercube and changing the boundary conditions suitably. |
Beta Was this translation helpful? Give feedback.
I was able to achieve the objective. I considered Hypercube as the geometry and added the additional inputs as the other dimensions of the hypercube and changing the boundary conditions suitably.