QueensGambit / CrazyAra

A Deep Learning UCI-Chess Variant Engine written in C++ & Python :parrot:
https://lichess.org/@/CrazyAra
GNU General Public License v3.0
241 stars 42 forks source link

MCTS solver bug fix #185

Closed QueensGambit closed 2 years ago

QueensGambit commented 2 years ago

This PR aims to fix a bug when losing on time in forced mating sequences. Example game:

Now solveForTerminal is kept on true when descending from a terminal node.