Even a comparison against the java refbot's performance would be good. IIRC, my D port of the java refbot was within about 1%

Sent from my iPhone

On Dec 13, 2009, at 12:01 AM, Brian Slesinsky <br...@slesinsky.org> wrote:

I'd like to, but I can't find it. Where do I download it?

2009/12/12 Don Dailey <dailey....@gmail.com>:
That's awesome!

Do you have performance numbers on the same hardware for the C refbot?

- Don


On Sat, Dec 12, 2009 at 7:39 PM, Brian Slesinsky <br...@slesinsky.org>
wrote:

Thought I'd announce that I've ported the Java refbot to the Go
language (with some modifications).

I'm getting about 10,000 random playouts/second on 9x9 using a single
thread on a 32-bit iMac, using the gc compiler, which doesn't do any
optimization. I suspect that a board structure that tracked
pseudo-liberties could do better.

I probably won't have a chance to work on this for a while, but I
think the next step might be some kind of tree search. I'd be
interested in a particularly simple, standard, and easy-to-port
implementation to use as reference.

Source code:
http://github.com/skybrian/Gongo

Previous discussion on the Go language list:

http://groups.google.com/group/golang-nuts/browse_thread/thread/99ab46f5b7219a5b/22e58d9223db10ef

- Brian
_______________________________________________
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/


_______________________________________________
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/

_______________________________________________
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/
_______________________________________________
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/

Reply via email to