全ての報告
BGAウェブサイト
#49340: "Tournament creates too many tables with minimum player count"
implemented: この提案は実行されました
1
どういった内容ですか?
どうしましたか?以下から選んでください
提案: この提案で、ウェブサイトはより良い物になるでしょう
詳細
• 何を意味するのか、簡単に理解できるようにあなたの提案を正確かつ簡潔に説明してください。
When creating a tournament for a multiplayer game, you can specify two quantities: the Number of Players in a Match and the Number of Players in a Match (minimum). When the tournament starts, it should create tables so that all players are playing (if possible) and most of the tables have the desired player count, not the minimum player count. Yet in many tournaments, I have seen that the algorithm creates far too many tables with the minimum (undesired) player count. A detailed example is below.• あなたのブラウザは何ですか?
Mozilla v5
報告履歴
blockmonoid • この提案はまだ開発者によって解析されていません:
2021年 9月27日 16:59 • An example tournament: boardgamearena.com/tournament?id=89107
There were 81 players. The Number of Players in a Match was 4, the minimum was 3. So the optimal configuration would be:
18 four-player tables and 3 three-player tables (81= 4*18+3*3)
Instead, the first round of the tournament had:
9 four-player tables and 15 three-player tables (81= 4*9+3*15)
I don't even know how the algorithm decided on this configuration, since it shows no preference between 4- and 3-player tables. But the result was that an extra 36=3*12 players were playing at 3-player tables in the tournament, when they could have been at 4-player tables. For a game like For Sale, that's a big difference, since 4-player is a good player count, but 3-player is quite bad.
There were 81 players. The Number of Players in a Match was 4, the minimum was 3. So the optimal configuration would be:
18 four-player tables and 3 three-player tables (81= 4*18+3*3)
Instead, the first round of the tournament had:
9 four-player tables and 15 three-player tables (81= 4*9+3*15)
I don't even know how the algorithm decided on this configuration, since it shows no preference between 4- and 3-player tables. But the result was that an extra 36=3*12 players were playing at 3-player tables in the tournament, when they could have been at 4-player tables. For a game like For Sale, that's a big difference, since 4-player is a good player count, but 3-player is quite bad.
Archduke • この提案は実行されました:
2023年 1月31日 11:16 •
2023年 1月31日 23:51 • Implemented (release notes: boardgamearena.com/forum/viewtopic.php?p=133530#p133530)
報告に書き加える
このバグを再現するため、またはあなたの提案を理解するために、ここに関連性があると思われるものを追加してください:
- 他のテーブルID/行動ID
- F5キー(ページの再読込)で問題は解決されましたか?
- 問題は何回も起こりましたか?毎回 起こりますか?ランダムに起きますか?
- もしこのバグのスクリーンショットがあれば(素晴らしい!)、Imgur.com等を使ってアップロードし、リンクをコピー&ペーストしてください。