mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 05:07:46 +00:00
Introduce depth limited benchmarking
Also print some more info. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
+1
-1
@@ -431,7 +431,7 @@ void think(const Position &pos, bool infinite, bool ponder, int side_to_move,
|
||||
|
||||
if (!movesToGo) // Sudden death time control
|
||||
{
|
||||
if (increment)
|
||||
if (myIncrement)
|
||||
{
|
||||
MaxSearchTime = myTime / 30 + myIncrement;
|
||||
AbsoluteMaxSearchTime = Max(myTime / 4, myIncrement - 100);
|
||||
|
||||
Reference in New Issue
Block a user