CityScope / CSL_Hanoi

Repository dedicated to project related to Hanoi City
GNU General Public License v3.0
3 stars 2 forks source link

Pollution: static_pollution as an agent #20

Closed benoitgaudou closed 4 years ago

benoitgaudou commented 4 years ago

Right now, each element of static_pollution is created as an agent.

Is it necessary to keep that, or should we investigate the possibility to have something lighter (review the schedule of static_pollution or 1 agent managing all these pollution elements) ? I have not investigated its impact on performances....

tnguyenh commented 4 years ago

From my tests it is not really impacting the performance. It is vizualisation that really impacts the performance, however it is fine to replace the agents by something lighter.

agrignard commented 4 years ago

see https://github.com/CityScope/CSL_Hanoi/issues/21