-
It's a little unclear from the documentation so just hoping for some clarification based on the behavior I am observing. From the fact that the reporters are collecting different data and my understanding of the code it looks like batch runner is varying the seed for every run of the model. The documentation isn't clear that this is the case but it is the behavior I would expect.
Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
@edward-ij Sorry for the delay. For 1. Yes, that is correct the seed varies for each run unless set. For 2: You should be able to collect the seend using the attribute from is initiation in the Model class by calling Model.random |
Beta Was this translation helpful? Give feedback.
@edward-ij Sorry for the delay.
For 1. Yes, that is correct the seed varies for each run unless set.
For 2: You should be able to collect the seend using the attribute from is initiation in the Model class by calling Model.random