RE: [computer-go] How do you insert Go diagrams into papers?

2006-11-05 Thread Anders Kierulf
cript), which you can then insert into Word (Insert > Picture > From File). This should give you great quality without having to take the PDF detour. Anders Kierulf www.smartgo.com ___ computer-go mailing list computer-go@computer-go.org http://www.

RE: [computer-go] Proximity to last move

2006-11-17 Thread Anders Kierulf
moves proximity to the last move is not a good criteria. Anders Kierulf www.smartgo.com ___ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/mailman/listinfo/computer-go/

RE: [computer-go] firstChild/nextSibling in a DAG

2006-12-07 Thread Anders Kierulf
ext twin node, but that could be reduced to a single pointer linking the twin nodes in a circular list plus a bit to indicate the designated base node. Anders Kierulf www.smartgo.com ___ computer-go mailing list computer-go@computer-go.org http://www.

RE: [computer-go] firstChild/nextSibling in a DAG

2006-12-07 Thread Anders Kierulf
you should be able to use the DAG directly as a transposition table too, with the twin nodes implemented as an overflow list. Anders Kierulf www.smartgo.com ___ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/mailman/listinfo/computer-go/

RE: [computer-go] professional game libraries for pattern harvesting

2006-12-13 Thread Anders Kierulf
ent of copyright (see http://en.wikipedia.org/wiki/Database_directive). Game records in the collection you mention were taken from GoGoD and SmartGo without permission. GoGoD (http://www.gogod.demon.co.uk/) has over 42,400 professional games in SGF format that you can use for data mining. Anders K

RE: [computer-go] SGF-Questions

2007-04-10 Thread Anders Kierulf
(e.g. as KO[tt] or KO[] ) or has one to setup the KO >only if there is a "real" KO-Point. Only add the KO property if there's a forbidden ko point. Also note that KO is not a standard SGF property, but some programs support it. Anders Kierulf www.smartgo.com _

RE: [computer-go] SGF-Questions

2007-04-10 Thread Anders Kierulf
martGo and GNU Go). "KO" is actually a standard SGF property (see http://www.red-bean.com/sgf/properties.html#KO). Sorry about the confusion. Anders Kierulf www.smartgo.com ___ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/mailman/listinfo/computer-go/

Re: [Computer-go] Game Over

2016-01-27 Thread Anders Kierulf
Congrats to the AlphaGo team — a tremendous accomplishment! I've been reading the paper and have written up a summary of what they did: https://smartgo.com/blog/google-alphago.html Please let me know if I misinterpreted anything. Also, the truncated rollouts mentioned in the paper are s

Re: [Computer-go] SGF

2016-12-30 Thread Anders Kierulf
n example where the SGF standard should provide more guidance, not provide multiple alternate ways of expressing the same thing. While we’re talking about SGF: The mistake of using a different coordinate system can’t be undone, but I’d like to encourage all programmers of SGF parsers to allow read