kirillbobyrev / pabi

🤖 [WIP] Monte-Carlo Tree Search chess engine
https://kirillbobyrev.github.io/pabi/docs/pabi/
GNU General Public License v3.0
13 stars 1 forks source link

Implement and track mate finding capabilities #219

Open kirillbobyrev opened 3 months ago

kirillbobyrev commented 3 months ago

matetrack for reference on what Stockfish is doing.

I would need to

kirillbobyrev commented 2 months ago

Maybe not worth since MCTS engines are not that good at finding mates anyway and it's not clear how to do that reliably.