What does this means in Julia nn_dynamics!(du,u,p,t) = ude_dynamics!(du,u,p,t,p_). A function with parameters equal to another function with parameters.
Thank you for developing this package. I have a problem with 5 dimensions (dx_1,dx_2,dx_3,dx_4, dx_5) where I only know part of the physics but have a tone of data.
This package seems to be right tool to model the information the physical model is not capturing.
Hello developers,
I am new to
Julia
,UODE
andsciML
.So I have a few basic questions which I would like to clarity:
sciML
? Is theIssues
section of this github appropriate?UODE
's with the sciML package?neuralODE
's withUODE
? In theLotka-Volterra
system in https://github.com/ChrisRackauckas/universal_differential_equations/blob/master/LotkaVolterra/scenario_1.jl its appears to be a feed-forward NN (Or am I wrong?)nn_dynamics!(du,u,p,t) = ude_dynamics!(du,u,p,t,p_)
. A function with parameters equal to another function with parameters.Thank you for developing this package. I have a problem with 5 dimensions (dx_1,dx_2,dx_3,dx_4, dx_5) where I only know part of the physics but have a tone of data.
This package seems to be right tool to model the information the physical model is not capturing.
Best Regards, James