memilio
memilio copied to clipboard
Modular spatio-temporal models for epidemic and pandemic simulations
### Motivation / Current Behaviour get_subpoulation is really slow and is needed for several loggers ### Enhancement description Discuss, how we should tackle this e.g. we could just don't use...
### Bug description The RNG in the Model is only used to initialize each Person with a key, index and counter, but afterwards it is entirely unused. Current intended behaviour...
# Changes and Information ## Merge Request - Guideline Checklist Please check our [git workflow](https://memilio.readthedocs.io/en/latest/development.html#git-workflow). Use the **draft** feature if the Pull Request is not yet ready to review. ###...
A generalization of #463 #464 #465 and #467 is the introduction of a ParamterStudy object for the ABM. https://github.com/DLR-SC/memilio/blob/main/cpp/memilio/compartments/parameter_studies.h Could maybe be generalized for this.
### Motivation / Current Behaviour _No response_ ### Enhancement description Rework current structure to be more flexible and support different FP types ### Additional context _No response_ ### Checklist -...
### Provide a description of requested documentation changes. After merging #1338 , this Issue/branch is used to further improve the documentation. After enough changes are done, this will be merged.
# Changes and Information Please **briefly list the changes** (main added features, changed items, or corrected bugs) made: - The SMM Model now works with an arbitrary number of additional...
### Provide a description of requested documentation changes. The goal is to provide two examples of how to use the python interface of MEmilio as a reference to the documentation....
# Changes and Information This is part 2 of adding support for reading templated SECIR models from JSON data. In [PR #1374](https://github.com/SciCompMod/memilio/pull/1374), we moved the IO functions from the source...
# Changes and Information Please **briefly list the changes** (main added features, changed items, or corrected bugs) made: added an endemic SECIR-type IDE model, meaning we allow for natural birth...