singnet / offernet

Offer Networks simulation framework written in Java/Groovy/Gremlin
https://singnet.github.io/offernet/public/offernet-documentation/index.html
MIT License
8 stars 5 forks source link

Get rid of all global variables #52

Open kabirkbr opened 6 years ago

kabirkbr commented 6 years ago

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...