New Chess Engine: Aramis

Questions and comments related to CCRL testing study
Post Reply
Federico-Saitta
Posts: 3
Joined: Fri Jul 26, 2024 11:28 am
Sign-up code: 10159

New Chess Engine: Aramis

Post by Federico-Saitta »

- Aramis and it is on version v1.3.0
- About 2250 ELO
- My name is Federico Saitta and I’m from Italy
- The engine is open source and code and release versions can be found here:
https://github.com/FedericoSaitta/Chess-Engine-in-cpp

By default it uses a 256 Mb hash, the engine is single-threaded
User avatar
Graham Banks
Posts: 27544
Joined: Sun Dec 18, 2005 5:47 pm
Sign-up code: 0
Location: Auckland, NZ

Re: New Chess Engine: Aramis

Post by Graham Banks »

:thumbup:
User avatar
Graham Banks
Posts: 27544
Joined: Sun Dec 18, 2005 5:47 pm
Sign-up code: 0
Location: Auckland, NZ

Re: New Chess Engine: Aramis

Post by Graham Banks »

Can you please provide a Windows exe for AVX2?
User avatar
Gabor Szots
Posts: 13193
Joined: Sat Dec 09, 2006 6:30 am
Sign-up code: 10159
Location: Szentendre, Hungary

Re: New Chess Engine: Aramis

Post by Gabor Szots »

Could you put it under 'Releases' together with exes and sources so that everyone can find it easily.
Federico-Saitta
Posts: 3
Joined: Fri Jul 26, 2024 11:28 am
Sign-up code: 10159

Re: New Chess Engine: Aramis

Post by Federico-Saitta »

I’m currently cross compiling the code and I’m not too sure how to target AVX2 specifically other than do so in the CMake file. I will try again in a few hours. Just wondering, is it an error or simply a perfomance loss what you are encoutnering?

EDIT: I have just uploaded a new .exe file that hopefully should be okay, it is built using x64 using AVX2 flags. It is up in the repository now
Federico-Saitta
Posts: 3
Joined: Fri Jul 26, 2024 11:28 am
Sign-up code: 10159

Re: New Chess Engine: Aramis

Post by Federico-Saitta »

Aramis v1.4.0 is out, it is about 100 ELO stronger (180 +- 15 ELO from self-play) . New release and info about it can be found here: https://github.com/FedericoSaitta/Chess-Engine-in-cpp.

Aramis v1.3.0 has also been re-released due to a small bug which caused the engine to print out the depth info only once the search is over.
Thanks for testing my engine :)
User avatar
Graham Banks
Posts: 27544
Joined: Sun Dec 18, 2005 5:47 pm
Sign-up code: 0
Location: Auckland, NZ

Re: New Chess Engine: Aramis

Post by Graham Banks »

Federico-Saitta wrote: Fri Aug 30, 2024 10:57 am Aramis v1.4.0 is out, it is about 100 ELO stronger (180 +- 15 ELO from self-play) . New release and info about it can be found here: https://github.com/FedericoSaitta/Chess-Engine-in-cpp.

Aramis v1.3.0 has also been re-released due to a small bug which caused the engine to print out the depth info only once the search is over.
Thanks for testing my engine :)
Thanks. :thumbup:
Post Reply