Page 1 of 1

Newbie question

Posted: Tue Jul 12, 2011 7:57 am
by Matioupi
Hello,

Can somebody explain the figures that can be seen (on Fritz12 GUI) when an engine is running. I'm not talking about the evaluation of the position, but about the depth figure.
It shows something like depth=A/B and I can't figure the point of the two figures (one must be the actuel depth but what about the other one ?)

Same for the move that is shown (Move Number. Move X/Y) : what are X and Y figures ?

Best regards,

Mathieu

Re: Newbie question

Posted: Tue Jul 12, 2011 1:23 pm
by HumbleProgrammer
My understanding is that this represents the total number of moves being considered, as in "Analyzing move 5 of 43 candidate moves". However, the second (greater) of the number strikes me as being consistently too low, so I suspect that Fritz has already pruned the move set somewhat before reporting the move count. 100% conjecture on my part.

Cheers!
Humble Programmer
,,,^..^,,,

Re: Newbie question

Posted: Tue Jul 12, 2011 3:13 pm
by hyatt
It is more commonly nomimal depth / maximum depth

Re: Newbie question

Posted: Tue Jul 12, 2011 5:47 pm
by Matioupi
Thank you for that information.
And what about the X/Y next to the move information on the first line of Fritz12 GUI ?

Re: Newbie question

Posted: Tue Jul 12, 2011 6:38 pm
by hyatt
Programs often display two different pieces of information. When they show depth, the sometimes show nominam/max. I don't do this as I believe max is useless information. When they search a new root move, they often show something like Nf3 (13/36) which means that this move (Nf3) is currently being searched, and it is #13 in a move list that contains 36 moves in total...