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
dir: "./engines/"# Directory containing engines, relative to this project.
name: "sf"# Binary name of the engine to use.
protocol: "uci"# "uci" or "xboard"
ponder: false # Think on opponent's time.
polyglot:
enabled: false # Activate polyglot book.
book:
standard: # List of book file paths for variant standard.
- engines/book1.bin
- engines/book2.bin
# atomic: # List of book file paths for variant atomic.
# - engines/atomicbook1.bin
# - engines/atomicbook2.bin
# etc.
# Use the same pattern for 'giveaway' (antichess), 'crazyhouse', 'horde', 'kingofthehill', 'racingkings' and '3check' as well.
min_weight: 1# Does not select moves with weight below min_weight (min 0, max: 65535).
selection: "weighted_random"# Move selection is one of "weighted_random", "uniform_random" or "best_move" (but not below the min_weight in the 2nd and 3rd case).
max_depth: 8# Half move max depth.
# engine_options: # Any custom command line params to pass to the engine.
# cpuct: 3.1
homemade_options:
# Hash: 256
uci_options: # Arbitrary UCI options passed to the engine.
Move Overhead: 500# Increase if your bot flags games too often.
Threads: 2# Max CPU threads the engine can use.
Hash: 256# Max memory (in megabytes) the engine can allocate.