]> git.sesse.net Git - stockfish/commit
Don't need to check for bestValue < beta to split
authorMarco Costalba <mcostalba@gmail.com>
Sat, 15 Dec 2012 12:11:10 +0000 (13:11 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 15 Dec 2012 12:11:10 +0000 (13:11 +0100)
commit52bbf372bb4956595e730f4dba05ee6b78305ad0
treea67b28cf55ceac42d08501fa977423f1d3ace801
parent3ddf91d9d1e397c93c8d0f261e8c35b6c90b7528
Don't need to check for bestValue < beta to split

With rearrangement of fail high code this condition
is no more necessary.

Found by Jörg Oster.

No fuctional change.
src/search.cpp