mitar / peer-voting

Example implementation of Peer-to-Peer voting calculation.
http://mitar.tnode.com/post/73983101095/peer-to-peer-voting-scheme
6 stars 0 forks source link

Use range voting #2

Open mitar opened 10 years ago

mitar commented 10 years ago

Use range voting as a mechanism for individual votes. This is aligned with general idea to gather as much information from individuals as possible and then try to use it to compute the result. I am not sure if averaging is clearly the best process of aggregating votes, though.