Round Robin Tournament Scheduling
Schedules - You must register to Post and Download => Requests => Topic started by: John_Szozda on September 17, 2008, 10:11:10 AM
-
I run a tennis league with eight players playing doubles on two courts. I can't seem to make sure each player plays an equal amount of times with each player and roughly the same amount of times agisnt each player. There are 32 weeks. Can someone help?
-
Check out Richard's 8-man whist schedule at this site. After 7 rounds (weeks) each player plays with all others once and against all others twice. Then you can change the name to number correspondence and repeat for the next 7 weeks, etc... Still will require some manipulation, but I think you'll get pretty close to what you want.
-
Thank you. It works as far as playing evenly with each person. But, the inequity is still there in the opponents a player plays. Under this sytem, player 2 plays against 3 and 8 four times and doesn't play against 5 and 6.
-
John,
The Whist schedule is there and it is what you want. I think the problem is that you have javascript disabled in your browser.
-
Ian
I can the whist schedule. I'm not familiar with the game but am assuming it matchesw one player against another, versus matching a team of two against another team of two.
-
John,
Whist Schedules are for pairs of players, not one-against-one. Below is the 8 player schedule. A lot of the formatting has been lost as I have just pasted in the details from Richard's Whist page, but the first two columns with pairs of numbers are the pairs that play against each other on Table 1/Court 1 and the last two columns are the players that play on Table 2/Court 2.
Whist tournament schedule for 8 players
8 player schedule | Table 1 | | Table 2 | |
| Pair 1 | Pair 2 | Pair 3 | Pair 4 |
Round 1 | 8,1 | 2,6 | 3,4 | 5,7 |
Round 2 | 8,2 | 3,7 | 4,5 | 6,1 |
Round 3 | 8,3 | 4,1 | 5,6 | 7,2 |
Round 4 | 8,4 | 5,2 | 6,7 | 1,3 |
Round 5 | 8,5 | 6,3 | 7,1 | 2,4 |
Round 6 | 8,6 | 7,4 | 1,2 | 3,5 |
Round 7 | 8,7 | 1,5 | 2,3 | 4,6 |
Note: Whist schedules are for pairs of pairs.
Looking down the tables -- at the end of the tournament each player has been paired once with each player and opposed each player twice.
-
Thanks to everyone who helped out. This will work.
John