Re: [Computer-go] Determining the final board state for finished games

2015-07-26 Thread Petr Baudis
On Sun, Jul 26, 2015 at 12:22:57AM -0400, David Fotland wrote: > In general this is beyond the state of the art of the strongest go programs. > You can’t score without determining the status of every group (live, dead, > seki), and you may need to identify required interior defensive moves that

Re: [Computer-go] Determining the final board state for finished games

2015-07-26 Thread Ray Tayek
On 7/25/2015 8:57 PM, Rafael Sakurai wrote: ... I'm also new with computer Go, and I have the same doubt. ... Hi Justin, I started to draft a Go API in Java, the goal is to create an API with the main game logic and anyone can use with their own visual interface ... Please, let me know if th