Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
# Initialization script for the chess engine.
#
# This file is parsed by Chess Giants and each line that is not commented nor
# empty is sent verbatim to the chess engine at the beginning of each game,
# right after engine initialization, prior to any move command. You can put
# here every engine-specific initialization command you want.
# terminate extra threads when idle
smpnice 1
# memory consumption of the engine is roughly the sum of these. If your
# system is low on memory, or if you've got plenty, you may halve or double
# these values. Please only divide and multiply by a factor of two.
hash 384M
hashp 128M
cache 32M
# disable logging
log off
# don't beep when playing a move
alarm off
# ignore forfeits on time
flag off
# don't learn anything (our opponent may be dumber than us)
learn off