SciCompMod / memilio

Modular spatio-temporal models for epidemic and pandemic simulations
https://scicompmod.github.io/memilio/
Apache License 2.0
51 stars 15 forks source link

Add DynamicNPI implementation delay as parameter. #982

Open mknaranja opened 3 months ago

mknaranja commented 3 months ago

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.