AMICI icon indicating copy to clipboard operation
AMICI copied to clipboard

Split expressions into static and dynamic

Open FFroehlich opened this issue 3 years ago • 1 comments

static expressions don't depend on time/states and only need to be evaluated after reinitialization, not at every timepoint.

FFroehlich avatar Sep 17 '20 18:09 FFroehlich

Also, some expressions only need to be evaluated at measurement timepoints. Could also treat them separately, or just flatten everything in y and remove unused expressions afterwards.

dweindl avatar Sep 06 '22 06:09 dweindl