question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to check whether amici preequilibration is required

See original GitHub issue

In pypesto.objectiv.AmiciObjective.init_preequilibration_edata:

Currently, len(fixed_parameters) == 0 is used as an indicator of requiring no preequilibration. However, when there are events (which amici cannot deal with yet in python), the situation can occur that there are no fixed_parameters, but events that are omitted in the preequilibration run.

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
yannikschaeltecommented, Mar 21, 2019

But this is just about guessing the steady state iteratively in pypesto. The preeq itself has changed to amici I think. Maybe if len(edata.fixedParametersPreequilibration) or self.amici_solver.getNewtonPreequilibration() can be changed to amici.require_preeq(edata, solver) or something like that, but apart I think this ussue can then be closed.

0reactions
dweindlcommented, May 6, 2022

Is this still an issue @yannikschaelte ?

Read more comments on GitHub >

github_iconTop Results From Across the Web

AMICI documentation example of the steady state solver logic
If AMICI has to equilibrate a dynamical system, it can do this either via simulating until the right hand side of the system...
Read more >
Preequilibration fails in optimization · Issue #1085 · AMICI- ...
Problem In the pyPesto optimization with PETab import preequilibration causes issues. ret = objective(petab_problem.x_nominal_free_scaled) ...
Read more >
AMICI Documentation
Issue #1446: Check whether constant parameters are valid targets (#1450). • Issue #1422: Fix Steadystate solver failing if preequilibration ...
Read more >
AMICI: high-performance sensitivity analysis for large ordinary ...
To enable simulation of complex experimental setups, such as growth factor addition or drug washouts, AMICI supports pre-equilibration and pre-simulation ...
Read more >
20210129155121345_Vape Industry Amici Brief as ...
Amici respectfully move for leave to file a brief as amici curiae in support of ... determine the registration requirements of pre-.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found