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

Re: Advice on evaluation



On Thu, May 20, 1999 at 09:46:53AM +0800, Chen Zhixing wrote:

>         a = (a1+a2)/2,   d = abs(a2-a)  or   d = sqrt(((a2-a)^2+(a1-a)^2)/2)
>    a is the value in the evaluation function.  My problems are:
>    1) how to get the values of a1 and a2
>    2) how to utilize the value d.

The answer to 2) is clear: each player tries to maximize its winning
probability, so a large d is good, if a is negative and a small d is
good, if a is positive (if you have already subtracted the komi value).

Using a Gaussian curve with parameters a and d, one can integrate
over all positive values. However, the distribution will not be symmetric
in reality.

- Markus