Rémi Coulom wrote:

> Null-move pruning only make sense in alpha-beta. MCTS/UCT are more like
> min-max. They do no alpha-beta pruning, so cannot do null-move pruning.

Null move works like this: if after passing and a small search the
position still looks good, do not do a bigger search.

There is absolutely no reason why this can't be used in MCTS/UCT. You
will have some implementation differences, of course.

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

Reply via email to