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

Use time instead of depth? #22

Open ghost opened 3 years ago

ghost commented 3 years ago

In the CLI, stockfish has the option to find the best move with a dynamic search time given both players' clock times, e.g. go wtime 321000 btime 299000, as opposed to a depth limit. Does this library have any support for this or could it be implemented?