Weak score estimator and Japanese rules

better algorithm:

in previous version each next iteration looks in previous:

instead, 1st, 2nd, 3rd and 4th iterations all should look in the 0 iteration
so its more like original position
0
image
1
image
2
image
3
image
4
image
and then 5th in 4th, 6th in 4th …

image

image



as you can see in image above, with clock sequence, this estimator without Go logic may give too many points for black for example
So, I think better to choose direction that minimizes score difference instead of random
//to do


update: https://forums.online-go.com/t/weak-score-estimator-and-japanese-rules/41041/70

1 Like