]> git.sesse.net Git - stockfish/commit
Relax time constraints
authorMarco Costalba <mcostalba@gmail.com>
Wed, 29 Oct 2008 16:00:51 +0000 (17:00 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 1 Nov 2008 11:46:53 +0000 (12:46 +0100)
commitcf2bafb661da817fb9c409c536efaf26deebbb86
treef4a24176fcac30acdf1eafd50950bcb1ca10bf3d
parent79513e3a43f351779837be26bed92221a1402bf5
Relax time constraints

Allow a seacrh to take a bit more time if needed.

This reduces the chanches of wast all the search time
for the last iteration and also allow to start the last
iteration when we have less time remaining.

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