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

# Changes and Information Please **briefly list the changes** (main added features, changed items, or corrected bugs) made: - add node property and edge property class for ABM graph simulation...

class::feature
loc::backend
model::abm

# Changes and Information Please **briefly list the changes** (main added features, changed items, or corrected bugs) made: - generate data for GNN for all 400 counties using the graph-ODE...

### Feature description Until now, python simulations always use the default integrator defined in the c++ code. Goal is to give the user an interface to change the integrator aswell...

class::feature

# Changes and Information Please **briefly list the changes** (main added features, changed items, or corrected bugs) made: - Add an default serialization feature to make adding (de)serialization more convenient....

class::feature
loc::backend
model::abm

### Enhancement description Add the example from #660 to the "simulations" folder as the demonstration of the convergence rate is part of the IDE paper. Plot functions should not become...

loc::backend
model::ide
class::improvement

### Motivation / Current Behaviour At the moment, the LCT SECIR model is a derived class of CompartmentalModel which is the base class of FlowModel. ### Enhancement description Make the...

prio::low
loc::backend
class::improvement
model::lct

# Changes and Information Please **briefly list the changes** (main added features, changed items, or corrected bugs) made: - Added a GLCT-SECIR model (generalized linear chain trick model) that allows...

model::lct

# Changes and Information - RKI reports deaths with respect to the infection date of the respective person. We shift the reported data according to the respective mean stay times...

# Changes and Information Please **briefly list the changes** (main added features, changed items, or corrected bugs) made: - Added warning for end_date later than 2024-07-21 in divi data as...

loc::data handling
class::improvement

We want to make some adaptations on the initialization based on real data in the IDE model regarding the following points: - RKI reports deaths with respect to the infection...

loc::backend
loc::data handling
model::ide