flitsr.ranking.Tiebrk¶
- class flitsr.ranking.Tiebrk(*values)¶
Bases:
EnumAn
Enumfor the tie-breaking method to be used.- __init__(*args, **kwds)¶
Attributes
Tie break only using execution counts.
Tie break randomly.
Tie break using the original SBFL ranking, then execution counts.
- EXEC = 1¶
Tie break only using execution counts.
- ORIG = 3¶
Tie break using the original SBFL ranking, then execution counts.
- RNDM = 2¶
Tie break randomly. Note, this will cause non-deterministic output.