Replies: 1 comment
-
There is an ongoing discussion about how to deal with molecules/state variables which start values are defined by a formula.
In the current proposal, start values will not be returned by default if they are defined by a formula, unless the user specifies the argument An example of initial values defined by a formula could be an RHS parameter that depends on other parameters (e.g., I vote for NOT RETURNING the values for these molecules/parameters by default, as the formula describing the initial value should represent the steady-state by design. Overwriting such a value removes the formula, so the user cannot rely on correct model behavior after applying such a steady-state and changing any parameter after. Overwriting a formula by a constant value is dangerous and I would not like to have this behavior by default. @StephanSchaller @wilbertdew @teutonicod @Sulav1 tagging you as you might have some opinion as a power user. |
Beta Was this translation helpful? Give feedback.
-
A function that runs a simulation for a sufficiently long time that can be considered as a "steady-state" and returns the end results of all state variables (molecules and parameters). The currently implemented behavior is described in the documentation:
We also have a function to export such a "steady state" to excel file that can be loaded in MoBi, would it be also of interest for the main package?
Beta Was this translation helpful? Give feedback.
All reactions