<< Back to Clans Forum   Search

Posts 26 - 30 of 30   <<Prev   1  2  
Vote for New Clan War Templates!: 5/22/2021 20:04:19

Seasonal Template Curator 
Level 2
Report
A big thanks to everyone who voted. We used the Single Transferable Vote system to resolve votes as implemented here: https://github.com/louridas/stv.

The two new Clan Wars templates will be French Brawl and Guiroma.

If your vote appears to have been counted incorrectly or if it wasn't counted and you think it should have been, please let us know by posting in this thread in the next 24 hours. You can view all the votes here: https://tinyurl.com/syvcapp4

The way the STV algorithm works, it uses randomness to break ties during the elimination step. I was hoping we wouldn't encounter any ties, but we did encounter one (or two depending on the branch). In any case, all three branches produce the same results.

Eliminate Strat ME then Strategic Greece branch

clanwars@warlight:~$ python stv.py -s 2 -b votes-as-ballot-box.csv
^THRESHOLD 20
@ROUND 1
.COUNT French Brawl = 15;Strat ME = 6;Guiroma = 8;Strategic Greece = 7;Battle Islands V = 6;Volcano Island = 2;Biomes of America = 14; = 0
-ELIMINATE  = 0
@ROUND 2
.COUNT French Brawl = 15;Strat ME = 6;Guiroma = 8;Strategic Greece = 7;Battle Islands V = 6;Volcano Island = 2;Biomes of America = 14
-ELIMINATE Volcano Island = 2
@ROUND 3
.COUNT French Brawl = 15;Strat ME = 6;Guiroma = 10.0;Strategic Greece = 7;Battle Islands V = 6;Biomes of America = 14
*RANDOM Strat ME from ['Battle Islands V', 'Strat ME'] to -ELIMINATE
-ELIMINATE Strat ME = 6
@ROUND 4
.COUNT French Brawl = 17.0;Guiroma = 12.0;Strategic Greece = 7;Battle Islands V = 7.0;Biomes of America = 15.0
*RANDOM Strategic Greece from ['Battle Islands V', 'Strategic Greece'] to -ELIMINATE
-ELIMINATE Strategic Greece = 7
@ROUND 5
.COUNT French Brawl = 19.0;Guiroma = 14.0;Battle Islands V = 8.0;Biomes of America = 17.0
-ELIMINATE Battle Islands V = 8.0
@ROUND 6
.COUNT French Brawl = 21.0;Guiroma = 19.0;Biomes of America = 18.0
+ELECT French Brawl = 21.0
@ROUND 7
.COUNT Guiroma = 19.5238095238;Biomes of America = 18.3333333333
-ELIMINATE Biomes of America = 18.3333333333
@ROUND 8
.COUNT Guiroma = 36.8571428571
+ELECT Guiroma = 36.8571428571
Results:
('French Brawl', 6, 21.0)
('Guiroma', 8, 36.857142857142875)


Eliminate Strat ME then Battle Islands V branch

clanwars@warlight:~$ python stv.py -s 2 -b votes-as-ballot-box.csv
^THRESHOLD 20
@ROUND 1
.COUNT French Brawl = 15;Strat ME = 6;Guiroma = 8;Strategic Greece = 7;Battle Islands V = 6;Volcano Island = 2;Biomes of America = 14; = 0
-ELIMINATE  = 0
@ROUND 2
.COUNT French Brawl = 15;Strat ME = 6;Guiroma = 8;Strategic Greece = 7;Battle Islands V = 6;Volcano Island = 2;Biomes of America = 14
-ELIMINATE Volcano Island = 2
@ROUND 3
.COUNT French Brawl = 15;Strat ME = 6;Guiroma = 10.0;Strategic Greece = 7;Battle Islands V = 6;Biomes of America = 14
*RANDOM Strat ME from ['Battle Islands V', 'Strat ME'] to -ELIMINATE
-ELIMINATE Strat ME = 6
@ROUND 4
.COUNT French Brawl = 17.0;Guiroma = 12.0;Strategic Greece = 7;Battle Islands V = 7.0;Biomes of America = 15.0
*RANDOM Battle Islands V from ['Battle Islands V', 'Strategic Greece'] to -ELIMINATE
-ELIMINATE Battle Islands V = 7.0
@ROUND 5
.COUNT French Brawl = 18.0;Guiroma = 16.0;Strategic Greece = 9.0;Biomes of America = 15.0
-ELIMINATE Strategic Greece = 9.0
@ROUND 6
.COUNT French Brawl = 21.0;Guiroma = 19.0;Biomes of America = 18.0
+ELECT French Brawl = 21.0
@ROUND 7
.COUNT Guiroma = 19.5238095238;Biomes of America = 18.3333333333
-ELIMINATE Biomes of America = 18.3333333333
@ROUND 8
.COUNT Guiroma = 36.8571428571
+ELECT Guiroma = 36.8571428571
Results:
('French Brawl', 6, 21.0)
('Guiroma', 8, 36.857142857142875)

