UEWBot / dipvis

Django-based visualiser for tournaments for the boardgame Diplomacy
GNU General Public License v3.0
7 stars 5 forks source link

GamePlayer.score_is_dropped is not enough #320

Open UEWBot opened 3 weeks ago

UEWBot commented 3 weeks ago

Now that we have TScoringSumGames with residuals (e.g. “best 2 games plus half the average of the rest”), game scores are no longer binary code included or dropped. Instead they are applied with some multiplier. So it may make sense to replace score_is_dropped with the multiplier.

Worth considering for RoundPlayer, too, for consistency