[Computer-go] Number of Go positions computed modulo 2^64; source code available

2015-06-08 Thread John Tromp
See my updated webpage at http://tromp.github.io/go/legal.html regards, -John ___ Computer-go mailing list Computer-go@computer-go.org http://computer-go.org/mailman/listinfo/computer-go

Re: [Computer-go] Number of Go positions computed modulo 2^64; source code available

2015-06-08 Thread Robert Jasiek
How much computation time do you expect to reveil the complete exact 19x19 number? Or is more research necessary before I may ask this? -- robert jasiek ___ Computer-go mailing list Computer-go@computer-go.org

Re: [Computer-go] Number of Go positions computed modulo 2^64; source code available

2015-06-08 Thread John Tromp
dear Robert, How much computation time do you expect to reveil the complete exact 19x19 number? Or is more research necessary before I may ask this? this computation of the 64 least significant bits was 1/9 of the total effort needed. each such job contributes 64 bits to the answer. regards,