CityScope / CS_Proxymix

ABM framework to study spatial configuration and human behaviour at the building scale
10 stars 7 forks source link

Episode 1 - B #158

Closed agrignard closed 4 years ago

agrignard commented 4 years ago

I am curious about the number in Episode B at the end of the simulation there is 0 medium and High I think this is too much.

I am wandering which parameters should be change ? Also they are distanced by 2m Right now we have 100% people wearing mask and the diminution factor is 0.8

if myself.has_mask {
  direct_infection_factor_real <- direct_infection_factor_real * (1 - diminution_infection_risk_mask);
}

@ptaillandier what do you think?