-
Notifications
You must be signed in to change notification settings - Fork 23
Improve end_dynamic_npis parameter #315
Copy link
Copy link
Open
Labels
class::improvementCleanup that doesn't affect functionalityCleanup that doesn't affect functionalitygood first issueGood for newcomersGood for newcomersloc::backendThis issue concerns the C++ backend implementation.This issue concerns the C++ backend implementation.model::odeThis issue concerns any kind of ODE-based model.This issue concerns any kind of ODE-based model.
Metadata
Metadata
Assignees
Labels
class::improvementCleanup that doesn't affect functionalityCleanup that doesn't affect functionalitygood first issueGood for newcomersGood for newcomersloc::backendThis issue concerns the C++ backend implementation.This issue concerns the C++ backend implementation.model::odeThis issue concerns any kind of ODE-based model.This issue concerns any kind of ODE-based model.
Type
Projects
Status
Product Backlog
Model ode_secirvvs has parameter
Parameters::get_end_dynamic_npis. This parameter is the time after which dynamic NPIs no longer applied. This parameter is very inflexible and it's too far away from dynamic NPIs themselves.Instead, dynamic NPIs themselves should have a start and end time, so it can be configured better. Then the connection is also immediately clear.