New J.A Compiles

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

Moderator: Ras

User avatar
Jim Ablett
Posts: 2005
Joined: Fri Jul 14, 2006 7:56 am
Location: London, England
Full name: Jim Ablett

Re: New J.A Compiles

Post by Jim Ablett »

Image
https://github.com/nescitus/rodent-iv
Rodent IV by Pawel Koziol, Bernhard C. Maerz

Rodent IV 0.33 64 JA

Windows & Linux builds

Proton link:
https://drive.proton.me/urls/PTVMHF8H4M#1ykDR0c2WuSw

Smash link:
https://fromsmash.com/RodentIV033JA

Jim.
Kohflote
Posts: 239
Joined: Wed Sep 19, 2007 11:07 am
Location: Singapore

Re: New J.A Compiles

Post by Kohflote »

Dear Maestro Jim,

Thank you for your kind compilation of Rodent IV 😊

Best wishes,
Koh, Kah Huat
User avatar
Jim Ablett
Posts: 2005
Joined: Fri Jul 14, 2006 7:56 am
Location: London, England
Full name: Jim Ablett

Re: New J.A Compiles

Post by Jim Ablett »

Image
https://github.com/h1me01/Astra
Astra 5.1 by Semih Oezalp

Astra 5.1 64 JA

Windows/Linux & Android profiled builds

Proton link:
https://drive.proton.me/urls/HZ9BRKJDKC#r0FfYujmm8Lv

Smash link:
https://fromsmash.com/Astra51JA

Jim.
User avatar
Jim Ablett
Posts: 2005
Joined: Fri Jul 14, 2006 7:56 am
Location: London, England
Full name: Jim Ablett

Re: New J.A Compiles

Post by Jim Ablett »

Image
https://github.com/buildingwheels/ShallowGuess
Shallow Guess 0.1.0 1024 by Zixiao Han

Shallow Guess 0.1.0 1024 64 JA

Windows/Linux & Android builds

Proton link:
https://drive.proton.me/urls/024BA8Q88W#jQOD7sdLKsrh

Smash link:
https://fromsmash.com/ShallowGuess0101024JA

Jim.
Frank Quisinsky
Posts: 6884
Joined: Wed Nov 18, 2009 7:16 pm
Location: Gutweiler, Germany
Full name: Frank Quisinsky

Re: New J.A Compiles

Post by Frank Quisinsky »

Good morning Jim,

if you have time, could you try ...

1. Perseus 1.0 (without NN but very strong)
https://github.com/TheRealGioviok/Perseus-Engine (release is very new)

2. Heimdall 1.3.1 NN
https://git.nocturn9x.space/heimdall-en ... l/releases (release is very new)

3. PrinChess 0.20.0 NN
https://github.com/princesslana/princhess (release is very new)

Best
Frank
User avatar
Jim Ablett
Posts: 2005
Joined: Fri Jul 14, 2006 7:56 am
Location: London, England
Full name: Jim Ablett

Re: New J.A Compiles

Post by Jim Ablett »

Image
https://github.com/albertprz/turncoat
Turncoat 1.0 by Alberto Perez

Written in Haskell

Turncoat 1.0 64 JA

Only Linux so far. Windows build not working properly.
I've reported the issue to the author so hopefully Windows builds soon.

Proton link:
https://drive.proton.me/urls/1V0ZVG3TDR#MoVFSrpmWUeT

Smash link:
https://fromsmash.com/Turncoat10JALinux

Jim.
User avatar
Jim Ablett
Posts: 2005
Joined: Fri Jul 14, 2006 7:56 am
Location: London, England
Full name: Jim Ablett

Re: New J.A Compiles

Post by Jim Ablett »

Jim Ablett wrote: Thu Sep 12, 2024 11:21 am Image
https://github.com/TheRealGioviok/Perseus-Engine
Perseus dev.ea813b9 by G.M. Manduca

Perseus dev.ea813b9 64 JA

Windows/Linux & Android profiled builds

https://drive.proton.me/urls/AH54AN4K78#wN0Q4NzpLmHj

Jim.
Update:

Perseus 1.0 64 JA

Windows/Linux & Android profiled builds

Proton link:
https://drive.proton.me/urls/PVGYDJKBXR#3YdEN5tbvlO6

Smash link:
https://fromsmash.com/Perseus10JA

Jim.
User avatar
Jim Ablett
Posts: 2005
Joined: Fri Jul 14, 2006 7:56 am
Location: London, England
Full name: Jim Ablett

Re: New J.A Compiles

Post by Jim Ablett »

Jim Ablett wrote: Thu Aug 01, 2024 1:35 pm Image
https://github.com/princesslana/princhess
Princhess 1.18.0 dev.8eb40a6 by Princess Lana & Jacob Jackson

Princhess 1.18.0 dev.8eb40a6 64 JA

Windows/Linux & Android builds

https://drive.proton.me/urls/YF5C4ZRAZG#gYwbyQtRblXK

Jim.
Update:

Princhess 0.20.0 64 JA

Windows/Linux & Android builds

Proton link:
https://drive.proton.me/urls/KK9GWC908M#pLZhrlAaPfHt

Smash link:
https://fromsmash.com/Princhess0200JA

Jim.
Modern Times
Posts: 3682
Joined: Thu Jun 07, 2012 11:02 pm

Re: New J.A Compiles

Post by Modern Times »

Frank Quisinsky wrote: Thu Mar 20, 2025 10:25 am Good morning Jim,

2. Heimdall 1.3.1 NN
https://git.nocturn9x.space/heimdall-en ... l/releases (release is very new)

Best
Frank
That looks like a challenge. From the website:
Note: Do not run a bare make command! This will not update the neural networks submodule and is meant to be used by OpenBench only.

Just run make native, this is the easiest (Nim 2.2.0 is required, see here). It will build the most optimized executable possible, but AVX2/AVX512 support is expected on the target platform. Heimdall requires the clang compiler to be built, as executables generated by gcc are horrendously slow for some reason. You're also going to need to have git lfs installed (see here). If your machine does not have the lld linker script installed, you're gonna need that too. Use your package manager to do this (it should already exist on Windows if you have clang)

You can also run make zen2 to build a modern version of Heimdall for slightly older CPUs that will run on more processors than just your exact one. For even slightly older CPUs, and a more generic binary, try make modern instead. For (very) old CPUs without AVX2 support, run make legacy. In every case, the resulting executable will be located at bin/$(EXE) (bin/heimdall by default).

Or you can grab the latest version from the releases page

Note for Nim users: Building via nimble build is no longer supported, as it required me to duplicate flags and functionality across two files. The Makefile is the only supported build method!
User avatar
Jim Ablett
Posts: 2005
Joined: Fri Jul 14, 2006 7:56 am
Location: London, England
Full name: Jim Ablett

Re: New J.A Compiles

Post by Jim Ablett »

Image
https://github.com/gaetanserre/ViCTORIA
Victoria 0.1 by Gaetan Serre

Victoria 0.1 64 JA

Windows/Linux & Android builds

Proton link:
https://drive.proton.me/urls/F590ETD5BM#wBjQo4xoYasE

Smash link:
https://fromsmash.com/Victoria01JA

Jim.