Closed BoPeng closed 3 years ago
We allow syntax such as
--popsize A=100 B=200 --symptomatic-r0 A=2
to set r0 to be twice as the default value. However, we do not allow the multiplier to be set for the entire population, with syntax similar to
r0
--symptomatic-r0 ''=2
or simply
--symptomatic-r0 =2
although the later looks strange.
all=1.2 is allowed, which is clearer than `=1.2'
all=1.2
We allow syntax such as
to set
r0
to be twice as the default value. However, we do not allow the multiplier to be set for the entire population, with syntax similar toor simply
although the later looks strange.