pasky / pachi

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

Stop early (Fixed playouts) #147

Closed lemonsqueeze closed 3 years ago

lemonsqueeze commented 3 years ago

Already had this for walltime time settings : Stop early once best move is decided (second best cannot catch up).

Add support when running with fixed playouts as well. Nice when play-testing, saves time / cpu.

disabled by default. to use use: pachi -t ~5000 instead of : pachi -t =5000