startStockfish: Start stockfish

View source: R/startStockfish.R

startStockfishR Documentation

Start stockfish

Description

Starts a stockfish process from binaries included in the package. Functions in stockfisher accept a stockfish process to keep things quick. If a process is not provided they will spawn one of their own and close it after they are done. This will add some overhead that.

Usage

startStockfish(...)

Examples

stockfish = startStockfish()
stockStep(posString = 'startpos',movetime = 1000,stockfish = stockfish)
stopStockfish()


oganm/stockfisher documentation built on July 20, 2024, 1:49 p.m.