gowan wrote:shapenaji wrote:Harleqin wrote:It depends on the size. Here are some values from the top of my head. The last two are educated guesses. The 7x7 value is mostly regarded as correct, although it is not completely proven yet, as far as I know.
2x2: 0
3x3: 8
4x4: 1
5x5: 24
7x7: 9
9x9: 6
13x13: 8
Is there a theory out there somewhere suggesting convergence of komi to some value?
On an infinite board, what is the value of a move?
I'd guess that the value of a move on an infinite "square" board is 0 since there is an infinite amount of potential territory and so whatever gain there might be from one move is 0 as a percentage. If there are also infinitely many stones of each color the game might never end. It's not clear that it makes sense to talk about go on an infinite board.
Well, here's what I'm thinking, each move exerts a certain amount of influence around it, imagine each stone as a source of influence which drops off as a power-law or as an exponential. This influence reflects off sides of the board, leading to the strange nature of komi on small boards. (and in cases where the game is solved like on a 5x5, we have values of 24 for komi, which is silly, because this assumes perfect play, in which case it's not a game anyhow)
If we take theoretical komi to be the summed-up value of the influence around a stone, then komi is the value of the largest first move on the board.
If I assume influence is an inverse-squared law (Just a first approximation)
(and assuming a continuous board, for the time being (just so I don't have to do the discrete math))
then a stone in the corner, (where I can assume the greatest reflection) will effectively generate the influence of 4 stones, by the method of images.
the influence on the "real" portion of the board from these 4 stones, would then be:
integral(from 0->inf,integral(from 0->inf,
A/((x-xo)**2+(y-yo)**2)+A/((x-x1)**2+(y-y1)**2)+A/((x-x2)**2+(y-y2)**2)+A/((x-x3)**2+(y-y3)**2)
We then call this sum for the board involved, Komi
where A is a constant to be calibrated
xo, yo are the x,y coordinates of the actual stone
x1, y1 are the coordinates of image 1
x2, y2 are the coordinates of image 2
x3, y3 are the coordinates of image 3
(I'm currently a little busy, so I can't work this out just yet, but the logic here is that on a larger board, the number of places where you can get an advantage from reflection drops off.
As the board size gets larger and larger, the fraction of territory where reflection is an issue drops to 0, so if we can use the value of A from a 19x19 board, using the above equation. Then we would just need to find the integral of
A/(x**2+y**2) over all space, and that would be our convergent value of komi