memilio
memilio copied to clipboard
Modular spatio-temporal models for epidemic and pandemic simulations
### 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....
### Motivation / Current Behaviour [FSAL steppers](https://www.boost.org/doc/libs/1_75_0/libs/numeric/odeint/doc/html/boost_numeric_odeint/odeint_in_detail/steppers.html#boost_numeric_odeint.odeint_in_detail.steppers.explicit_steppers) were disabled in #960 due to a [bug](https://github.com/boostorg/odeint/issues/72) in boost. ### Enhancement description If we need FSAL steppers, we may need to create...
### Provide a description of requested documentation changes. We need to discuss and update some guidelines. For example, they still claim that we use C++14, when we've been on C++17...
### 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...
### Motivation / Current Behaviour Currently the LCT model is not derived from a class. The functionality is similar to the FlowModel. Also the files memilio/compartments/simulation.h for the CompartmentalModel and...
For all models, we should add parameters that describe the multiplicative factor used for the TestAndTraceCapacity as we use different realizations in secir and secirvvs simulations. This is inconsistent but...
### Bug description plot_map assigns values to the map on index instead of CountyID. This can lead to wrong results, which may not be noticed by the creator of the...
Additionally to our projects regarding the surrogate models for modelling the spread of Covid 19 in one population, we want to introduce Graph Neural Nets (GNNs). GNNs are usefool tools...
In https://github.com/SciCompMod/memilio/tree/main/pycode/memilio-simulation/memilio/simulation, the secir model is still named `secir.py` instead of `osecir.py`. I do not know how much this deviation of the new style is existent in the code itself....
### Bug description In #938 github actions will be updated. Container images will be updated from quay.io/pypa/manylinux2014_x86_64 to quay.io/pypa/manylinux_2_28_x86_64. buidl py simulation has errors with this configuration. See for example...