Since you’re here...

... we have a small favour to ask. More people, like you, are reading and supporting our blog: "Chess Engines Diary". And unlike many other sites and blogs, we made the choice to keep our articles open for all, regardless of where they live or what they can afford to pay.

We hope you will consider supporting us today. We need your support to continue to exist, because good entries are more and more work time. Every reader contribution, however big or small, is so valuable. Support "Chess Engines Diary" even a small amount– and it only takes a minute. Thank you.

============================== My email: jotes@go2.pl



Ethereal 8 - UCI chess engine (for Windows and Android). New version!

Ethereal - UCI chess engine

Rating JCER=2374

Author - Andy Grant


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, Ethereal Benchmarking

Ethereal is an original engine aside from the Piece Square Tables (currently using Toga II's tables). It is greatly influenced from Crafty, Stockfish, TSCP, MadChess, and Fruit. Ethereal is a hobby project, but more importantly it is an active resume.

⏭ Ethereal 8 for Windows 32 bit - download

⏯ Ethereal 8 for Windows 64 bit - download
⏯ Ethereal 8 for Android - download
All files (games, tables and engines) - download from page

Comments