I've finally got a new release together, this time with what is hopefully a significant strength increase (+100 elo?)
Changelog and binaries can be found on the GitHub page: https://github.com/konsolas/ToppleChess ... tag/v0.5.0
I've decided to ditch Lazy SMP and instead use YBWC, as it seems to behave much more predictably, despite the consensus that Lazy SMP is generally stronger. Unfortunately, I haven't been able to test the strength gains (or losses) with SMP yet.
Topple 0.5.0
Moderators: bob, hgm, Harvey Williamson
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.
- CMCanavessi
- Posts: 843
- Joined: Thu Dec 28, 2017 3:06 pm
- Location: Argentina
Re: Topple 0.5.0
Awesome news and great improvement!
Follow my tournament and some Leela gauntlets live at http://twitch.tv/ccls
- Graham Banks
- Posts: 33236
- Joined: Sun Feb 26, 2006 9:52 am
- Location: Auckland, NZ
Re: Topple 0.5.0
Update on the above:
Despite my belief in YBWC, it appears to simply not be as strong as Lazy SMP. On CCRL 40/4, Topple 0.5.0 (YBWC with PV splitting) is only 16 elo stronger given 4 threads to work with. So I've just written the most basic possible implementation of Lazy SMP (no skipping depths, no move reordering, no changed aspiration windows) for Topple 0.6.0, and the improvement is huge (+120 elo in self play)
The release can be found here: https://github.com/konsolas/ToppleChess ... tag/v0.6.0
Despite my belief in YBWC, it appears to simply not be as strong as Lazy SMP. On CCRL 40/4, Topple 0.5.0 (YBWC with PV splitting) is only 16 elo stronger given 4 threads to work with. So I've just written the most basic possible implementation of Lazy SMP (no skipping depths, no move reordering, no changed aspiration windows) for Topple 0.6.0, and the improvement is huge (+120 elo in self play)
The release can be found here: https://github.com/konsolas/ToppleChess ... tag/v0.6.0
Re: Topple 0.5.0
Hi,
thanks for the new version!
Can you tell which of these many versions runs fine on AMD-CPUs like AMD-FX 8350?
Thanks
thanks for the new version!
Can you tell which of these many versions runs fine on AMD-CPUs like AMD-FX 8350?
Thanks

Best
Wolfgang
CEGT-Team
Wolfgang
CEGT-Team
Re: Topple 0.5.0
The bdver4 compile should be optimised for older AMD CPUs.