Implement multi-PV
authorH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 11 Apr 2018 18:15:26 +0000 (20:15 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Thu, 12 Apr 2018 07:14:25 +0000 (09:14 +0200)
commit0e5edb8b76783d04f66854b7343c42d3aa6af527
tree83975f883ad87c23369707f21bd1233f510a48ad
parent6d5526c41d7279be959b90fa6bb7109ca2ac7676
Implement multi-PV

An option 'Multi-PV margin' is added to set a margin in centi-Pawn.
This margin is than subtracted from the bestScore in the root to get alpha.
For this, bestScore an alpha must be increased inependently, as scores
can exceed alpha without exceding bestScore. The Multi-PV option has to be
recognized with the options that require a search abort, to make a new
analysis search start.
dropper.c