Re: [Computer-go] SGF

2017-01-02 Thread Clark B. Wierda
On Fri, Dec 30, 2016 at 3:52 PM, Dave Dyer wrote: > > Character encoding (usually UTF8 these days) ought not to be part of > the standard, it ought to be up to the containing file to describe the > encoding at that level.Likewise, nothing in the standard ought to > require

Re: [Computer-go] Go Bot for the Browser?

2016-03-19 Thread Clark B. Wierda
engine can be swapped for GnuGo later. I'm not familiar with emscripten, but there is a process that will produce Javascript from Golang code that seems to be pretty robust. There are at least a couple Go programs written in Go(lang) that could be used as the basis of such a conversion. Clark B

Re: [Computer-go] Go Bot for the Browser?

2016-03-19 Thread Clark B. Wierda
And there are C and Go translations of michi, also on github. Both are linked from the Python README. Clark B. Wierda I wrote the Go version. On Thu, Mar 17, 2016 at 11:46 AM, Oliver Lewis <ojfle...@yahoo.co.uk> wrote: > Alternatively, there's a minimalist Python MCTS engine

Re: [Computer-go] Congratulations to AlphaGo

2016-03-12 Thread Clark B. Wierda
On Sat, Mar 12, 2016 at 5:05 PM, Thomas Wolf wrote: > Having AlphaGo playing exclusively on KGS would be such a boost to KGS! > > For sure. The other Go servers might have their own opinion on that. Clark ___ Computer-go mailing list

[Computer-go] Michi-go: Version 1.0 released

2015-11-25 Thread Clark B. Wierda
tch michi-py in strength. Regards, Clark B. Wierda ___ Computer-go mailing list Computer-go@computer-go.org http://computer-go.org/mailman/listinfo/computer-go

[Computer-go] Michi-go: Michi implemented in the Go language

2015-11-08 Thread Clark B. Wierda
any fixes to errors that are found in this code, or better matches to the Python idioms. Version 2 is the target for a more idiomatic Golang implementation of this base code. This is where I will pursue improvements in efficiency. Any comments are welcome. Regards, Clark B. Wierda