The tree built by MCTS is very unbalanced - some branches
are explored more thoroughly than others.

Tweaking the algorithm to favor the newer results might result
in an overall improvement, but it also would be subject to all
the pitfalls of partially or unevenly evaluated trees.

This is especially true if the creation of new nodes is stopped
due to memory limitations.

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

Reply via email to