SilvioAiello / Epidemiology-on-Temporal-Networks

Simulation of two epidemics diffusion, on two differently evolving temporal networks
2 stars 0 forks source link

Code: performance improvement, better comments, better name of variables #20

Open SilvioAiello opened 5 years ago

SilvioAiello commented 5 years ago

For example, propagation may do all the temporal work in one execution, and not being recalled anytime; this implies to change several collateral functions.

SilvioAiello commented 5 years ago

Avoid comprehensions to improve readability?

SilvioAiello commented 5 years ago

SHOULD N,T BE PARAMETERS TO DECLARE IN FUNCTIONS?