By what date would you like a response?
Hi Aja,
The testing program codes different problems in the same sgf file
like in:
loadsgf sgf/seki/case1.sgf 4
14 genmove w
#? [B2|J3]
loadsgf sgf/seki/case1.sgf 6
16 genmove w
#? [B2]
If you ignore the move numbers, j3 is not even a legal move. Unfortunately, move numbers hardly mean anything since the sgf file is not a game, but a list of stones. Each program will translate that its own way and get different move numbers, possibly alternating B,W,B,W.. or whatever.
I also, don't know what the numbers 4 and 6 mean at the end of the loadsgf command.
Can you please provide a list of the last moves played before the "genmove" so we can verify that we are all analyzing the same position? Ideally, I would prefer a simple sgf file without "tricks" representing the tested position, but assuming that this position is reachable by just removing the last move a number of times, I can produce the SGF file myself. I would be happy to participate in your test.
Jacques.
loadsgf sgf/seki/case1.sgf 4
The program should load the position of case1.sgf BEFORE move 4, not AFTER. Just today some author found a bug of gogui-adapter and kindly reported to me: gogui-adapter incorrectly loads the position AFTER move_number. Markus has already fixed the bug for us, see
https://sourceforge.net/tracker/?func=detail&aid=3527339&group_id=59117&atid=489964
If you use gogui-adapter to translate 'loadsgf' for your program, please download the newest version of gogui which is available at
https://sourceforge.net/scm/?type=git&group_id=59117
Best regards,
Aja
I used gogui-adapter too because many faces doesn’t have loadsgf, but gogui doesn’t send the komi, so I had to adjust it by hand.
Ok.
I will use gogui-adapter to do the same. I could have converted the script to my own system, but my support of loadsgf only supports loading the principal variation to the end. If gogui-adapter translates the files into the appropriate "play" commands, it is Ok for me.
Jacques.
You'll find in attachment an interesting case of seki that maybe you don't have in your database. The White string in A11 has 3 liberties, but W must not play in any of them, because then A8 and A10 are miai for kill. Black can play in any of them, but search will not play there, because that would make W obviously alive. That position occured in a game that Crazy Stone lost against gnugo.
Rémi