Somewhat historically, some of the simulation - wide parameters are set in configs/offernet.conf file. This is a bad idea when running experiments with different parameters one after another, since it may happen that a new simulation starts, but actors from old simulation still continue to run. I this case global parameters create a mess. Need to change all this and pass all variables to actors dynamically...
Somewhat historically, some of the simulation - wide parameters are set in configs/offernet.conf file. This is a bad idea when running experiments with different parameters one after another, since it may happen that a new simulation starts, but actors from old simulation still continue to run. I this case global parameters create a mess. Need to change all this and pass all variables to actors dynamically...