Built-in way to change model seed for each iteration in batch run? #2835
Unanswered
dylan-munson
asked this question in
Q&A
Replies: 1 comment 11 replies
-
|
I noticed the same issue a few weeks ago. Since I didn’t have time to wait for an answer, I came up with a workaround: I ran the model iteratively over the maximum number of iterations without setting a seed. This way, each batch of runs produced slightly different results. While this can affect reproducibility, it works fine as a quick solution when only first-glance results are needed. I hope it helps. |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have a model that I am trying to run with a starting seed in the batch runner. I only just realized (though it probably should have been obvious to me earlier) that if you just specify one seed as a model parameter, the same seed will be used for all iterations in the batch run. Is there a built-in/simple way to get the seed to change for each iteration (so that say, running 100 iterations doesn't really just collapse down to running 1)?
Beta Was this translation helpful? Give feedback.
All reactions