Replies: 1 comment
-
the seed is something you set on the sampler, rather than on the executor. So in this example you would modify the var sampler = new DefaultSamplingPipeline()
{
Seed = 1234,
}; |
Beta Was this translation helpful? Give feedback.
0 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.
-
By default it seems to repeatably produce the same sequence.
Beta Was this translation helpful? Give feedback.
All reactions