Since you’re here...

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



Chess engine: Elixir 2.0




Elixir - UCI Chess Engine, 
Author: Arjun Basandrai

v.2.0:
Overview
Elixir Chess Engine v2.0 introduces significant enhancements and new features that significantly improve Elixir's playing strength. v2.0 will be the last release without NNUE evaluation.

New Features
Improved Evaluation with Better King Safety and Pawn Structure Evaluation: Enhanced evaluation function now better assesses king safety and pawn structures, leading to a better positional play.
Improved Search with Better History Heuristic: Optimizations in the search algorithm, including a refined history heuristic, allow for faster and deeper searches.
Better Time Management: Improved time management for a better use of available time.
Bug Fix for Null Moves on Low Time: Fixed issues related to null moves when the engine is low on time.
Instructions to install
You can install the relevant binaries for your operating system from the Assets section located at the bottom of this page

Instructions to build from source
Building Elixir requires Make and latest versions of clang++ or g++ with C++20 support

make CXX=<compiler>
Replace <compiler> with your preferred compiler - either clang++ or g++
If not specified, the compiler defaults to clang++
Upon successful compilation, the binary file will appear in the root directory as elixir or elixir.exe depending on your operating system
You can also give a custom name to the binary by specifying it as EXE=<name> during compilation
Playing Strength
Initial Testing show that the Elixir rating has improved to ~3100 ELO points



Comments

Popular posts from this blog

New Strong Engines Test, by Chess Engines Diary, 2024.04.12

New chess opening book: M11.2 (bin and ctg)

New version chess engine: Lc0 BT4

Dragon NNUE by Komodo Chess - it's free!