Count of positions
Posted: Sat Jun 03, 2017 6:56 pm
After 1.b3 there still a move 1...c5MikeAtBookup wrote:It's a common misconception but that number is displaying the total variations (not positions) beyond that move.
Every variation is '1' variation so putting that number one there is redundant and distracting I'd think.
Let's call it variation.MikeAtBookup wrote:Again, that backsolved number is the number of variations, not the number positions. In your example, both cases have one variation. Every move is one variation whether it's the last move in the variation or there are dozens more moves. So every candidate move would have your '1' rather than leaving it blank.
In the distant past prior to Bookup 2000, the program did show the number of positions. You'd see a couple candidate moves with the number 100, say. That could mean the next 50 move pairs of a single game or it could mean dozens of variations. The users voted that it was better to know the shape of the tree, how wide it became in the future with variations.
Code: Select all
start
/ \
b3 g3
/
c5
Think of it more this way. How many variations are there in your example start position? There are two. One of the variations starts with g3. The other variation starts with b3. The g3 variation has one move in it. The b3 variation has two moves in it.sagisag wrote:Let's call it variation.MikeAtBookup wrote:Again, that backsolved number is the number of variations, not the number positions. In your example, both cases have one variation. Every move is one variation whether it's the last move in the variation or there are dozens more moves. So every candidate move would have your '1' rather than leaving it blank.
In the distant past prior to Bookup 2000, the program did show the number of positions. You'd see a couple candidate moves with the number 100, say. That could mean the next 50 move pairs of a single game or it could mean dozens of variations. The users voted that it was better to know the shape of the tree, how wide it became in the future with variations.
After b3 there is still 1 variation, and this variation starts at move c5.Code: Select all
start / \ b3 g3 / c5
After g3 there is no variation, that is why it is blank.
Correct from start position there are two.MikeAtBookup wrote:Think of it more this way. How many variations are there in your example start position? There are two.sagisag wrote:Let's call it variation.MikeAtBookup wrote:Again, that backsolved number is the number of variations, not the number positions. In your example, both cases have one variation. Every move is one variation whether it's the last move in the variation or there are dozens more moves. So every candidate move would have your '1' rather than leaving it blank.
In the distant past prior to Bookup 2000, the program did show the number of positions. You'd see a couple candidate moves with the number 100, say. That could mean the next 50 move pairs of a single game or it could mean dozens of variations. The users voted that it was better to know the shape of the tree, how wide it became in the future with variations.
After b3 there is still 1 variation, and this variation starts at move c5.Code: Select all
start / \ b3 g3 / c5
After g3 there is no variation, that is why it is blank.
Correct.One of the variations starts with g3. The other variation starts with b3.
Right.The g3 variation has one move in it.
Right.The b3 variation has two moves in it.
Right.Any move that reaches your "start" position will show 2 variations.
It is not redundant, when I see 1 meaning there is still 1 variation behind the move. If I see nothing, then there is no more variation or move behind the move. It is that simple.MikeAtBookup wrote:Your images are really clear and I do think I understand exactly what you mean.
Still, the program only backsolves the number of variations, not the number of remaining moves/positions in any variation. So displaying the number '1' next to a candidate is always redundant.
I want the program to display the number of variations after a given move so that the program is consistent. I have already shown the images.MikeAtBookup wrote:You seem to want to have the program display the number of moves/positions beyond each candidate. The program does not do that.