Javabot is at about 6.5k but they're not really comparable anymore, because I added an array to keep track of the liberties for each point.
On Sun, Dec 13, 2009 at 5:15 AM, Jason House <[email protected]> wrote: > 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 <[email protected]> wrote: > >> I'd like to, but I can't find it. Where do I download it? >> >> 2009/12/12 Don Dailey <[email protected]>: >>> >>> 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 <[email protected]> >>> 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 >>>> [email protected] >>>> http://www.computer-go.org/mailman/listinfo/computer-go/ >>> >>> >>> _______________________________________________ >>> computer-go mailing list >>> [email protected] >>> http://www.computer-go.org/mailman/listinfo/computer-go/ >>> >> _______________________________________________ >> computer-go mailing list >> [email protected] >> http://www.computer-go.org/mailman/listinfo/computer-go/ > > _______________________________________________ > computer-go mailing list > [email protected] > http://www.computer-go.org/mailman/listinfo/computer-go/ > > _______________________________________________ computer-go mailing list [email protected] http://www.computer-go.org/mailman/listinfo/computer-go/
