I remember seeing some discussion on 100% accurate PV in stockfish a while ago (score returned by search = eval of the position at the end of the reported PV).
Looking at the repo, it looks like there are a few open branches
official_stockfish/accurate_pv
official_stockfish/accurate_pv_2
official_stockfish/accurate_pv_3
with a lot of rebasing going on.
Does anyone know what's the status on that?
Thanks
Matthew
Stockfish and accurate PV
Moderators: hgm, Harvey Williamson, bob
Forum rules
This textbox is used to restore diagrams posted with the [d] tag before the upgrade.
This textbox is used to restore diagrams posted with the [d] tag before the upgrade.
-
matthewlai
- Posts: 736
- Joined: Sun Aug 03, 2014 2:48 am
- Location: London, UK
- Contact:
Stockfish and accurate PV
Author of Giraffe, an engine based on deep reinforcement learning. https://bitbucket.org/waterreaction/giraffe/overview
Re: Stockfish and accurate PV
It was merged a while back in this commit https://github.com/official-stockfish/S ... b97021d027.matthewlai wrote:I remember seeing some discussion on 100% accurate PV in stockfish a while ago (score returned by search = eval of the position at the end of the reported PV).
Looking at the repo, it looks like there are a few open branches
official_stockfish/accurate_pv
official_stockfish/accurate_pv_2
official_stockfish/accurate_pv_3
with a lot of rebasing going on.
Does anyone know what's the status on that?
Thanks
Matthew
The code has been refactored/cleaned up quite a bit since then though.
-
matthewlai
- Posts: 736
- Joined: Sun Aug 03, 2014 2:48 am
- Location: London, UK
- Contact:
Re: Stockfish and accurate PV
Ah! I see. Thanks.gladius wrote: It was merged a while back in this commit https://github.com/official-stockfish/S ... b97021d027.
The code has been refactored/cleaned up quite a bit since then though.
So I'm guessing all those branches are cleanup efforts, since they were all after that commit?
Author of Giraffe, an engine based on deep reinforcement learning. https://bitbucket.org/waterreaction/giraffe/overview