Add DynamicNPI implementation delay as parameter. #982
Labels
class::improvement
Cleanup that doesn't affect functionality
loc::backend
This issue concerns the C++ backend implementation.
model::ode
This issue concerns any kind of ODE-based model.
In https://bmcinfectdis.biomedcentral.com/articles/10.1186/s12879-022-07302-9, we considered different delays in NPI implementation which was hardcoded and can be found in:
https://github.com/SciCompMod/memilio/blob/8ddb863051a43028c7d0fcdacdd1176db64ee488/cpp/models/ode_secirvvs/model.h#L649C16-L649C30
This value should be made a parameter and made available for other models too.
The text was updated successfully, but these errors were encountered: