Is there a way to get Fuego to do a certain number of playouts per turn?

"uct_param_search number_playouts N" looked promising, but that is something 
different I think.


Martin Mueller wrote:
How do you set the number of threads that you want Fuego to use?

E.g. for 4 threads

uct_param_search number_threads 4

This can go e.g. in a config file, or you can set it in GoGui in the Uct Param Search dialog. You could also play with pondering on, and reuse the subtree from the previous search.
Also, if you have memory, you can increase the node limit.

uct_param_player ponder 1

uct_param_player reuse_subtree 1

uct_param_search max_nodes 10000000

Does the windows version support multiple threads?

It should.
Please test and report.

Thank you

Martin


------------------------------------------------------------------------

_______________________________________________
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/

_______________________________________________
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/

Reply via email to