<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
<div>Thanks for the response! This is basically what I've implemented for the algorithm I called majorityJudgement, but is this the same thing as "bucklin majority judgement"? Is majority judgement already considered a Bucklin system? Or is there some variation of MJ that uses Bucklin style rounds? <br><br>Best,<br>Culi.</div><div><br></div><div><br></div><div>Jan 29, 2022, 2:56 PM by km_elmet@t-online.de:<br></div><blockquote class="tutanota_quote" style="border-left: 1px solid #93A3B8; padding-left: 10px; margin-left: 5px;"><div>On 29.01.2022 19:51, culitif@tuta.io wrote:<br></div><blockquote><div>It strikes me that the current documentation on Bucklin on both<br></div><div>Wikipedia and Electowiki is really unintuitive. Electowiki points out<br></div><div>Fallback Voting as a method that's "strongly related to Bucklin" that<br></div><div>was proposed in 2006, but from what I can tell it is exactly what is<br></div><div>described in Smith's paper that you linked. And it's also what I'd<br></div><div>gather as the general impression most people get when reading the<br></div><div>Wikipedia article for it. All of them fail to go into detail however.<br></div><div><br></div><div>Forest also mentioned MJ Bucklin as probably the most popular form of<br></div><div>Bucklin right now. But the little detail offered by either Electowiki or<br></div><div>Wikipedia (or most general resources) go into zero detail about what<br></div><div>that would look like. Despite the fact that they all make mention of the<br></div><div>popularity of graded Bucklin methods. <br></div><div><br></div><div>I'd like to go ahead and make an implementation of MJ Bucklin, but I'm<br></div><div>having a hard time finding a description of the algorithm. Could anybody<br></div><div>kindly provide a link or resource to what that would look like?<br></div></blockquote><div><br></div><div>MJ is like this, if I recall correctly:<br></div><div><br></div><div>Assign each grade to a number (it doesn't really matter what number, as<br></div><div>long as higher grades have higher values). Voters submit graded ballots,<br></div><div>i.e. for each candidate the voter provides either no opinion or a grade.<br></div><div><br></div><div>The candidate with the highest median grade wins.<br></div><div><br></div><div>If there's a tie, remove from each candidate one instance of the median<br></div><div>grade. Continue doing so until there's no longer a tie.<br></div><div><br></div><div>-km<br></div></blockquote><div dir="auto"><br></div>  </body>
</html>