[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Mathematical approach



Hello,

Could anybody help me in this mathematical approach of Go ?

G = the goban, a 19x19 Matrix
t = a temporel index
f = your Go engine (mine doesn't work :))

G(t+1) = f ( G(t) )

To find f, we need a "quality" function, Q :
Q(G(t+1)) must be superior to Q(G(t)) (for the same player, of course)

My question :
    So, what can I use for this Q function ? Any Idea ? The sum of my
influences ?

Thank you for any comment/idea.

    Lionel.