memilio icon indicating copy to clipboard operation
memilio copied to clipboard

Modular spatio-temporal models for epidemic and pandemic simulations

Results 159 memilio issues
Sort by recently updated
recently updated
newest added

### 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....

loc::backend
model::abm
class::improvement

### 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...

loc::backend
model::ode
class::improvement

### 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...

class::documentation
class::discussion

### 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...

class::bug
loc::backend
model::abm

### 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...

prio::moderate
model::ode
class::improvement
loc::infrastructure
model::lct

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...

prio::moderate
model::ode
class::improvement

### 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...

class::bug
loc::data analysis
loc::data handling

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...

class::feature
Epic

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....

loc::python interface
model::ode

### 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...

class::bug
loc::continuous integration