Put depth limit on QS
authorH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 7 Feb 2017 22:14:03 +0000 (23:14 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 7 Feb 2017 22:14:03 +0000 (23:14 +0100)
commit0feb71bc0adf7595bd6a1ff55d258eb6fd2709f0
treeb13466c022325915a4a3ddd3fd64f428cbf03291
parent5cbb83d1c352cc800cbe7ef9be7838ecf7c6d643
Put depth limit on QS

To combat search explosion, QS is limited to 10 ply. This is done by
setting a globalvariable depthLimit when we enter QS. When the limit
is reached, the side to move gets an initiative bonus of 150 on top
of the static eval.
dropper.c