Open TomasMikula opened 4 years ago
ValSource.merge favors the first input, which is a consequence of biased race. Implement an unbiased variant where arguments to race are swapped after each step.
ValSource.merge
race
ValSource.merge
favors the first input, which is a consequence of biasedrace
. Implement an unbiased variant where arguments torace
are swapped after each step.