Isensee_JCB2018: fix SBML parameter values #253
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In #132, this problem was changed to remove model selection parameters (if they were not selected).
All model selection parameters in the SBML model were also set to 0. This changed the value of the
xi_i_*
model selection parameters, which led to a change in the objective function.This PR reverses that change. AMICI previously expected a likelihood of
-3.9494e+03
. With the following code and this PR, I get a posterior of-3953.8289641759175
(without prior:-3949.3759644713145
, prior-only:-4.452999704602744
)However, it's unclear to me whether this PR is an improvement, because in d2d,
xi_i_*
parameters are set to0
.https://github.com/Data2Dynamics/d2d/blob/f3e55b8600529ee213eb53b3e2a1628d44210b24/arFramework3/Examples/Isensee_JCB2018/Setup.m#L84-L90