so I run a parameter variation experiment with many probabilistic parameters. I use random seeds, which results in a variety of different outcomes, and this is basically what I want. One experiment in my case consists of 200 runs.
It is good practice in stochastic modelling, however, to use the same seeds for the same runs, i.e. when I run two experiments with 200 runs each, I want that the first runs of each experiment use the same seed, the second runs of each experiment using the same seed (but a different one from the first runs), the third... and so on until 200. This means that I can compare two experiments with each other because they have used the same seed.
How can I accomplish this is Anylogic? When I use the random seed option, I get different seeds for each run. When I use fixed seeds, I get the same outcome every time, because the values chosen from the probabilistic parameters are always the same. Can this be achieved by using the 'Custom generator' in the 'Randomness' property of the parameter variation experiment? Or could this work with a replication-option?
Thank you very much, please let me know if you need more details.