Check-in Lasker-2.2.3 tar ball from samba.org
[capablanca.git] / lasker-2.2.3 / bots / mamer / help / swiss
1 swiss
2
3 The swiss system is a fairly complicated pairing system(books have been 
4 written on it).  Here is a short summary.  For the first round, the players 
5 are ranked by rating. The top player of the top half plays the top player of 
6 the bottom half, the #2 player from the top half plays the #2 player from the
7 bottom half, and so on. Colors alternate for the top players. A sample first 
8 round pairing for an 8 player tourney would be 1-5, 6-2, 3-7, 8-4.  After each
9 round, the players are sorted again.  This time, they are sorted by score in 
10 the tourney(1.0 for each win, 0.5 for each draw, 0.0 for each loss).  The 
11 swiss algorithm mentioned above is then applied to each group.  As the tourney
12 goes on, the number of groups(and thus the number of groups with an odd number
13 of players) grows.  There are many techniques used to pair players that are at
14 least very close in score while avoiding having two players play each other 
15 more than once and giving very lopsided color distribution(for example, having
16 4 whites and one black in a 5 round tourney) which are beyond the scope of
17 this short summary.  To sum up, you play people who are doing close to as well
18 (or poorly) as you in the tourney, you play close to an equal number of
19 games with white as with black, and you don't play the same player twice.  
20 Mamer does its best to make good swiss pairings, but occasionally it will
21 produce some odd pairings.
22
23 [Last modified: September 1, 1998 -- toddmf]