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 the parameters location and scale to StateAgeFunction - added three...
# Changes and Information Please **briefly list the changes** (main added features, changed items, or corrected bugs) made: - Added a new model including waning immunity and temporary immunity states...
# Changes and Information Please **briefly list the changes** (main added features, changed items, or corrected bugs) made: - The current code for the function `export_input_data_county_timeseries ` is similar to...
# Changes and Information Please **briefly list the changes** made, additional Information and what the Reviewer should look out for: - remove pointers from World, Location, Person - this may...
# Changes and Information Please **briefly list the changes** (main added features, changed items, or corrected bugs) made: - Use gcc/gxx-11 in CI - Update Readme ## Merge Request -...
# Changes and Information Please **briefly list the changes** made, additional Information and what the Reviewer should look out for: - ## Merge Request - Guideline Checklist Please check our...
### Bug description The current code for the function export_input_data_county_timeseries is similar to the functionality in read_input_data_county but are completely independent from each other. This redundancy also increases the susceptibility...
# Changes and Information Please **briefly list the changes** made, additional Information and what the Reviewer should look out for: - Implemented ODE-SEAIR model to reproduce optimization results from literature....
### Motivation / Current Behaviour Currently we use the structure ``` FetchContent_GetProperties(eigen) if(NOT eigen_POPULATED) FetchContent_Populate(eigen) endif() ``` for most dependencies. In some cases, it might be possible to use `FetchContent_MakeAvailable()`...
### Motivation / Current Behaviour Since we now use flows in the secirvvs model, we could easily remove all "dummy" variables, as each should be used only for exactly one...