Separate solver from Model class in IDE model #1183
Labels
class::feature
A feature to be implemented for some part of the software
loc::backend
This issue concerns the C++ backend implementation.
model::ide
This issue concerns any kind of integro differential equations-based model.
Currently, the solver of the IDE-SECIR model is implemented directly in the Model class and can only be applied to a SECIR-type model. We want to separate the IDE solver from the model and make it more general so that it can also be applied to models with different infection dynamics, e.g. an SIR model. In the future, we can then also apply different solvers to the same model.
The following steps are necessary:
Possible issues:
To discuss:
The text was updated successfully, but these errors were encountered: