-
Notifications
You must be signed in to change notification settings - Fork 12
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
the beat matrix contains the beats #251
Comments
valentinbujdoso |
As far as I understand the ticket. I have to implement a BeatTable normalizeBeatMatrix(List castVotes); function. I checked the CastVote class and the RankedChoice class too. However I just found choiceId in the RankedChoice. So I can create an order based on the RankedChoices rank but only for the choiceIds. The problem is that the BeatTables matrix contains choices. |
Oops, a design inconsistency again... |
yeah sure |
thx |
Done |
Behaviour: Schulze method/compute initial beat matrix;the beat matrix contains the beats
@tested_feature("Schulze method")
@tested_operation("compute initial beat matrix")
@tested_behaviour("the beat matrix contains the beats")
m[a,b][forward] contains the number of votes casts where a beats b m[b,a][backward] contains the number of votes cast where b beats a
Deviation in model
The text was updated successfully, but these errors were encountered: