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

In order to simplify the model parameter calls, @reneSchm suggested the following: Is this `this->template get_flat_flow_index` getting a bit too unwieldy? We could hide it using a private member function,...

loc::backend
model::ode
class::improvement
model::lct
model::sde

# Changes and Information - Store support_max for all TransitionDistributions in a vector - Compute derivative and cotribution of survival functions to force of infection terms once at the beginning...

# Changes and Information - Add simulations and plots from paper to main branch ## Merge Request - Guideline Checklist Please check our [git workflow](https://github.com/SciCompMod/memilio/wiki/git-workflow). Use the **draft** feature if...

### Motivation / Current Behaviour In this issue we want to examine if it is better regarding run time to reduce the use of the methods of StateAgeFunction when solving...

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

# Changes and Information Please **briefly list the changes** (main added features, changed items, or corrected bugs) made: - - - If need be, add additional information and what the...

# Changes and Information Please **briefly list the changes** (main added features, changed items, or corrected bugs) made: - implement a different mobility model without the graph approach and only...

# Changes and Information Please **briefly list the changes** (main added features, changed items, or corrected bugs) made: - handle FutureWarnings from newest pandas version If need be, add additional...

# Changes and Information Fix: Mismatch in total population due to 2023 data update The newly released population data for 2023 contains only data from 2023, causing a mismatch in...

duplicate

### Motivation / Current Behaviour The function get_dt() in integrator.h returns m_next_dt instead of m_dt. ### Enhancement description A better naming of the function would be get_next_dt(). ### Additional context...

model::ode
class::improvement

### Bug description Using dt_max with RungeKuttaCashKarp54IntegratorCore in python does not bound timesteps that are higher than dt_max. ### Version Linux ### To reproduce 1. Initialize RungeKuttaCashKarp54IntegratorCore and set dt_max...

class::bug
loc::python interface