We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Behaviour: Schulze method/normalize beat matrix;the elements corresponding to loosers are (0,0)
@tested_feature("Schulze method")
@tested_operation("normalize beat matrix")
@tested_behaviour("the elements corresponding to loosers are (0,0)")
if votes(a) > votes(b) then m[b,a] = (0,0)
Deviation in model
The text was updated successfully, but these errors were encountered:
grab
Sorry, something went wrong.
Feature/normalization of beattable 253 (#306)
c73ac58
* Normalization of beatTable #253 #254 #255 #256
done
04f8eb1
No branches or pull requests
Behaviour: Schulze method/normalize beat matrix;the elements corresponding to loosers are (0,0)
@tested_feature("Schulze method")
@tested_operation("normalize beat matrix")
@tested_behaviour("the elements corresponding to loosers are (0,0)")
if votes(a) > votes(b) then m[b,a] = (0,0)
Deviation in model
The text was updated successfully, but these errors were encountered: