Author: Matthias Gemuh
Date: 01:05:02 05/19/05
Go up one level in this thread
On May 18, 2005 at 21:03:25, Pierre Chevalier wrote: >I would like to be able to see the end position of a search when a move is >chosen. When a move is chosen an evaluation is returned from the endpoint >perhaps ( just to choose a number ) 15 ply along the search tree branch. I want >to know what was the position for which that eval was given. There should be a >button to press which displays a diagram of the end position of the search. >Are there any programs which currently have this feature? It is so expensive to back up final eval position to root that no program does it. At most a program may follow its PV to track down this position but hash tables prevent full PV. And even if full PV of main search is available, that of QSearch may not be available. Of course the feature you want can (at a cost) be implemented, but not in a competitive engine. Matthias.
This page took 0 seconds to execute
Last modified: Thu, 15 Apr 21 08:11:13 -0700
Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.