You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, we have troubles getting things to work. We are not getting any sensitivities from the model (rdata[“sllh”] = 0), and we cannot figure out why. Our parameter set is far from the optimum.
We have attached a small example with our model and our attempt to get the sensitivities.
What we have done:
Build model
Load/create edata
Simulated model and checked chi2 (correct compared against original implementation MATLAB)
We have tried to alter the model sensitivities settings, including switching between adjoint and forward, setting values for absolute and/or relative tolerance, and increased the maximum number of iterations, with no success.
We have also tried to optimize using pypesto, but we suspect that our error occurs earlier, so we have not included that code in the attached example.
Can you see anything that is obviously wrong?
We would be very appreciative of any help getting us in the right direction
Thanks for the quick reply. Maybe I should mention that we tested this on 0.11.18, but I just reran the example on 0.11.19, and I get the same behavior.
I should probably also mention that we converted a set of odes to sbml via yaml2sbml, if that could have an impact in some way.
The intermediate yaml-file is availble here: M1-yaml.txt
Hello,
we have been looking at the PyPesto optimization example for optimization using amici and have tried to replicate it with another simple model.
However, we have troubles getting things to work. We are not getting any sensitivities from the model (
rdata[“sllh”] = 0
), and we cannot figure out why. Our parameter set is far from the optimum.We have attached a small example with our model and our attempt to get the sensitivities.
What we have done:
We have tried to alter the model sensitivities settings, including switching between adjoint and forward, setting values for absolute and/or relative tolerance, and increased the maximum number of iterations, with no success.
We have also tried to optimize using pypesto, but we suspect that our error occurs earlier, so we have not included that code in the attached example.
Can you see anything that is obviously wrong?
We would be very appreciative of any help getting us in the right direction
Attached files: amici model test.zip
.
The text was updated successfully, but these errors were encountered: