Re: [computer-go] Taking the D plunge

2007-04-01 Thread steve uurtamo
I know a particularly nasty leak in garbage collection was fixed, but not all code triggered it. If it was triggered you'd run out of memory, that's not what you like to hear, s. Don't get soaked.

Re: [computer-go] Re: pseudoliberties

2007-04-01 Thread Chris Fant
Just out of curiosity, how did you calculate these numbers? On 3/31/07, Gunnar Farneback [EMAIL PROTECTED] wrote: The remaining list up to 19x19 will come when the computations are done. Maximum number of pseudoliberties for a single string on square boardsizes up to 19x19: 1x1 0

Re: [computer-go] Re: pseudoliberties

2007-04-01 Thread Gunnar Farneback
Chris wrote: Just out of curiosity, how did you calculate these numbers? Dynamic programming, along the same lines as the algorithm to count legal board positions which was discussed on this list two years ago and is described in depth in the paper linked from

Re: [computer-go] Re: pseudoliberties

2007-04-01 Thread Harri Salakoski
It seems kind of dream algorithm to be able extend results for bigger board sizes. Exact knowledge is allways good anyway. So amazing, it is suitable for max pseudo liberties for one string, count of legal board positions, maybe there is other properties for board this fits or more complex