David Kerkmann
David Kerkmann
### Bug description When compiling on my machine, I get the error below. Most likely happened after the changes from #983. ### Version Mac ### To reproduce Build memilio as...
### Motivation / Current Behaviour We assign fixed locations such as Home, School, Work to all agents, which is there go-to location when they move to the respective location type....
### Motivation / Current Behaviour As a subset of #400 we should rename the world to model to use identical names and patterns. ### Enhancement description Renaming is done quickly....
### Bug description When copying the world of the ABM, persons are copied in order of appearance in the locations. That means that person IDs change but the order of...
## Changes Implements tool to compute NPI reduction for any given county. What can be improved: - Age resolved data for each county. For now, 'cases_all_county_age.json' is used because it...
### Motivation / Current Behaviour In the setting of the parameters in the simulation, there is some code duplication and some unclear parameter settings. We have ``` infection_params.get()[{mio::abm::VirusVariant::Wildtype, mio::abm::AgeGroup::Age0to4}] =...
### Feature description The ABM currently uses a contact based infection model with a cached exposure rate in each location which gives an expected number of infections per contact (per...
### Motivation / Current Behaviour Data from many studies and publications shows that the percentage of persons dying in the hospital without being admitted to the ICU is rather high...
### Feature description While working on the paper simulations in https://github.com/SciCompMod/memilio/tree/abm_paper_test_bs, many features and improvements have been added. Some features should be revisited and transferred in a tidy manner to...
### Feature description For the AIMS project, we need to add post-acute infection syndroms to the model. These should reflect long-term negative syndroms, as in Long-Covid. ### Additional context It...