diff options
| author | Franklin Wei <me@fwei.tk> | 2017-05-29 17:47:01 -0400 |
|---|---|---|
| committer | Franklin Wei <me@fwei.tk> | 2017-05-29 17:50:07 -0400 |
| commit | b4efaf40b985f3325680fe4fb72efcc74d5d8c7a (patch) | |
| tree | e2c3957a9e4257cbd0580c0cc933a2a4db3cec23 /Makefile | |
| parent | 175feded9001a2728e3b1334542ac68b79312957 (diff) | |
| download | xenonchess-b4efaf40b985f3325680fe4fb72efcc74d5d8c7a.zip xenonchess-b4efaf40b985f3325680fe4fb72efcc74d5d8c7a.tar.gz xenonchess-b4efaf40b985f3325680fe4fb72efcc74d5d8c7a.tar.bz2 xenonchess-b4efaf40b985f3325680fe4fb72efcc74d5d8c7a.tar.xz | |
time control, removes depth-based stuff
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ $(PROGRAM_NAME)-old: Makefile $(HEADERS) $(SRC) $(CC) $(SRC) -o $@ $(CFLAGS) $(LIBS) test: all - $(CUTECHESS) -engine name=xenon-new proto=uci dir=`pwd` cmd=./xenonchess -engine proto=uci dir=`pwd` cmd=./xenonchess-old name=xenon-old -each tc=inf -rounds 200 -ratinginterval 1 + $(CUTECHESS) -engine name=xenon-new proto=uci dir=`pwd` cmd=./xenonchess -engine proto=uci dir=`pwd` cmd=./xenonchess-old name=xenon-old -each tc=1+.01 -rounds 200 -ratinginterval 1 test-tscp: $(PROGRAM_NAME) $(CUTECHESS) -engine name=xenon-new proto=uci dir=`pwd` cmd=./xenonchess -engine proto=xboard dir=/ cmd=$(TSCP) name=tscp -each tc=1+.01 -rounds 1000 |