What if instead of

  territoryBonus = 1/1000 * territory

You use something like this:

  territoryBonus = 1/1000 * territory * percentageOfTheWayThroughTheGame


On 1/9/07, Sylvain Gelly <[EMAIL PROTECTED]> wrote:

> and if it doesn't, then there's a simple formula
> for getting a lot more resignations out of your opponents

It is not so simple to implement, because you have to keep two statistics
(the wins and the territories), and switch between then (and switch back if
the winning probability drops). So you have to change somehow the structure.
At least in MoGo it would takes time to do.

What we did try is to give a bonus for moves which give a bigger territory.
The reward is for example for a win 1+1/1000*territory. This gave
unfortunately a lower winning percentage for MoGo.

Sylvain
_______________________________________________
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/


_______________________________________________
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/

Reply via email to