]> git.sesse.net Git - stockfish/commit
Print RootMoveList startup scoring
authorMarco Costalba <mcostalba@gmail.com>
Tue, 29 Sep 2009 09:14:09 +0000 (10:14 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Tue, 29 Sep 2009 09:14:43 +0000 (10:14 +0100)
commit2940abdac83845aaa35592dc3450556b8b9a9c7f
tree208b3d846d2bed27aadc54601a73c007030b79b4
parentfa0bffeafaa3554cb914249b4d032526e543359a
Print RootMoveList startup scoring

This satisfies a specific user request of 28/8/2009

"The only issue I have is that during multiPV analysis, the depth 1
best move score is not reported by the engine (reporting for the best
move begins at depth 2).  I need it at depth 1 also. Would it be
possible to make this modification in future versions? This would be
of great help as otherwise I will have to use a lesser engine.

The goal of my project is to calculate the ELO performance in a game
and also the ELO rating of individual moves. For this I need depth 1
scores for lower rated performances. I intend to distribute the program
for free upon completion.

Thanks, Jack Welbourne"

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/search.cpp