I would like to know whether is it possible in NetLogo to set the random-seed
according to the number of repetitions in the Behavior Space.
I know there is the command random-seed behaviorspace-run-number
, but it sets a different seed for every run of the model. This is not what I want because I am trying to explore the impact of a variation in the values of a parameter on a specific random network structure. By using random-seed behaviorspace-run-number
I get a different network structure for each value of the parameter within the same repetition of the experiment, which is not what I want.
Can anyone help me on this?
Thanks a lot,
Emanuele