[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
computer-go: Questions about SGF
This might be better on the SGF mailing list but that seems to be focussed
on future formats. I'm using SGF files to hold training positions for a Go
program I'm writing.
I'm interested in holding in a SGF file for a board position rankings of
different moves at that position (integer rankings with 1 best 2 not so good
etc.) Has anyone else done something similar? Is there an accepted way of
doing this?
To achieve this to date I've either stuck this information into sub-nodes
with C[] comments or used LB[] elements to label the points for the moves
with the ordering.
The 64 tests from Thomas Wolf seem to flag the last move as having been the
best by using TE[]. Providing you want just one move ranked as 1 the rest
as 2 this works okay.
Peter Smith.