MrPiada / ChessRepertoireGenerator

MIT License
1 stars 0 forks source link

Avoid transpositions #41

Closed MrPiada closed 1 year ago

MrPiada commented 1 year ago

Keep a list of fen position and befor each __make_move() check if the fen position is already inside the list and, if so, avoid the exploration of the branch.