decisions.py¶
BY_DIAGNOSTICS
¶
Decisions are taken by the percentage of diagnosed particles.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
start_frac |
float |
Fraction of the population diagnosed to start intervention. |
'0.02' |
stop_frac |
float |
Fraction of the population diagnosed to stop intervention. |
'0.01' |
BY_HOSPITALIZATION
¶
Decisions are taken by the percentage of hospitalized particles.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
start_frac |
float |
Fraction of the population hospitalized to start intervention. |
'0.06' |
stop_frac |
float |
Fraction of the population hospitalized to stop intervention. |
'0.03' |
BY_INFECTIOUS
¶
Decisions are taken by the percentage of infectious particles..
Parameters:
Name | Type | Description | Default |
---|---|---|---|
start_frac |
float |
Fraction of the population infectious to start intervention. |
'0.04' |
stop_frac |
float |
Fraction of the population infectious to stop intervention. |
'0.02' |
BY_SYMPTOMATICS
¶
Decisions are taken by the percentage of symptomatic particles.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
start_frac |
float |
Fraction of the population symptomatic to start intervention. |
'0.06' |
stop_frac |
float |
Fraction of the population symptomatic to stop intervention. |
'0.03' |
FIXED_PERIOD
¶
Decisions are taken by a fixed period.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
start_day |
float |
Day of the simulation to start intervention. |
'15' |
stop_day |
float |
Day of the simulation to stop intervention. |
'25' |