Not to be played continuations ?

Post Reply
zwim
Posts: 18
Joined: Sun Sep 25, 2011 7:10 pm

Not to be played continuations ?

Post by zwim »

Hi, in order to add a bit more detail about possible continuations, i added moves after some of the winning positions (pb. 17712).
Although these positions are marked as SUCCESS, the applet continue to play and some users are mistaken to play these continuations.

How can i fix that ?
These continuations are there only for those who want to put more though in the pb after solving it, they are not to be part of the problem solving.
zwim
Posts: 18
Joined: Sun Sep 25, 2011 7:10 pm

Re: Not to be played continuations ?

Post by zwim »

I put the pb in my sandbox for now to avoid deceiptions.
zwim
Posts: 18
Joined: Sun Sep 25, 2011 7:10 pm

Re: Not to be played continuations ?

Post by zwim »

For information i have fixed this by manually editing the SGF.

Player is black, engine is white.

Normally SUCCESS attempts terminate on a user (black) move and FAILED attempts on a engine (white) move.
So when adding demo continuation on a failed branch it does not matter.
But adding a demo continuation on a success branch results in the engine continuing to play even though the RIGHT attribute was encountered.

I fixed this by adding fake variations (;C[CHOICERIGHT]) in place of a white move so that the engine terminate here with the granted success, and the other branches are not explored since they do not have the CHOICE attribute.
Post Reply