dje-dev / Ceres

Ceres - an MCTS chess engine for research and recreation
GNU General Public License v3.0
153 stars 23 forks source link

Tree visualization via leela-chess-tree tool of jkormu #23

Closed dje-dev closed 3 years ago

dje-dev commented 3 years ago

Make it very easy to call out to this tool which generates beautiful visualizations of the search tree https://github.com/jkormu/Leela-chess-Tree

dje-dev commented 3 years ago

The author has now contributed a PR with this functionality natively in C#, first released in Ceres v0.88 (try "show-tree-plot" command in UCI).