File tree 2 files changed +32
-33
lines changed
2 files changed +32
-33
lines changed Original file line number Diff line number Diff line change 9
9
"rand_seed" : 1 ,
10
10
"verbose" : 0.1 ,
11
11
"pop_scale" : 1 ,
12
+ "scaled_pop" : null ,
12
13
"rescale" : true ,
13
14
"rescale_threshold" : 0.05 ,
14
15
"rescale_factor" : 1.2 ,
16
+ "frac_susceptible" : 1.0 ,
15
17
"contacts" : {
16
18
"a" : 20
17
19
},
35
37
"beta" : 0.016 ,
36
38
"n_imports" : 0 ,
37
39
"n_strains" : 1 ,
38
- "total_strains" : 1 ,
39
40
"use_waning" : false ,
40
- "NAb_init " : {
41
+ "nab_init " : {
41
42
"dist" : " normal" ,
42
43
"par1" : 0 ,
43
44
"par2" : 2
44
45
},
45
- "NAb_decay " : {
46
+ "nab_decay " : {
46
47
"form" : " nab_decay" ,
47
- "pars" : {
48
- "init_decay_rate" : 0.007701635339554948 ,
49
- "init_decay_time" : 250 ,
50
- "decay_decay_rate" : 0.001
51
- }
48
+ "decay_rate1" : 0.007701635339554948 ,
49
+ "decay_time1" : 250 ,
50
+ "decay_rate2" : 0.001
52
51
},
53
- "NAb_kin " : null ,
54
- "NAb_boost " : 1.5 ,
55
- "NAb_eff " : {
52
+ "nab_kin " : null ,
53
+ "nab_boost " : 1.5 ,
54
+ "nab_eff " : {
56
55
"sus" : {
57
56
"slope" : 2.7 ,
58
57
"n_50" : 0.03
62
61
},
63
62
"cross_immunity" : 0.5 ,
64
63
"rel_imm" : {
65
- "asymptomatic " : 0.85 ,
64
+ "asymp " : 0.85 ,
66
65
"mild" : 1 ,
67
66
"severe" : 1.5
68
67
},
69
68
"immunity" : null ,
70
- "vaccine_info" : null ,
71
69
"rel_beta" : 1.0 ,
72
70
"asymp_factor" : 1.0 ,
73
71
"dur" : {
229
227
"quar_period" : 14 ,
230
228
"interventions" : [],
231
229
"analyzers" : [],
232
- "strains" : [],
233
- "vaccines" : [],
234
230
"timelimit" : null ,
235
231
"stopping_func" : null ,
236
232
"n_beds_hosp" : null ,
237
233
"n_beds_icu" : null ,
238
234
"no_hosp_factor" : 2.0 ,
239
235
"no_icu_factor" : 2.0 ,
236
+ "vaccine_pars" : {},
237
+ "vaccine_map" : {},
238
+ "strains" : [],
239
+ "strain_map" : {
240
+ "0" : " wild"
241
+ },
240
242
"strain_pars" : {
241
- "rel_beta" : [
242
- 1.0
243
- ],
244
- "rel_symp_prob" : [
245
- 1.0
246
- ],
247
- "rel_severe_prob" : [
248
- 1.0
249
- ],
250
- "rel_crit_prob" : [
251
- 1.0
252
- ],
253
- "rel_death_prob" : [
254
- 1.0
255
- ]
243
+ "wild" : {
244
+ "rel_imm" : {
245
+ "asymp" : 0.85 ,
246
+ "mild" : 1 ,
247
+ "severe" : 1.5
248
+ },
249
+ "rel_beta" : 1.0 ,
250
+ "rel_symp_prob" : 1.0 ,
251
+ "rel_severe_prob" : 1.0 ,
252
+ "rel_crit_prob" : 1.0 ,
253
+ "rel_death_prob" : 1.0
254
+ }
256
255
}
257
256
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"time" : {
3
- "initialize" : 0.411 ,
4
- "run" : 0.505
3
+ "initialize" : 0.413 ,
4
+ "run" : 0.496
5
5
},
6
6
"parameters" : {
7
7
"pop_size" : 20000 ,
8
8
"pop_type" : " hybrid" ,
9
9
"n_days" : 60
10
10
},
11
- "cpu_performance" : 0.9815278999602399
11
+ "cpu_performance" : 0.9599341238861429
12
12
}
You can’t perform that action at this time.
0 commit comments