New engine releases & news H1 2022

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

Moderators: hgm, Rebel, chrisw

Gabor Szots
Posts: 1370
Joined: Sat Jul 21, 2018 7:43 am
Location: Szentendre, Hungary
Full name: Gabor Szots

Re: New engine releases & news H1 2022

Post by Gabor Szots »

Damir wrote: Wed Jun 22, 2022 7:27 pm Gargantua

Version 1.0
Thanks to the Author Claudio M. Camacho mkd dance4

UCI chess engine with NNUE evaluation .

Download : https://github.com/mkd/gargantua/releases/tag/1.0

Homepage / Instructions : https://github.com/mkd/gargantua

Fully Bitboard-based implementation
Pure NNUE evaluation
Negamax with quiescent search
Basic UCI protocol support
Cross-compilation for Win64 platforms
Principal Search Variation
Late Move Reductions (LMR)
Null moving pruning
Aspiration window
Basic time controls
Transposition tables
Contempt factor
Razoring
Mate distance pruning
Futility pruning
Reverse futility prunning
Late move pruning
No-hashmove reduction
Uses an SF network.
Gabor Szots
CCRL testing group
Gabor Szots
Posts: 1370
Joined: Sat Jul 21, 2018 7:43 am
Location: Szentendre, Hungary
Full name: Gabor Szots

Re: New engine releases & news H1 2022

Post by Gabor Szots »

jmcd wrote: Wed Jun 22, 2022 9:13 pm Clovis v1.0
My second attempt at a chess engine!
https://github.com/jonathanmcdermid/Clo ... es/tag/1.0
First attempt was promising, why abandon it?
Gabor Szots
CCRL testing group
jmcd
Posts: 58
Joined: Wed Mar 18, 2020 10:00 pm
Full name: Jonathan McDermid

Re: New engine releases & news H1 2022

Post by jmcd »

Gabor Szots wrote: Wed Jun 22, 2022 10:07 pm
jmcd wrote: Wed Jun 22, 2022 9:13 pm Clovis v1.0
My second attempt at a chess engine!
https://github.com/jonathanmcdermid/Clo ... es/tag/1.0
First attempt was promising, why abandon it?
I had done roughly the first half of development in Hopper without really looking at other engines or following standard practice, so extending some functionalities were only getting more and more difficult. After I learned about bitboards, I had always wanted to go back and start from scratch because it seemed easier to start fresh instead of rewriting everything. Also I thought Clovis was a cooler name.
Clovis GitHub
Gabor Szots
Posts: 1370
Joined: Sat Jul 21, 2018 7:43 am
Location: Szentendre, Hungary
Full name: Gabor Szots

Re: New engine releases & news H1 2022

Post by Gabor Szots »

jmcd wrote: Wed Jun 22, 2022 9:13 pm Clovis v1.0
My second attempt at a chess engine!
https://github.com/jonathanmcdermid/Clo ... es/tag/1.0
Exe says it is version 0.7. Anyway, I recommend including version in exe name.
Gabor Szots
CCRL testing group
jmcd
Posts: 58
Joined: Wed Mar 18, 2020 10:00 pm
Full name: Jonathan McDermid

Re: New engine releases & news H1 2022

Post by jmcd »

Gabor Szots wrote: Thu Jun 23, 2022 7:28 am
jmcd wrote: Wed Jun 22, 2022 9:13 pm Clovis v1.0
My second attempt at a chess engine!
https://github.com/jonathanmcdermid/Clo ... es/tag/1.0
Exe says it is version 0.7. Anyway, I recommend including version in exe name.
Fixed
Clovis GitHub
User avatar
Guenther
Posts: 4638
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: New engine releases & news H1 2022

Post by Guenther »

https://rwbc-chess.de

trollwatch:
Talkchess nowadays is a joke - it is full of trolls/idiots/people stuck in the pleistocene > 80% of the posts fall into this category...
Gabor Szots
Posts: 1370
Joined: Sat Jul 21, 2018 7:43 am
Location: Szentendre, Hungary
Full name: Gabor Szots

Re: New engine releases & news H1 2022

Post by Gabor Szots »

Accidentally found this:

Fridolin 4.00: https://sites.google.com/site/fridolinchess/download

Experimental NNUE evaluation. I haven't tried it yet but judging by the size of the binary it requires an external NNUE file. Whether that is SF or other, I don't know.
Gabor Szots
CCRL testing group
User avatar
Graham Banks
Posts: 41848
Joined: Sun Feb 26, 2006 10:52 am
Location: Auckland, NZ

Re: New engine releases & news H1 2022

Post by Graham Banks »

Gabor Szots wrote: Sat Jun 25, 2022 11:45 am Accidentally found this:

Fridolin 4.00: https://sites.google.com/site/fridolinchess/download

Experimental NNUE evaluation. I haven't tried it yet but judging by the size of the binary it requires an external NNUE file. Whether that is SF or other, I don't know.
Hi all,

I'm happy to announce that today I released Fridolin 4.0 at https://sites.google.com/site/fridolinchess/download.
Based on self-play tests, I would expect a playing strength improvement of around 70-80 Elo?! This is mainly due to many bug fixes.

The most important changes are:

(new) Aspiration window search
(new) material hash (endgames recognition)
(new) NNUE support (experimantal)
(chg) switch to C++11
(chg) many refactorings
(chg) removed Nalimov tablebases
(chg) pawn hash from global to threads
(fix) multithreading reliability
(fix) premature bestmove while pondering
(fix) crashes due to size limitations

Best regards,
Christian
gbanksnz at gmail.com
Gabor Szots
Posts: 1370
Joined: Sat Jul 21, 2018 7:43 am
Location: Szentendre, Hungary
Full name: Gabor Szots

Re: New engine releases & news H1 2022

Post by Gabor Szots »

Graham Banks wrote: Sat Jun 25, 2022 12:20 pm
Hi all,

I'm happy to announce that today I released Fridolin 4.0 at https://sites.google.com/site/fridolinchess/download.
Based on self-play tests, I would expect a playing strength improvement of around 70-80 Elo?! This is mainly due to many bug fixes.

The most important changes are:

(new) Aspiration window search
(new) material hash (endgames recognition)
(new) NNUE support (experimantal)
(chg) switch to C++11
(chg) many refactorings
(chg) removed Nalimov tablebases
(chg) pawn hash from global to threads
(fix) multithreading reliability
(fix) premature bestmove while pondering
(fix) crashes due to size limitations

Best regards,
Christian
Where's this from? I've missed it.
Gabor Szots
CCRL testing group
User avatar
Graham Banks
Posts: 41848
Joined: Sun Feb 26, 2006 10:52 am
Location: Auckland, NZ

Re: New engine releases & news H1 2022

Post by Graham Banks »

Gabor Szots wrote: Sat Jun 25, 2022 3:35 pm
Graham Banks wrote: Sat Jun 25, 2022 12:20 pm
Hi all,

I'm happy to announce that today I released Fridolin 4.0 at https://sites.google.com/site/fridolinchess/download.
Based on self-play tests, I would expect a playing strength improvement of around 70-80 Elo?! This is mainly due to many bug fixes.

The most important changes are:

(new) Aspiration window search
(new) material hash (endgames recognition)
(new) NNUE support (experimantal)
(chg) switch to C++11
(chg) many refactorings
(chg) removed Nalimov tablebases
(chg) pawn hash from global to threads
(fix) multithreading reliability
(fix) premature bestmove while pondering
(fix) crashes due to size limitations

Best regards,
Christian
Where's this from? I've missed it.
Email.
gbanksnz at gmail.com