Introduce depth limited benchmarking

Also print some more info.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2008-11-22 11:02:05 +01:00
parent bac4da70c9
commit 1867785231
3 changed files with 27 additions and 10 deletions
+1 -1
View File
@@ -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);