summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFranklin Wei <me@fwei.tk>2017-05-28 22:03:59 -0400
committerFranklin Wei <me@fwei.tk>2017-05-28 22:03:59 -0400
commitcf86db41b4d905f329ce90751dd5b2cae2250452 (patch)
tree362a178364e41c870c2046b185bf71277caf11e1 /Makefile
parentf86b29a6f4dfbcdcb16110f209077d5b13f3fcfb (diff)
downloadxenonchess-cf86db41b4d905f329ce90751dd5b2cae2250452.zip
xenonchess-cf86db41b4d905f329ce90751dd5b2cae2250452.tar.gz
xenonchess-cf86db41b4d905f329ce90751dd5b2cae2250452.tar.bz2
xenonchess-cf86db41b4d905f329ce90751dd5b2cae2250452.tar.xz
different PST for beginning and end
Score of xenon-new vs xenon-old: 55 - 32 - 913 [0.511] 1000 Elo difference: 7.99 +/- 6.33
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 63407f1..7684608 100644
--- a/Makefile
+++ b/Makefile
@@ -30,10 +30,10 @@ $(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 100
+ $(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 1000
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=2+.02 -rounds 100
+ $(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
%.o: %.c Makefile $(HEADERS)
@echo "CC $<"