memilio icon indicating copy to clipboard operation
memilio copied to clipboard

Modular spatio-temporal models for epidemic and pandemic simulations

Results 279 memilio issues
Sort by recently updated
recently updated
newest added

# 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...

loc::backend
model::lct

### 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...

status::in progress
loc::backend
class::improvement
class::performance
model::hybrid

# 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...

class::documentation

# 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...