Peter Drake wrote:
I'm trying to implement Bruno Bouzy's "mathematical morphology" variation on Zobrist's influence function. Some questions:AFAIK there is no specific reason, but yes he did cap the values. According to Bouzy there is no specific reason for the value 64 other than it being sufficiently large. (Zobrist btw used 50 and his dilation operator is slightly different from the one used by Bouzy. IIRC the difference, which occurs when both signs are adjacent and one has a majority, did not significantly change the performance.)
1) Are the values capped at 64? It doesn't say so anywhere, but I can't figure out why the stones would still be at 64 after 3 dilations in Figure X2. (The paper in question is "Mathematical morphology applied to computer go," which is available from the Online Computer Go Bibliography.)
Careful, it should be: e = d(d-1)+12) I don't understand why e = d(d-1).