New engine releases & news 2021

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

Moderator: Ras

User avatar
Gabor Szots
Posts: 1440
Joined: Sat Jul 21, 2018 7:43 am
Location: Budapest, Hungary
Full name: Gabor Szots

Re: New engine releases & news 2021

Post by Gabor Szots »

Anka 0.6.0

https://github.com/erenyesilyurt/anka/r ... tag/v0.6.0

Unfortunately Windows Defender removes it saying it is a trojan:Win32/Wacatac.B!ml

BTW, yesterday Windows Defender has also removed Velvet 3.0.0, which I was using many times.
Gabor Szots
CCRL testing group
Guenther
Posts: 4718
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: New engine releases & news 2021

Post by Guenther »

https://rwbc-chess.de

[Trolls n'existent pas...]
User avatar
Gabor Szots
Posts: 1440
Joined: Sat Jul 21, 2018 7:43 am
Location: Budapest, Hungary
Full name: Gabor Szots

Re: New engine releases & news 2021

Post by Gabor Szots »

Gabor Szots wrote: Tue Dec 07, 2021 10:09 am Anka 0.6.0

https://github.com/erenyesilyurt/anka/r ... tag/v0.6.0

Unfortunately Windows Defender removes it saying it is a trojan:Win32/Wacatac.B!mlany times.
I downloaded it again and now it's OK. Not sure it has changed, maybe Defender has learned something in between.
Gabor Szots
CCRL testing group
Guenther
Posts: 4718
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: New engine releases & news 2021

Post by Guenther »

Revenge 2.0 announced for next week
https://www.revengechess.com/
https://rwbc-chess.de

[Trolls n'existent pas...]
Guenther
Posts: 4718
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: New engine releases & news 2021

Post by Guenther »

not yet mentioned anywhere:

POS DeepBrute 2.4
https://vanheusden.com/chess/DeepBrutePos/

Chenard 20211106
http://cosinekitty.com/chenard/

(new) Kengine 1.0.2 (compilation by me currently under test)
https://github.com/bhlangonijr/kengine
(RedQueen author with a minimalistic engine, which can use either simple MCTS or AB search - uci option)

News:
Announcement of a new Rofchade+NNUE for the (near?) future
http://rofchade.nl/?p=375

Dead links replaced with new working ones, or wayback archives in the chronology
(especially all vanHeusden programs (again), Popochin, Jonesy, TheTurk, Felpo, Bright, free Rybka collection, MSCP ...)
https://rwbc-chess.de

[Trolls n'existent pas...]
Frank Quisinsky
Posts: 6891
Joined: Wed Nov 18, 2009 7:16 pm
Location: Gutweiler, Germany
Full name: Frank Quisinsky

Re: New engine releases & news 2021

Post by Frank Quisinsky »

A new Revenge, that's great!

John Stanback is also working hard on a version with
- FRC Support
- a small "fix" for Rasp

Maybe available end of the year, start of the new year.

Best
Frank
Damir
Posts: 2875
Joined: Mon Feb 11, 2008 3:53 pm
Location: Denmark
Full name: Damir Desevac

Re: New engine releases & news 2021

Post by Damir »

sacai-engine v1.0

A powerful, open-source neural chess engine combining the neural nets of lc0 with a custom Montey-Carlo Tree Search algorithm (based on Ceres'). Tested ELO: 3356.95.

https://github.com/sanchit-sehgal/sacai ... tag/latest
Guenther
Posts: 4718
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: New engine releases & news 2021

Post by Guenther »

Damir wrote: Mon Dec 13, 2021 3:58 pm sacai-engine v1.0

A powerful, open-source neural chess engine combining the neural nets of lc0 with a custom Montey-Carlo Tree Search algorithm (based on Ceres'). Tested ELO: 3356.95.

https://github.com/sanchit-sehgal/sacai ... tag/latest
Holy Frankenstein ;-)
https://rwbc-chess.de

[Trolls n'existent pas...]
connor_mcmonigle
Posts: 544
Joined: Sun Sep 06, 2020 4:40 am
Full name: Connor McMonigle

Re: New engine releases & news 2021

Post by connor_mcmonigle »

Damir wrote: Mon Dec 13, 2021 3:58 pm sacai-engine v1.0

A powerful, open-source neural chess engine combining the neural nets of lc0 with a custom Montey-Carlo Tree Search algorithm (based on Ceres'). Tested ELO: 3356.95.

https://github.com/sanchit-sehgal/sacai ... tag/latest
It looks like it's just a Ceres clone with no significant changes (if any). The directory structure has been changed, but all the files are still there. Also as Ceres is GPL licensed, the "author" can't just relicense it as Apache legally afaik.

Quite disappointing
tmokonen
Posts: 1356
Joined: Sun Mar 12, 2006 6:46 pm
Location: Kelowna
Full name: Tony Mokonen

Re: New engine releases & news 2021

Post by tmokonen »

connor_mcmonigle wrote: Mon Dec 13, 2021 5:39 pm
Damir wrote: Mon Dec 13, 2021 3:58 pm sacai-engine v1.0

A powerful, open-source neural chess engine combining the neural nets of lc0 with a custom Montey-Carlo Tree Search algorithm (based on Ceres'). Tested ELO: 3356.95.

https://github.com/sanchit-sehgal/sacai ... tag/latest
It looks like it's just a Ceres clone with no significant changes (if any). The directory structure has been changed, but all the files are still there. Also as Ceres is GPL licensed, the "author" can't just relicense it as Apache legally afaik.

Quite disappointing
Oddly, the README.md file says Apache license, but the LICENSE.md file says GPL?