py-stockfish / stockfish

Integrates the Stockfish chess engine with Python (Official fork)

Home Page:https://py-stockfish.github.io/stockfish/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Option for getting stockfish to search with both depth and movetime

johndoknjas opened this issue · comments

https://chess.stackexchange.com/questions/12884/uci-go-with-depth-and-movetime

As shown in Marv's answer, this is simple enough to do as a command (e.g., go depth x movetime y). Stockfish will stop if it reaches the specified depth, or the specified movetime (whichever comes first).