Hacker News new | ask | show | jobs
by GeertB 123 days ago
How did you handle games where Stockfish would castle or promote?
1 comments

i forced stockfish to play only non castling, non en passant, non promotion moves by filtering legal moves and passing only those as root_moves

also removed castling/EP rights from FEN

I'd call that cheating but the size and capability is impressive nonetheless.