[computer-go] Monte-Carlo Go - 1,000 foot view...
Łukasz Lew
lukasz.lew at gmail.com
Fri Sep 1 08:18:38 PDT 2006
Monte - Carlo Go:
If You know how to score a position then just play a move that leads
to the best scored position.
To score a position, play a large numberof completly random games from
this position
and compute average score (or better wining percentage).
To play a random game, just play random legal moves, but do not fill
Your own eyes, that the game may end; Use Chinese scoring then.
That's it ... from 1000 foot view :)
On 9/1/06, Jim O'Flaherty, Jr. <jim_oflaherty_jr at yahoo.com> wrote:
>
>
> All,
>
> I'll claim ignorance.
>
> If someone has time, could they please describe in relatively high
> psuedo-code terms what a Monte-Carlo Go program is? Or even better, if
> there is a link to some page that describes it, all the better. I am not
> looking for low level code. I am more looking for a description of what a
> program must do to be defined as a typical Monte-Carlo Go program.
>
> I thought I knew what Monte-Carlo was, and I know what Go is. However, I
> just have not been able to glean out of the current conversations what the
> merging of the two terms produces exactly. Any help and or time is deeply
> appreciated.
>
>
> Jim
>
>
> _______________________________________________
> computer-go mailing list
> computer-go at computer-go.org
> http://www.computer-go.org/mailman/listinfo/computer-go/
>
>
More information about the computer-go
mailing list