User Tools

Site Tools


stockfish

Stockfish

https://stockfishchess.org Versione 7

Stockfish è un motore per il gioco degli scacchi veramente fortissimo

Installazione

Il pacchetto si ottiene da my_slackbuilds

sbopkg -i polyglot
sbopkg -i stockfish

Configurazione XBoard

Per usare il motore stockfish con il suo protocollo UCI occorre usare polyglot e creare un file stockfish_polyglot.ini

stockfish_polyglot.ini
[Polyglot]
EngineName=Stockfish 7
EngineDir=/usr/bin
EngineCommand=/usr/bin/stockfish
Book=false
BookFile=
Log=false
LogFile=/home/gperon/tmp/stockfish.log
 
[Engine]
option name Write Debug Log type check default false
option name Contempt type spin default 0 min -100 max 100
option name Threads type spin default 1 min 1 max 128
option name Hash type spin default 16 min 1 max 1048576
option name Clear Hash type button
option name Ponder type check default false
option name MultiPV type spin default 1 min 1 max 500
option name Skill Level type spin default 20 min 0 max 20
option name Move Overhead type spin default 30 min 0 max 5000
option name Minimum Thinking Time type spin default 20 min 0 max 5000
option name Slow Mover type spin default 84 min 10 max 1000
option name nodestime type spin default 0 min 0 max 10000
option name UCI_Chess960 type check default false
option name SyzygyPath type string default <empty>
option name SyzygyProbeDepth type spin default 1 min 1 max 100
option name Syzygy50MoveRule type check default true
option name SyzygyProbeLimit type spin default 6 min 0 max 6

quindi registrare su XBoard il motore come

"Stockfish 7" -fcp "polyglot /home/gperon/tmp/stockfish_polyglot.ini" 
stockfish.txt · Last modified: 2020/06/01 21:11 by 127.0.0.1