I'm running into a problem where my Monte Carlo program is very slow to acknowledge that its favorite move has a strong counter. Part of the problem is that the value of a move is based on how many of the runs through that move have succeeded. If there were a lot of them before the correct reply was discovered, the move has considerable "inertia" and it takes time to recover.

Has anyone tried only counting the most recent games through a move (say, the last 100), rather than the entire history?

Peter Drake
Assistant Professor of Computer Science
Lewis & Clark College
http://www.lclark.edu/~drake/



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

Reply via email to