Re: [Computer-go] monte carlo search; all valid moves?

2015-03-28 Thread holger krekel
On Sat, Mar 28, 2015 at 08:51 +0100, folkert wrote: > Hi, > > For a monte carlo search, are only valid moves performed? Or does it > work from beginning to the end of a playout using whatever free position > is available on the board? I am also interested in the question. > Because I read here

Re: [Computer-go] public valid move generator algorithms?

2015-03-15 Thread holger krekel
Hi Petr, On Sun, Mar 15, 2015 at 19:08 +0100, Petr Baudis wrote: > Hi! > > On Sun, Mar 15, 2015 at 03:18:46PM +0000, holger krekel wrote: > > could anyone point me to a current good public source algorithm > > for generating valid moves from a given Go board position? >

[Computer-go] public valid move generator algorithms?

2015-03-15 Thread holger krekel
Hello, could anyone point me to a current good public source algorithm for generating valid moves from a given Go board position? All else failing, i am going to analyze Gnugo first (board.c mostly) but wanted to ask for hints here first. I am mostly interested in readability of the algorithm, n