memilio
memilio copied to clipboard
Modular spatio-temporal models for epidemic and pandemic simulations
# Changes and Information Please **briefly list the changes** (main added features, changed items, or corrected bugs) made: - Added a `lazy_add_edge` function that does neither check for uniqueness nor...
# Changes and Information Please **briefly list the changes** (main added features, changed items, or corrected bugs) made: - added LCT SECIR Model for 2 DISEASES on the basis of...
### Motivation / Current Behaviour When using a few thousand edges in a graph, the graph generation process takes a long time. ### Enhancement description The edges are always sorted...
# Changes and Information Please **briefly list the changes** (main added features, changed items, or corrected bugs) made: - implement a different mobility model without the graph approach and only...
# Changes and Information Please **briefly list the changes** (main added features, changed items, or corrected bugs) made: - replace setuptools `setup.py` with PEP 621 `pyproject.toml` across all Python subpackages...
# Changes and Information Please **briefly list the changes** (main added features, changed items, or corrected bugs) made: - include GNN-models of different architectures - include gridsearch and hyperparameter tuning...
### Provide a description of requested documentation changes. With C++20 we now can make use of concepts, for example as a replacement for some of the `...expr_t = ...` and...
# Changes and Information Please **briefly list the changes** (main added features, changed items, or corrected bugs) made: - Add InfectionRateFromViralShed parameter - Rename infectivity functionality to viral shed functionality...
# Changes and Information Please **briefly list the changes** (main added features, changed items, or corrected bugs) made: - Implement influenza model from doi.org/10.1186/s12879-017-2344-6 into our framework - Add flowchart...
# Changes and Information Please **briefly list the changes** (main added features, changed items, or corrected bugs) made: - set up simulations for fitting with bayesflow closes #1315 If need...