SciCompMod / memilio

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

Implement agent's compliance to mask, test and isolation #1039

Open khoanguyen-dev opened 1 month ago

khoanguyen-dev commented 1 month ago

Motivation / Current Behaviour

We need to implement the agent's compliance with three NPIs: mask, test and isolation.

Enhancement description

An agent can choose whether to comply or not for different NPIs when it migrates to a new location. This compliance will depend on a draw, which is compared to a preset parameter in the agent.

Additional context

No response

Checklist