SciCompMod / memilio

Modular spatio-temporal models for epidemic and pandemic simulations
https://scicompmod.github.io/memilio/
Apache License 2.0
51 stars 15 forks source link

Add function to change the tolerance in IDE model #918

Closed lenaploetzke closed 5 months ago

lenaploetzke commented 5 months ago

Motivation / Current Behaviour

While using the IDE-SECIR model for simulations with real parameters (for comparison with results of the LCT model), it became clear that it is sometimes necessary to change the tolerance for calculating the support for the TransitionDistributions. The implementation of StateAgeFunction already provides for the use of a tolerance, so this only needs to be extended to the IDE-SECIR model.

Enhancement description

Provide a function to change the tolerance within the model.

Additional context

No response

Checklist