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