Update the changelog for the next release
[Sloppy.git] / sloppy.conf
blob1c49431b8ec070e37f187379e23884dee1965041
1 # Sloppy's config file
3 # Hash table size in megabytes
4 hash = 36
6 # Use 5-men bitbases (on/off)
7 egbb_5men = off
9 # Endgame bitbase load type (4men/5men/smart/none/off)
10 # 4men: load 3-men and 4-men bitbases to RAM
11 # 5men: load 3-men, 4-men and 5-men bitbases to RAM
12 # smart: load a smart selection of bitbases to RAM
13 # none: load nothing to RAM
14 # off: disable bitbases completely
16 # Note: even if this option is set off, Xboard can still
17 # tell Sloppy to load the bitbases with the egtpath command.
18 egbb_load_type = off
20 # Endgame bitbase cache size in megabytes
21 egbb_cache = 4
23 # Endgame bitbase path
24 # Leave this empty if you want Xboard to set the path
25 # egbb_path = bitbases
27 # Book mode (disk/mem/off)
28 bookmode = mem
30 # Book learning (on/off)
31 learn = off
33 # Write logfile(s) (on/off)
34 logfile = off
36 # The number of threads Sloppy may use (currently for perft only).
37 # Comment it out if you want Sloppy to autodetect the best value.
38 # threads = 1
40 # End of config file