memilio
memilio copied to clipboard
Modular spatio-temporal models for epidemic and pandemic simulations
### Motivation / Current Behaviour For better handling of unique_ptr, we moved to the new pybind11 version. As a follow up this Issue should look at all features, that are...
### Motivation / Current Behaviour We want to post statistics and gather them monthly. ### Enhancement description I'll ad a bot which posts it into the mattermost for now. ###...
We should improve our presentation at pages (https://dlr-sc.github.io/memilio/documentation/pages.html) and add a badge to the github page.
In equation-based models, a parameter like `incubation time` means an average value for a whole group/subpopulation of persons. In agent-based simulations, each person can have a different `incubation time` but...
In the current ABM implementation, transmission probability can be computed according to the locations' capacities. However, as we do not model close or superficial contacts so far, transmission probability is,...
The relative transmission risk is dependent on the occupancy of the location. For this dependency we use a function f but it is not clear what f should look like....
In order to derive distributions of, e.g., stays in infection states, original data has to be approximated by a best-fit distribution. One approach should be made available in our tools.
Currently, there is an ABM example which creates a world object from statistical data and furthermore creates some work/school places and some other places. We want to extend this workflow...
In our models, we have parameters which do not depend on age or space like `seasonality or `IncubationTime`. Others like `TestAndTraceCapacity` do not depend on age. How about introducing some...
In order to reliably activate dynamics NPIs or to compute the total number of infected individuals, we should follow more than just the different "Infected" compartments. With different durations for...