Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sensitivity of ODE Variables not properly calculated in some cases #16

Open
Yuri05 opened this issue Aug 16, 2017 · 1 comment
Open

Comments

@Yuri05
Copy link
Member

Yuri05 commented Aug 16, 2017

If a sensitivity parameter is used in start formulas of ODE variables, sensitivity of those ODE variables with respect to the parameter of interest is wrongly calculated.

Simple example attached.

SensitivityTest_StartValuesSensParamDependent.zip

Here an ODE-System with 2 variables and 1 parameter is defined as following:

y1(0)=p1; dy1/dt=0
y2(0)=1; dy2/dt=y1

p1=1

Sensitivities of both dy1/dp1 and dy2/dp2 are calculated as constantly 0, which is obviously not the case.

@Yuri05 Yuri05 self-assigned this Aug 16, 2017
@msevestre
Copy link
Member

nice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants