diff options
| author | Franklin Wei <me@fwei.tk> | 2017-05-28 22:03:59 -0400 |
|---|---|---|
| committer | Franklin Wei <me@fwei.tk> | 2017-05-28 22:03:59 -0400 |
| commit | cf86db41b4d905f329ce90751dd5b2cae2250452 (patch) | |
| tree | 362a178364e41c870c2046b185bf71277caf11e1 /Makefile | |
| parent | f86b29a6f4dfbcdcb16110f209077d5b13f3fcfb (diff) | |
| download | xenonchess-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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 $<" |