Eliminate Battle Islands V branch

clanwars@warlight:~$ python stv.py -s 2 -b votes-as-ballot-box.csv
^THRESHOLD 20
@ROUND 1
.COUNT French Brawl = 15;Strat ME = 6;Guiroma = 8;Strategic Greece = 7;Battle Islands V = 6;Volcano Island = 2;Biomes of America = 14; = 0
-ELIMINATE  = 0
@ROUND 2
.COUNT French Brawl = 15;Strat ME = 6;Guiroma = 8;Strategic Greece = 7;Battle Islands V = 6;Volcano Island = 2;Biomes of America = 14
-ELIMINATE Volcano Island = 2
@ROUND 3
.COUNT French Brawl = 15;Strat ME = 6;Guiroma = 10.0;Strategic Greece = 7;Battle Islands V = 6;Biomes of America = 14
*RANDOM Battle Islands V from ['Battle Islands V', 'Strat ME'] to -ELIMINATE
-ELIMINATE Battle Islands V = 6
@ROUND 4
.COUNT French Brawl = 16.0;Strat ME = 7.0;Guiroma = 13.0;Strategic Greece = 8.0;Biomes of America = 14
-ELIMINATE Strat ME = 7.0
@ROUND 5
.COUNT French Brawl = 18.0;Guiroma = 16.0;Strategic Greece = 9.0;Biomes of America = 15.0
-ELIMINATE Strategic Greece = 9.0
@ROUND 6
.COUNT French Brawl = 21.0;Guiroma = 19.0;Biomes of America = 18.0
+ELECT French Brawl = 21.0
@ROUND 7
.COUNT Guiroma = 19.5238095238;Biomes of America = 18.3333333333
-ELIMINATE Biomes of America = 18.3333333333
@ROUND 8
.COUNT Guiroma = 36.8571428571
+ELECT Guiroma = 36.8571428571
Results:
('French Brawl', 6, 21.0)
('Guiroma', 8, 36.857142857142875)


Edited 5/22/2021 22:28:09
Vote for New Clan War Templates!: 5/22/2021 20:32:08


l4v.r0v 
Level 59
Report
Nicely done! Thanks for the high degree of transparency around the voting!
Vote for New Clan War Templates!: 5/22/2021 22:29:50

Seasonal Template Curator 
Level 2
Report
It has come to my attention that I accidentally counted one player's votes twice. I have fixed the count and re-run the algorithm. Nothing has changed about the outcome; the same three branches exist, and the same templates win.
Vote for New Clan War Templates!: 5/23/2021 13:29:13


Johnny Silverhand 
Level 58
Report
> Eliminate Strat ME then Strategic Greece branch
etc.

Where are these branch names coming from when Volcano Islands was the first to be eliminated every time?
Vote for New Clan War Templates!: 5/24/2021 01:41:03


Beren Erchamion 
Level 64
Report
The branches come from the random choices. Look for the token *RANDOM in the log.
Posts 26 - 30 of 30   <<Prev   1  2