New engine releases & news 2021

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

Moderator: Ras

User avatar
Bmark
Posts: 28
Joined: Wed Aug 14, 2013 5:24 am
Location: Spain

Re: New engine releases & news 2021

Post by Bmark »

Image

Name: Oscar Gavira
Nationality: Spain
Engine name: Coiled 1.0
Protocol: UCI
Language: C
The engine is: Open Source. GPL-3.0 License.
Estimated ELO: ± 3250 NNUE. ± 2650 Interna.
Web: https://www.oscargavira.es/?sec=Coiled_Informacion
Github: https://github.com/Oscar-Gavira/Coiled
Download: https://github.com/Oscar-Gavira/Coiled/ ... ed_1.0.zip

New: Basic internal evaluation, ± 2650 ELO, clear code. Auto detection of AVX2, SSE4.1, SSE3, SSE2 instructions supported by the CPU. Implemented the use of Bitbases scorpio. Fixed minor bugs...

Thank.
User avatar
Brunetti
Posts: 424
Joined: Tue Dec 08, 2009 1:37 pm
Location: Milan, Italy
Full name: Alex Brunetti

Re: New engine releases & news 2021

Post by Brunetti »

Bmark wrote: Sun Oct 10, 2021 11:49 pm Estimated ELO: ± 3250 NNUE. ± 2650 Interna.
New: Basic internal evaluation, ± 2650 ELO, clear code. Auto detection of AVX2, SSE4.1, SSE3, SSE2 instructions supported by the CPU.
Hi Oscar,
I'm testing SSE 4.1 version with the red_neuronal.nnue network available in the engine folder, but it's performing around 2590 in 1'+1". What's wrong?

Thanx, Alex
User avatar
Sylwy
Posts: 4893
Joined: Fri Apr 21, 2006 4:19 pm
Location: IAȘI - the historical capital of MOLDOVA
Full name: Silvian Rucsandescu

Re: New engine releases & news 2021

Post by Sylwy »

Works perfectly for me in AVX2. Cecked NNUE use ?

Image
User avatar
Brunetti
Posts: 424
Joined: Tue Dec 08, 2009 1:37 pm
Location: Milan, Italy
Full name: Alex Brunetti

Re: New engine releases & news 2021

Post by Brunetti »

Sylwy wrote: Mon Oct 11, 2021 12:19 pm Cecked NNUE use ?
Missed the related UCI option, thanx.

Code: Select all

option name NnueUse type check default false
Alex
User avatar
Bmark
Posts: 28
Joined: Wed Aug 14, 2013 5:24 am
Location: Spain

Re: New engine releases & news 2021

Post by Bmark »

Brunetti wrote: Mon Oct 11, 2021 12:30 pm
Sylwy wrote: Mon Oct 11, 2021 12:19 pm Cecked NNUE use ?
Missed the related UCI option, thanx.

Code: Select all

option name NnueUse type check default false
Alex
Hello Brunetti.

If you only get a strength of 2590 ELO it is by internal evaluation.
SSE4.1 is slower than AVX2 but not to go down to 2590 ELO. From 3250 that develops NNUE and AVX2.

It is probably misconfigured.
And as Sylwy comments,Cecked NNUE use?

If the CPU does not support AVX2 or SSE4.1 ... Coiled shows an error message when it cannot load the .dll with this technology.
Activate Debug window in GUI.

Greetings.

P.S. Thanks for trying Coiled.
User avatar
Brunetti
Posts: 424
Joined: Tue Dec 08, 2009 1:37 pm
Location: Milan, Italy
Full name: Alex Brunetti

Re: New engine releases & news 2021

Post by Brunetti »

Bmark wrote: Mon Oct 11, 2021 1:08 pm SSE4.1 is slower than AVX2 but not to go down to 2590 ELO. From 3250 that develops NNUE and AVX2.
Ok after I've enabled the option. 1'+1" rating is ~equal to your estimate, 3250 :)

Alex
User avatar
Brunetti
Posts: 424
Joined: Tue Dec 08, 2009 1:37 pm
Location: Milan, Italy
Full name: Alex Brunetti

Re: New engine releases & news 2021

Post by Brunetti »

KnightX 3.0 released.

http://technochess.free.fr/

1'+1" rating ~2640 (~+10 vs. 2.9).

Alex
User avatar
Brunetti
Posts: 424
Joined: Tue Dec 08, 2009 1:37 pm
Location: Milan, Italy
Full name: Alex Brunetti

Re: New engine releases & news 2021

Post by Brunetti »

Lynx 5.2 released.

https://github.com/lynx-chess/Lynx

1'+1" Elo ~1465 (~+10 vs. 5.1).

Alex
User avatar
Brunetti
Posts: 424
Joined: Tue Dec 08, 2009 1:37 pm
Location: Milan, Italy
Full name: Alex Brunetti

Re: New engine releases & news 2021

Post by Brunetti »

New engine: Dexter 1.1.1, by Nachiket Agrawal from India.

https://github.com/regalmoix/dexter

It's in its early stages; I've added a very basic time management to cope with UCI wtime/btime and avoid time losses in fast games, and made a Windows 64 compile: https://e4e6.com/download/
No time losses detected, but unfortunately it disconnects in 8% of the games.

1'+1" rating ~1490.

Alex
User avatar
Brunetti
Posts: 424
Joined: Tue Dec 08, 2009 1:37 pm
Location: Milan, Italy
Full name: Alex Brunetti

Re: New engine releases & news 2021

Post by Brunetti »

FoxSEE 7.27 released.

https://github.com/redsalmon91/FoxSEE

1'+1" rating ~ 2440, the same of 7.26.0 EM.

Alex