pasky / pachi

A fairly strong Go/Baduk/Weiqi playing program
http://pachi.or.cz/
GNU General Public License v2.0
506 stars 117 forks source link

Increasing the size of the tree displayed with reporting=json #113

Closed pnprog closed 5 years ago

pnprog commented 5 years ago

Hi! I propose to increase the size (width and depth) of the tree displayed with reporting=json:

The idea is that now, since Pachi json reporting already displays the number of playout for each move of the PV, so it's up to the program reading the json output to decide what move to be conserved or not based on their own criteria. The program is free to apply a 25 playout filter, or more playout, or less. Same for the number of variations.

lemonsqueeze commented 5 years ago

Good idea, thanks !