Hi Harry,
My model includes a probabilistic distribution.
I ran the model for several times, with the same RandomSeed and GlobalSubstreamSeed. The same result was obtained for each run. So, the same RandomSeed and GlobalSubstreamSeed generate the same result. It is understandable, because of the same random seed specified by both parameters.
If we want to run the model with different RandomSeed and GlobalSubstreamSeed, we just change the values for both manually at GUI? (Assuming 100 different sets.) Or, any other efficient way?
Regards
Yi
Thanks Harry,
RunOutputList seems to be problematic.
I input [VesselsFromDownstream].NumberProcessed into RunOutputList. (VesselsFromDownstream is an EntityGenerator.) Multiple Runs were performed (two runs), as you described.
The resultant .dat file only provides the following information:
[VesselsFromDownstream].NumberProcessed
SI
The .dat file is supposed to provide two rows, each showing a NumberProcessed. However, no such information is found.
Regards
Yi