phhnguyen wrote: ↑Wed Oct 13, 2021 1:11 pm
Uri Blass wrote: ↑Tue Oct 12, 2021 6:37 am
I wonder if there is a way to copy the cross table of a tournament.
 
If you mean about a "pure" crosstable, yes, on the panel Tourmanet Result, there is a tab "Plain text" to copy all stats, including the crosstable. If you need an image, use the button on the top-right corner to copy it.
 
Uri Blass wrote: ↑Tue Oct 12, 2021 6:37 am
I made a tournament between stockfish depth 5,depth 6.depth 7,depth 8,depth 9
Results are: 
Depth 9:7.5
Depth 8:6.5
Depth 7:3.5
Depth 6:2
Depth 5:0.5
Now I would like to add participants to the tournament when every new participant is going to play all previous participants twice with white and black so later I can get a new cross table and I wonder if it is possible to do it.
I basically duplicated stockfish 5 times to make the tournament and used 5 different time id.
I guess that I can make a gauntlet but I do not see how I can have 6 different time controls so I can only make a gauntlet of Stockfish depth 10 against 4 players out of 5.
 
There are some ways to do that.
- The simplest way is to create a new tournament with new games you want to add ("add participants to the tournament when..."). After all new games are played, you can merge the new one with the old/existent one, using the function Edit tournament (menu -> Tournament -> Actions -> Edit current tournament), thus you can have two data in one for Elo calculating/crosstable
- Create a new tournament with the new games as you want (similar above solution) but you export all games into PGN files. I am sure we all are family with PGN files 

 . Now, you can merge and edit them as you want. BSG can help to calculate Elo/create crosstable directly from PGN files (below illustration)
- If you are good at JSON, you can edit directly the file banksiaplaying.json. All information about the tournament's games is stored in that file. JSON is the human-readable format, both software and human can work directly.
 
 
I understood how to copy cross table but 
I do not understand exactly what to do in order to merge tournaments.
After making a tournament I did the following steps:
1)I could copy the cross table and got the following:
 
Result:
------------------------------------------------------------------------------------------------------------
  #  name                                            games   wins%  draws% losses%   score    elo    +    -
  1. Dragon 2.5.1 depth8 by Komodo Chess 64-bit          8    87.5     0.0    12.5     7.0    211  222  168
  2. Dragon 2.5.1 depth9 by Komodo Chess 64-bit dup      8    87.5     0.0    12.5     7.0    211  222  168
  3. Dragon 2.5.1 depth7 by Komodo Chess 64-bit          8    37.5    12.5    50.0     3.5    -33  159  166
  4. Dragon 2.5.1 depth6 by Komodo Chess 64-bit          8    25.0    12.5    62.5     2.5    -96  158  176
  5. Dragon 2.5.1 depth5 by Komodo Chess 64-bit          8     0.0     0.0   100.0       0   -294  177  280
Cross table:
------------------------------------------------------------------------------------------------------------
  #  name                                               score   games         1         2         3         4         5
  1. Dragon 2.5.1 depth8 by Komodo Chess 64-bit           7.0       8         x       1.0       2.0       2.0       2.0
  2. Dragon 2.5.1 depth9 by Komodo Chess 64-bit dup       7.0       8       1.0         x       2.0       2.0       2.0
  3. Dragon 2.5.1 depth7 by Komodo Chess 64-bit           3.5       8       0.0       0.0         x       1.5       2.0
  4. Dragon 2.5.1 depth6 by Komodo Chess 64-bit           2.5       8       0.0       0.0       0.5         x       2.0
  5. Dragon 2.5.1 depth5 by Komodo Chess 64-bit             0       8       0.0       0.0       0.0       0.0         x
Tech:
------------------------------------------------------------------------------------------------------------
Tech (average nodes, depths, time/m per move, others per game), counted for computing moves only, ignored moves with zero nodes:
  #  name                                              nodes/m         NPS  depth/m   time/m    moves     time
  1. Dragon 2.5.1 depth8 by Komodo Chess 64-bit             4K      325709      8.0      0.0     57.6      0.7
  2. Dragon 2.5.1 depth9 by Komodo Chess 64-bit dup         6K      497014      9.0      0.0     63.3      0.8
  3. Dragon 2.5.1 depth7 by Komodo Chess 64-bit             2K      192378      7.0      0.0     72.5      0.8
  4. Dragon 2.5.1 depth6 by Komodo Chess 64-bit             1K      121095      6.0      0.0     69.3      0.7
  5. Dragon 2.5.1 depth5 by Komodo Chess 64-bit             1K       76056      5.0      0.0     59.5      0.6
     all ---                                                2K      250228      7.0      0.0     64.4      0.7
2)I saved the file to a pgn file with the name dragon_depths
I want to add dragon depth 10 to the tournament 
I cannot have  a tournament with 6 different time controls and can only make a tournament with 5 time controls so my plan is the following:
a)make a match of 2 games between dragon depth 10 and dragon depth 5
b)make a gauntlet of dragon depth 10 and dragon depths 5-9
c)merge all the 3 tournaments.
In order to make it simple I try first to merge only 2 additinal games into the tournament in step a
so I make the following steps
3)I make a tournament with 2 games of dragon depth 10 against dragon depth 5.
4)I get the following table
Result:
-----------------------------------------------------------------------------------------------------------------
  #  name                                                 games   wins%  draws% losses%   score    elo    +    -
  1. Dragon 2.5.1 depth10 by Komodo Chess 64-bit dup dup      2   100.0     0.0     0.0       2     75  178  135
  2. Dragon 2.5.1 depth5 by Komodo Chess 64-bit               2     0.0     0.0   100.0       0    -75  135  178
Cross table:
-----------------------------------------------------------------------------------------------------------------
  #  name                                                    score   games         1         2
  1. Dragon 2.5.1 depth10 by Komodo Chess 64-bit dup dup         2       2         x       2.0
  2. Dragon 2.5.1 depth5 by Komodo Chess 64-bit                  0       2       0.0         x
Tech:
-----------------------------------------------------------------------------------------------------------------
Tech (average nodes, depths, time/m per move, others per game), counted for computing moves only, ignored moves with zero nodes:
  #  name                                                   nodes/m         NPS  depth/m   time/m    moves     time
  1. Dragon 2.5.1 depth10 by Komodo Chess 64-bit dup dup        10K      693739     10.0      0.0     61.5      0.9
  2. Dragon 2.5.1 depth5 by Komodo Chess 64-bit                  1K       66949      5.0      0.0     61.0      0.6
     all ---                                                     5K      429016      7.5      0.0     61.3      0.8
5)I choose tournaments->actions->edit current tournament
I see that the default option is replace Benjamin1.1 with Benjamin1.1.
I do not understand how I can merge 2 tournaments and I do not understand how I get games of the previous tournament that I want to merge(I already have a pgn but I cannot choose pgn when I click on merge game from another tournament JSON