forked from rblanco89/covid-network
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparamSim.param
29 lines (27 loc) · 1.27 KB
/
paramSim.param
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
1e6 # Number of nodes
0 # Network model (0: Watts-Strogatz or Erdos-Renyi; 1: Barabasi-Albert)
24 # Average degree of nodes (even number)
1.0 # Probability of rewired (<1: WS; 1: ER)
1 # Initial infected nodes
220 # Introduction of the variant 2 (days)
0.2 # Probability of developing infection
0.022 # Probability of infecting with variant 1
0.025 # Probability of infecting with variant 2
1000 # Maximum number of days to simulate
1 # Number of simulations (replicates)
12345 # Seed (random numbers)
# Lockdown
0 # Activate lockdown? (0: No, 1: Yes)
0.5 # Prob. to restrict a random edge during the LD (0.0 -> only conserve local contacts for WS network)
7 # Start of lockdown (days in a row with an increase in new cases)
30 # End of lockdown (days)
0 # Days of alternation in lockdown
# Vaccination
0 # Activate vaccination? (0: No, 1: Yes)
0 # Order by degree? (0: No (Random), 1: Yes)
0 # Vaccinate from the beginning? (0: No, 1: Yes)
7 # Start of vaccination (days in a row with an increase in new cases)
0 # Population fraction to vaccinate (goal)
0.10 # Population fraction to vaccinate per day (<= goal)
0.65 # One-dose vaccine efficacy against variant 1
0.95 # Two-dose vaccine efficacy against variant 1