Official release of Ethereal8.00

Discussion of anything and everything relating to chess playing software and machines.

Moderator: Ras

AndrewGrant
Posts: 1978
Joined: Tue Apr 19, 2016 6:08 am
Location: U.S.A
Full name: Andrew Grant

Official release of Ethereal8.00

Post by AndrewGrant »

Hello once again, everyone

I am excited to official release Ethereal8.00. With the time away from university, I have been able to complete my testing framework and start searching out positive patches, after a short hiatus.

Release can be found here https://github.com/AndyGrant/Ethereal/r ... /tag/V8.00

Normally I take a pretty good guess as to the ELO gains, but this new framework is self-testing, so I am not quite sure how accurate my guess will be. If I had to low-ball it, I would say about 20 ELO, but fingers crossed for more.

Summary of changes
Cleaned up a large portion of the source code, removal of magic numbers + more
Resolved an issue which could cause problems with repeating time controls
Fixed an issue where not all squares could be connected (Thanks, Fernandotenorio)
Fixed an asymmetry issue with pawn connect evaluation (Thanks, Fernandotenorio)
Added Queen mobility into the evaluation function
Pawns can now be both stacked and isolated
Apply LMR to PV nodes but at a reduced depth
Factoring in pawns into attackerCounts and attackCounts
Lowered the threshold of attackers for the safety table
Greatly simplified the evaluation function, and merged most code together
Began saving passed pawn locations into the Pawn Structure transposition table
With that addition, we are now able to score passed pawns based on other features on the board
Extended a max depth limit from 32 to 64.
Factoring in all 'standard' terms into the zorbist hash
Fixed an issue where castle moves were generated when there were none
Cleaned up some code involving making null moves
Simplified the transposition table now that turn is factored into the zorbist key
Finally removed the damned -MATE scores
Finally created a nice testing framework, EtherealBenchmarking
A big thanks to the members of this community. I received a lot of help with some of the recent changes, and some very good information about implementing a testing framework.

Also, if anyone would be so kind as to provide a MAC binary, I will add it to the release.


Thanks,
Andrew Grant
User avatar
Graham Banks
Posts: 46076
Joined: Sun Feb 26, 2006 10:52 am
Location: Auckland, NZ

Re: Official release of Ethereal8.00

Post by Graham Banks »

Thanks. :)
gbanksnz at gmail.com
AndrewGrant
Posts: 1978
Joined: Tue Apr 19, 2016 6:08 am
Location: U.S.A
Full name: Andrew Grant

Re: Official release of Ethereal8.00

Post by AndrewGrant »

Went back and did some testing against previous opponents from the release of Ethereal7.78. Quick set of tests show a ~40 ELO gain vs DiscoCheck after a fair number of games.
Daniel Anulliero
Posts: 774
Joined: Fri Jan 04, 2013 4:55 pm
Location: Nice

Re: Official release of Ethereal8.00

Post by Daniel Anulliero »

Thanks to sharing your new version Andrew :)