Auxiliary function to model forced events on a state variable. #1476
Unanswered
vassilismin
asked this question in
Q&A
Replies: 1 comment
-
|
The arbitrary "0" may hurt your accuracy. |
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.
-
Hello!
First of all, congrats for the development of DeepXDE and the support you provide.
I'm currently working for my MSc thesis and I'm trying to estimate the parameters of a pharmacokinetics model (inverse problem) that consists of a relatively large set of ODEs. However, I'm trying to use an auxiliary function in order to add specific amounts at a state variable at specific time points (it is like administering multiple doses of a drug to an organism). So, given that i have the data of the added amount and the time points, here is the auxiliary function i use:
So, the unique input variable is time
t, and iftis one of the values intime_points, thenadded_pfas = added_amount else added_pfas = 0. Note thattime_pointsare later used as anchors.I'm wondering if this style of modeling is causing any issues in the minimization of the ODEs gradients loss.
Thank you in advance. If you need me to provide any more code, I will be happy to help.
Beta Was this translation helpful? Give feedback.
All reactions