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: - add node property and edge property class for ABM graph simulation...
# Changes and Information Please **briefly list the changes** (main added features, changed items, or corrected bugs) made: - generate data for GNN for all 400 counties using the graph-ODE...
### Feature description Until now, python simulations always use the default integrator defined in the c++ code. Goal is to give the user an interface to change the integrator aswell...
# Changes and Information Please **briefly list the changes** (main added features, changed items, or corrected bugs) made: - Add an default serialization feature to make adding (de)serialization more convenient....
### Enhancement description Add the example from #660 to the "simulations" folder as the demonstration of the convergence rate is part of the IDE paper. Plot functions should not become...
### Motivation / Current Behaviour At the moment, the LCT SECIR model is a derived class of CompartmentalModel which is the base class of FlowModel. ### Enhancement description Make the...
# Changes and Information Please **briefly list the changes** (main added features, changed items, or corrected bugs) made: - Added a GLCT-SECIR model (generalized linear chain trick model) that allows...
# Changes and Information - RKI reports deaths with respect to the infection date of the respective person. We shift the reported data according to the respective mean stay times...
# Changes and Information Please **briefly list the changes** (main added features, changed items, or corrected bugs) made: - Added warning for end_date later than 2024-07-21 in divi data as...
We want to make some adaptations on the initialization based on real data in the IDE model regarding the following points: - RKI reports deaths with respect to the infection...