Skip to content

Adding a more realistic testing policy #39

Description

@DAM-Philippon

Currently, the testing policy is using three different parameters: the capacity in terms of test per hour, testing only symptomatic people, and allowing tests on the same Individual at different time steps.

While this is useful, it still remains over-simplistic. I've looked at the data in terms of testing (PCR) capacity for Vinh Phuc, and actually, there is none. This does not automatically means that no testing should be performed, but that samples are being sent to another province/clinic.

This "trip" should be represented, as it may induce a delay between the test being performed and the response (i.e. sending the Individual to quarantine, for instance), possibly letting one infectious Individual infecting others.

One possible way would be to keep in memory tests being perform for an Individual in a map, and "release" the answer after X steps (days) have passed. This delay would be added as an attribute of the new DelayedDetectionPolicy.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestpolicyAnything related to the policy part of the model

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions