iamjarret / pystockfish

Implements an easy-to-use Engine class to integrates the Stockfish chess engine with Python
GNU General Public License v3.0
30 stars 13 forks source link

Allow time search #23

Closed ghost closed 2 years ago

ghost commented 3 years ago

This allows passing a time parameter to the Engine class. This takes the clock time of white and black (and optionally, their respective clock increments), and allows stockfish to do a time-sensitive search on them. This can work in conjunction or independently from the depth option. Resolves #22.