You mean adjusting komi after each simulation or after each move?
(I think the former?)

Yes, each simulation, like this,


play w e5
genmove b
 AdjustingKomi(latest_komi);
 move = getBestMoveUCT();
 latest_komi = CalculateAdjustingKomi();
=c3
play w d4
genmove b
 AdjustingKomi(latest_komi);
 move = getBestMoveUCT();
 latest_komi = CalculateAdjustingKomi();
=e3

Undo or load position are a bit difficult...

Hiroshi Yamashita


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

Reply via email to