-
Notifications
You must be signed in to change notification settings - Fork 23
Implement DynamicNPIs consistenly for all models #1426
Copy link
Copy link
Closed
Labels
class::improvementCleanup that doesn't affect functionalityCleanup that doesn't affect functionalityloc::backendThis issue concerns the C++ backend implementation.This issue concerns the C++ backend implementation.model::abmThis issue concerns any kind of agent-based model.This issue concerns any kind of agent-based model.model::ideThis issue concerns any kind of integro differential equations-based model.This issue concerns any kind of integro differential equations-based model.model::lctModels using the linear chain trickModels using the linear chain trickmodel::odeThis issue concerns any kind of ODE-based model.This issue concerns any kind of ODE-based model.model::sdeThis issue concerns any kind of stochastic differential equation-based model.This issue concerns any kind of stochastic differential equation-based model.
Metadata
Metadata
Assignees
Labels
class::improvementCleanup that doesn't affect functionalityCleanup that doesn't affect functionalityloc::backendThis issue concerns the C++ backend implementation.This issue concerns the C++ backend implementation.model::abmThis issue concerns any kind of agent-based model.This issue concerns any kind of agent-based model.model::ideThis issue concerns any kind of integro differential equations-based model.This issue concerns any kind of integro differential equations-based model.model::lctModels using the linear chain trickModels using the linear chain trickmodel::odeThis issue concerns any kind of ODE-based model.This issue concerns any kind of ODE-based model.model::sdeThis issue concerns any kind of stochastic differential equation-based model.This issue concerns any kind of stochastic differential equation-based model.
Type
Projects
Status
Product Backlog 📕
Status
✅ Done (Sprint)
Motivation / Current Behaviour
The functionality of DynamicNPIs is available for several more advanced models but not consistently over all the library.
Enhancement description
DynamicNPIs should be available consistently for all models.
Additional context
We should furthermore discuss if the checking interval (which was implemented by me for efficiency purposes) actually makes sense or should be set to static
1 day.Checklist