-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test stability of assignment algorithm #38
Comments
I have started looking at this to see if the same RNG seed generates outputs deterministically. It looks like the scripts up to 3.2.3 are currently deterministic but not for secondary locations with PAM. |
Exploring this would also be simplified through implementing #53 first |
From discussion with @BZ-BowenZhang and @Hussein-Mahfouz, we'd like to measure three things:
|
@sgreenbury non determinism in
|
Thanks @Hussein-Mahfouz for identifying these calling |
…x-determinism Fix determinism (#38)
According to the discussion on 7th AUG between @BZ-BowenZhang @sgreenbury and @Hussein-Mahfouz, the difference between the assigning results across each run is needed to test and prove this algorithm's stability. This may involve at least two parts:
The text was updated successfully, but these errors were encountered: