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: - added the parameters location and scale to StateAgeFunction - added three...

status::in review

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

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

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

class::bug
prio::moderate
loc::backend
model::ode
class::improvement

# 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()`...

prio::low
class::discussion
loc::backend

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

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