-
Notifications
You must be signed in to change notification settings - Fork 19
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::ideThis issue concerns any kind of integro differential equations-based model.This issue concerns any kind of integro differential equations-based model.prio::moderateThe priority of this task is moderate.The priority of this task is moderate.
Description
Motivation / Current Behaviour
Currently, we implicitly use that the starting day of the simulation is always zero and the last time in the initial data for flows is also always zero.
Enhancement description
Allow different values for the start day. Therefore we have to change
- the setting of the first time point for the populations in the constructor
- the description of the constructor
- setting current_time=-dt in the update of force of infection in the case of the simulation
- the parameter t_0 in the simulation files should be removed as it is are not used (already done in PR 793 add seasonality to ide model #972 )
- ?
Additional context
This may also affect #952.
Checklist
- Attached labels, especially loc:: or model:: labels.
- Linked to project
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::ideThis issue concerns any kind of integro differential equations-based model.This issue concerns any kind of integro differential equations-based model.prio::moderateThe priority of this task is moderate.The priority of this task is moderate.
Type
Projects
Status
Done (Total)