]> git.sesse.net Git - stockfish/commit
Introduce LastIterations variable
authorMarco Costalba <mcostalba@gmail.com>
Sat, 8 Nov 2008 08:29:07 +0000 (09:29 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Mon, 10 Nov 2008 18:19:39 +0000 (19:19 +0100)
commit3f610e2b13340ca65d0f9d63aa0cb8da92e80117
tree03ad4cb69c7e9d28010dabd9ae3d6ca08c7c9175
parent6cc11272e2834516cb331e1c229128002646fe29
Introduce LastIterations variable

Is set during the last iteration.

Sometime also during the second last.

During the last iteration is set in the 95% of cases.

During the second last is set in the 40% of cases.

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