FLAML icon indicating copy to clipboard operation
FLAML copied to clipboard

replaced set with ordered set to ensure reproduciblity

Open AdityaN1198 opened this issue 3 years ago • 2 comments

Replaced python 'set' with OrderedSets from "ordered-set" library to ensure reproducibility during runs when seed is set. Added ordered-set in setup.py as well

AdityaN1198 avatar Aug 09 '22 10:08 AdityaN1198

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.

:x: AdityaN1198 sign now
You have signed the CLA already but the status is still pending? Let us recheck it.

ghost avatar Aug 09 '22 10:08 ghost

Could you describe the problem when not using OrderedSet? Do you have an example of using OrderedSet instead of set to make an irreproducible result reproducible? Thanks.

sonichi avatar Aug 09 '22 15:08 sonichi