mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 17:16:33 +08:00
Supply the "upperbound" and "lowerbound" parameters in UCI search
output when the score is outside the root window.
This commit is contained in:
@@ -989,6 +989,8 @@ namespace {
|
||||
// Print search information to the standard output
|
||||
std::cout << "info depth " << Iteration
|
||||
<< " score " << value_to_string(value)
|
||||
<< ((value >= beta)?
|
||||
" lowerbound" : ((value <= alpha)? " upperbound" : ""))
|
||||
<< " time " << current_search_time()
|
||||
<< " nodes " << nodes_searched()
|
||||
<< " nps " << nps()
|
||||
|
||||
Reference in New Issue
Block a user