Skip to content

Commit

Permalink
Mention that a round consists of 2 games played from both sides.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiudee committed Sep 4, 2020
1 parent 3d9fab2 commit fc5e1fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/parameters.myst
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@ fitting process:
- Description
* - `"rounds"`
-
- Number of rounds to play in the match (each round consists of 2 games).
- Number of rounds to play in the match (each round consists of 2 games - one
opening played from both sides).
[default: 10]
* - `"engine1_tc"`
-
Expand Down
4 changes: 4 additions & 0 deletions docs/usage.myst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ actual tuning configuration. Here we use a very simple configuration:
},
"engine1_tc": "1+0.1",
"engine2_tc": "1+0.1",
"rounds": 20,
"opening_file": "openings.pgn"
}
```
Expand All @@ -61,6 +62,9 @@ to run matches. Here we use a time control of 1s + 0.1s increment for
both engines. Depending on the hardware used, it may be necessary to
calibrate the correct ratio of time controls such that both engines are of
equal strength.
The number of rounds specify how many rounds the tuner should run to evaluate
one parameter configuration.
Each round consists of two games (one random opening played from both sides).
The `opening_file` field contains the path to an epd or pgn file and will
be used by cutechess-cli to select random openings for the matches.

Expand Down

0 comments on commit fc5e1fe

Please sign in to comment.