[EM] SSTAR Sorted STAR

Forest Simmons forest.simmons21 at gmail.com
Mon Sep 25 15:25:05 PDT 2023


Pairwise sort the score order in the two best known ways ... Sink Sort and
Bubble Sort.

Of the two candidates at the top of the respective sorted orders, elect the
one that defeats the other one pairwise.

To make this method burial proof process the two sorted orders with
Elimination take-down before the final show down:

Process the Sink Sorted order by repeatedly eliminating the pairwise loser
of the too two remaining sink sort candidates and every candidate defeated
by it (until just one remains).

Process the Bubble Sorted order by repeatedly eliminating the pairwise
loser of the bottom two bubble sort candidates and every candidate defeated
by it (until just one remains).

Elect the pairwise winner between the two take down versions.

This method is burial proof, and always elects from the Banks set.

fws
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.electorama.com/pipermail/election-methods-electorama.com/attachments/20230925/ed0c3332/attachment.htm>


More information about the Election-Methods mailing list