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?
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?