Rev 31 | 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 idlesmpnice 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 384Mhashp 128Mcache 32M# disable logginglog off# don't beep when playing a movealarm off# ignore forfeits on timeflag off# don't learn anything (our opponent may be dumber than us)learn off# switch to xboard modexboard