cameron-martin / tsumego-solver

A program for solving and generating tsumego puzzles.
33 stars 5 forks source link

DFS #22

Open cameron-martin opened 4 years ago

cameron-martin commented 4 years ago

This is an experimental version using iterative deepening depth-first minimax search with alpha-beta pruning. The plan is to use neural move ordering to outperform other versions.