more AI server scripting

pull/1123/head
Thibault Duplessis 2015-10-08 14:34:45 +02:00
parent 0b2e7dff7a
commit 7417e70783
4 changed files with 14 additions and 11 deletions

View File

@ -2,9 +2,8 @@
./bin/install-stockfish
./bin/install-polyglot
./bin/install-syzygy
# ./bin/install-syzygy
./bin/install-polyglot-default-config
vim polyglot.ini
vim application.conf
./local/Stockfish/src/stockfish bench
vim polyglot.ini

View File

@ -2,6 +2,7 @@
mkdir -p local
cd local
rm -rf polyglot
git clone https://github.com/ddugovic/polyglot.git
cd polyglot
git checkout 2d5bbd35dd1c44a1a7556793e16b9070047848fb

View File

@ -0,0 +1,7 @@
#!/bin/sh
if [ -f polyglot.ini ]; then
exit 0;
fi
curl -o polyglot.ini https://raw.githubusercontent.com/ornicar/lila/master/conf/polyglot.ini

View File

@ -1,10 +1,10 @@
[PolyGlot]
LogFile = logs/polyglot.log
Log = false
Log = true
EngineDir = bin
EngineCommand = stockfish
EngineCommand = ./stockfish
Book = true
BookLearn = false
@ -18,11 +18,7 @@ ContemptScore = 300
[Engine]
Write Debug Log = false
SyzygyPath = local/tb
SyzygyProbeDepth = 1
Syzygy50MoveRule = true
SyzygyProbeLimit = 5
Write Debug Log = true
Threads = 1
Hash = 256
Ponder = false