mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 02:47:45 +00:00
Add one more TODO
This commit is contained in:
committed by
Stéphane Nicolet
parent
54a0a228f6
commit
9cd2c817db
@@ -1661,6 +1661,7 @@ string UCI::pv(const Position& pos, Depth depth, Value alpha, Value beta) {
|
||||
if (!tb && i == pvIdx)
|
||||
ss << (v >= beta ? " lowerbound" : v <= alpha ? " upperbound" : "");
|
||||
|
||||
// TODO fix approximate node calculation.
|
||||
ss << " nodes " << nodesSearched * Cluster::size()
|
||||
<< " nps " << nodesSearched * Cluster::size() * 1000 / elapsed;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user