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



New chess engine: Chess Jai v. 1.0


Chess Jai version 1.0  - a
 Chess Engine written using the Jai Programming Language. Contains both a Graphical User Interface as well as an UCI (Universal Chess Interface) engine.

Author: danieltan1517, Engine Approximate Rating: 3100 elo.

Engine Options:
Clear Hash - Clears the transposition table
Hash - Adjusts the transposition table size in memory (in MB).
Threads - Adjusts the number of threads used by the engine. A higher number of threads increases the playing strength of the engine. The engine uses Lazy SMP (Shared Memory Processing) Parallel Search during multi-threading.
MultiPV - Used to analyze multiple principle variation lines
Difficulty - Adjusts the difficult of the engine. 1 is the easiest difficulty, while 8 is the hardest difficulty.
Against other engines:
When playing against other chess engines, this engine easily crushes the 2900 elo Chess.com Super Grandmaster bot and the "Magnus Carlsen" bot nearly 100% of the time. The engine can occasionally (but rarely) beat Stockfish or Komodo on rare occasions.

The engine uses NNUE (Efficiently Updatable Neural Networks) for the evaluation function. All SIMD code has been programmed using Jai Assembly Language Instructions.

Chess Jai v. 1.0 download


Comments