You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config.yml.default
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -46,25 +46,29 @@ engine: # Engine settings.
46
46
chessdb_book:
47
47
enabled: false # Whether or not to use chessdb book.
48
48
min_time: 20 # Minimum time (in seconds) to use chessdb book.
49
+
max_time: 10800 # Maximum starting game time (in seconds) to use chessdb book.
49
50
move_quality: "good" # One of "all", "good", "best".
50
51
min_depth: 20 # Only for move_quality: "best".
51
52
lichess_cloud_analysis:
52
53
enabled: false # Whether or not to use lichess cloud analysis.
53
54
min_time: 20 # Minimum time (in seconds) the bot must have to use cloud analysis.
55
+
max_time: 10800 # Maximum starting game time (in seconds) the bot must have to use cloud analysis.
54
56
move_quality: "best" # One of "good", "best".
55
57
max_score_difference: 50 # Only for move_quality: "good". The maximum score difference (in cp) between the best move and the other moves.
56
58
min_depth: 20
57
59
min_knodes: 0
58
60
lichess_opening_explorer:
59
61
enabled: false
60
62
min_time: 20
63
+
max_time: 10800 # Maximum starting game time (in seconds) the bot must have to use the lichess opening explorer.
61
64
source: "masters" # One of "lichess", "masters", "player"
62
65
player_name: "" # The lichess username. Leave empty for the bot's username to be used. Used only when source is "player".
63
66
sort: "winrate" # One of "winrate", "games_played"
64
67
min_games: 10 # Minimum number of times a move must have been played to be chosen.
65
68
online_egtb:
66
69
enabled: false # Whether or not to enable online endgame tablebases.
67
70
min_time: 20 # Minimum time (in seconds) the bot must have to use online EGTBs.
71
+
max_time: 10800 # Maximum starting game time (in seconds) the bot must have to use online EGTBs.
68
72
max_pieces: 7 # Maximum number of pieces on the board to use endgame tablebases.
69
73
source: "lichess" # One of "lichess", "chessdb".
70
74
move_quality: "best" # One of "best" or "suggest" (it takes all the moves with the same WDL and tells the engine to only consider these; will move instantly if there is only 1 "good" move).
0 commit comments