-
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
beat matrix ties #256
Labels
Comments
grab |
@magwas Could you explain me this tie stuff? I tried to googled it but i did not find anything. :( |
@valentinbujdoso On tie the 2 choices have equal wins and loses. If you normalize it (subtract min(win, lose) from both parameters) it must be (0, 0). |
update: as @szirbucz said |
Just for the record: @szirbucz said :P |
Thanks :) |
magwas
pushed a commit
that referenced
this issue
Mar 31, 2019
done |
magwas
pushed a commit
that referenced
this issue
Apr 11, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Behaviour: Schulze method/normalize beat matrix;the elements for ties are (0,0)
@tested_feature("Schulze method")
@tested_operation("normalize beat matrix")
@tested_behaviour("the elements for ties are (0,0)")
A testable aspect of function: a set of pre- and postconditions.
Deviation in model
The text was updated successfully, but these errors were encountered: