How many rounds in a tournament?

Some tournaments specify the number of rounds up front. Others do not.

In some cases (e.g. Swiss) you can’t determine the number of rounds until the tournament has started, and the number of players is known. However, the number of rounds is still not displayed even after the tournament begins.

Is there any reason why the number of rounds cannot be displayed after the tournament begins? Are there cases where this can change as the tournament progresses?

2 Likes

Along the same lines: prior to tournament start, “Players” specifies the configured range. e.g. 4-100.

After start, can this be replaced with the actual number of registered players?

1 Like

With some formats (eg double elimination) the number of rounds could change depending on how many people timeout of games (and are therefor disqualified automatically) or resign.

1 Like

I had the same problem in an ongoing Swiss tournament. I wanted to know the number of rounds remaining, to get an idea of how long I had to play. I did not find this info displayed anywhere.

2 Likes

How many rounds are in this tournament?

Shouldn’t Swiss tournaments have a fixed number of rounds? Or is it variable?

If it is the former, maybe it’s just that the interface forgets to display this information for Swiss tournaments?

1 Like

I think the issue is as in OP. The number of rounds is unknown until after the tournament starts but I guess at that point all the info is “fixed” by the system including the fact that the number of rounds is not known. I suppose it could be determined just as the tourney is starting but clearly isn’t (or isn’t displayed)
But also might it vary depending on resignations/disqualifications?

2 Likes

So I guess some more fundamental questions are:

  1. Do Swiss tournaments have a fixed or variable number of rounds?
  2. How exactly does a Swiss tournament work on OGS?

Note that on Wikipedia, Swiss tournaments are described as having a fixed number of rounds. However, Sensei’s library describes a different format that has a variable number of rounds.

It seems that the wiki documentation for OGS implies that the Swiss tournaments have a variable number of rounds, so maybe this format is similar to how it is described on Sensei’s library?

1 Like

For N players, a Swiss tournament requires at least log2(N) rounds to determine a winner. In practice, this can still result in ties, so it is better to do K*log2(N) but K need not be larger than 2.

IIRC, the actual formula used by OGS is O(N) instead of O(log2 N) which results in a ridiculous number of rounds for large Swiss tournaments.

4 Likes

My understanding is that there are at least two types of Swiss tournament:

  1. Fixed length: the tournament lasts a fixed number of rounds, which may be set as a function of the initial number of players or just chosen some other way. If this number is set too low relative to the number of players, it is possible for the tournament to end with more than one player having won all of their games.
  2. Variable length: the tournament ends when there is only one player left that has won all of their games. With a pairing method that always assigns players with all wins with each other (except for maybe one odd one left out), this would most likely take no more than ceil(log2(N)) rounds.

Knowing the constant here is crucial. Hopefully, it is only a fraction of N, rather than a multiple.

Does this mean that Swiss tournaments are actually fixed length, but with the number of rounds being a function of the initial number of players?

I suppose that yet another possibility is that after each round, the number of played rounds is compared to a function of the number of remaining participants (those that have not chosen to drop out), and ending the tournament if the former is greater than the latter.

Because tournaments have a max number of participants, it should be possible to give in advance the max number of rounds at least. That can be a useful information for a player schedule or for avoiding tournaments requiring too much.

1 Like

In an effort to find an answer for the question of “How many rounds does a Swiss tournament last?” I found an old thread (actually started by me as well), where I got a precise answer from @matburt

However, it seems that this answer might be a bit dated, since it is from 2014, and the concept of “qualified places” seems to now be gone.

3 Likes

Or is still one since we are not yet

as far as OGS tournament operation is concerned

2 Likes

I don’t think “qualified places” was ever selectable. The formula gives the right number of rounds with Q=1.

2 Likes

I wanted to confirm this, since back a long time ago (in 2014), I believe the interface said something about qualified places on the page of Swiss tournament. I even asked about what this phrase meant back then:

However, now the page for a Swiss tournament does not mention anything about “qualified places”, so I wasn’t sure if the concept was done away with or just no longer displayed on the page.

So, once a Swiss tournament starts, is the number of rounds fixed (computed from the number of players that started the tournament)? Or does the number of remaining rounds get adjusted if players leave?

For the tournament that I linked to earlier, there were 128 players to start. If we use P=64 and Q=1 in the formula (P + 7 x Q)/5, we get 27.

So, will that tournament last 27 rounds? Or will it be shorter than that since some people have left?

@flovo, is that tournament fixed at 27 rounds?

2 Likes

@teapoweredrobot suggested elsewhere that Swiss tournaments on OGS might simply end as soon as a winner had been determined.

However, I’ve found an example of a Swiss tournament where that did not happen:

  • There were 6 players in this tournament.
  • After the first round, 3 had won their games, and the other 3 lost their games.
  • After the second round, only one player (who would go on to eventually become the champion) still had a perfect record, since the other two players that won in the first round lost their second round games.
  • However, the tournament continued for two more rounds, ending after four rounds.
  • The champion won all four of their games, while no one else won more than two.

@flovo, note that this tournament also contradicts the (P + 7) / 5 formula (assuming Q = 1). The tournament lasted 4 rounds, while the formula specifies only 2.6.

2 Likes

But, stop me if I am wrong, to win you can’t be sure until other players can’t catch up by winning the next ones and you losing them even if you have till now a perfect score.

2 Likes

Right, if you arrange a Swiss tournament as having a large enough number of rounds, it could be possible for a player leading as the only one with a perfect score to be later overtaken by others, if they start losing games allowing others to catch back up.

However, the purpose of my example is to contradict the speculation that an OGS Swiss tournament would end as soon as only one player had a perfect score.

1 Like

In my defence I made no claims about the inscrutable nature of OGS tournaments, the details of which are known only to Him. It’s just that my understanding of the Swiss system is that it should finish when the winner is determined.

I should say though that I’ve never known an IRL Go tournament use the Swiss system.

1 Like

Ok. Well as you, I dunno really how this “swiss” system run on OGS but usually, it’s just everyone against everyone, and wait the last game to determine the winner. And that will justify at least one of the 2 rounds in the example of tournament you gave, the last one not being necessary.