New engine releases 2020

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

Moderators: hgm, Rebel, chrisw

Jamal Bubker
Posts: 326
Joined: Mon May 24, 2010 4:32 pm

Re: New engine releases 2020

Post by Jamal Bubker »

Thanks Guenther for reporting these new releases 8-)

[quote=Guenther post_id=858101 time=1598693470 user_id=4222]
[b]Eubos 1.09[/b]
https://github.com/cjbolt/EubosChess/releases

[b]LC0 0.26.2 rc1[/b]
https://github.com/LeelaChessZero/lc0/releases
[/quote]
Jamal Bubker
Posts: 326
Joined: Mon May 24, 2010 4:32 pm

Re: New engine releases 2020

Post by Jamal Bubker »

Thanks Gabor for reporting this new update 8-)

[quote="Gabor Szots" post_id=858733 time=1598979940 user_id=10665]
Eubos 1.1.0

New engine: Supernova 1.0.1 by Minkai Yang, USA - https://github.com/MichaeltheCoder7/Supernova
[/quote]
tmokonen
Posts: 1296
Joined: Sun Mar 12, 2006 6:46 pm
Location: Kelowna
Full name: Tony Mokonen

Re: New engine releases 2020

Post by tmokonen »

Luecx wrote: Thu Sep 03, 2020 2:32 pm Oh thank you very much on this one!
What we mean is that we are not yet able to build a static executable due to marche=native which is required for our SSE/AVX code to run.
Therefor one needs to compile the project in order to get a working executable. We are trying to solve this issue at the moment.
I thought it was recommended not to use march=native for compiles you intend to distribute, but instead to target a specific platform (eg march=haswell for a BMI2 compile).
Jamal Bubker
Posts: 326
Joined: Mon May 24, 2010 4:32 pm

Re: New engine releases 2020

Post by Jamal Bubker »

Thank you Finn !!
I hope there will be some windows binary compilations for various architecture ;)
i'm eager to test your engine !

[quote=Luecx post_id=858899 time=1599071871 user_id=12600]
[size=150][b]Koivisto 1.0[/b][/size]

Some strangers and I have written this engine for about 4 months now, and we estimate its strength to be between 2800 and 2900.
We're still figuring out the build process, so for now, you might have to compile yourself. It's a single makefile.

[url]https://github.com/Luecx/Koivisto[/url]



The engine supports all important UCI commands together with additional [b]print [/b](to print the board) and [b]eval[/b] for a detailed overview of the evaluation.

We'd also like to have this run in CCRL, but we're not very familiar with the process. We hope there is interest in testing our engine.
[/quote]
Luecx
Posts: 138
Joined: Thu Jun 18, 2020 9:20 pm
Full name: Finn Eggers

Re: New engine releases 2020

Post by Luecx »

tmokonen wrote: Thu Sep 03, 2020 6:28 pm
Luecx wrote: Thu Sep 03, 2020 2:32 pm Oh thank you very much on this one!
What we mean is that we are not yet able to build a static executable due to marche=native which is required for our SSE/AVX code to run.
Therefor one needs to compile the project in order to get a working executable. We are trying to solve this issue at the moment.
I thought it was recommended not to use march=native for compiles you intend to distribute, but instead to target a specific platform (eg march=haswell for a BMI2 compile).
march=native is recommended if you compile yourself. Sadly there seems to be an issue with -static in general. Hopefully, this will be resolved by the end of this week.
The ability to speak does not make you intelligent. https://github.com/Luecx/Koivisto

Image
Luecx
Posts: 138
Joined: Thu Jun 18, 2020 9:20 pm
Full name: Finn Eggers

Re: New engine releases 2020

Post by Luecx »

Jamal Bubker wrote: Thu Sep 03, 2020 6:36 pm Thank you Finn !!
I hope there will be some windows binary compilations for various architecture ;)
i'm eager to test your engine !
Luecx wrote: Wed Sep 02, 2020 8:37 pm Koivisto 1.0

Some strangers and I have written this engine for about 4 months now, and we estimate its strength to be between 2800 and 2900.
We're still figuring out the build process, so for now, you might have to compile yourself. It's a single makefile.

https://github.com/Luecx/Koivisto



The engine supports all important UCI commands together with additional print (to print the board) and eval for a detailed overview of the evaluation.

We'd also like to have this run in CCRL, but we're not very familiar with the process. We hope there is interest in testing our engine.

Thank you very much! I hope there will be binaries by the end of this week :)
The ability to speak does not make you intelligent. https://github.com/Luecx/Koivisto

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

Re: New engine releases 2020

Post by Gabor Szots »

Luecx wrote: Wed Sep 02, 2020 8:37 pm We'd also like to have this run in CCRL, but we're not very familiar with the process. We hope there is interest in testing our engine.
There is no process. CCRL tries to test all engines that generate interest, let it be public or personal. Every member makes his choice using his discretion.
Gabor Szots
CCRL testing group
Gabor Szots
Posts: 1362
Joined: Sat Jul 21, 2018 7:43 am
Location: Szentendre, Hungary
Full name: Gabor Szots

Re: New engine releases 2020

Post by Gabor Szots »

Guenther wrote: Wed Sep 02, 2020 11:23 am Neocortex 1.0 by Justin Stanley
https://github.com/codeandkey/neocortex

I remember that I tried to compile this already in spring, but files were missing IIRC.
It seems this older neocortex version was moved to a different branch.
The current master branch compiles fine now.
I will add it in a few hours to my download site, as the 1.0 release is source only.

I don't think it is very strong right now, but at least it has a lot of original work in it unlike other beef.
Thank you for reporting this, Günther. It is always a pleasure to see someone put in serious work even if virtue will be his only reward. I am currently testing it and it looks it will be around 1400.
BTW, I see your chronology does not list Beef.
Gabor Szots
CCRL testing group
User avatar
Guenther
Posts: 4605
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: New engine releases 2020

Post by Guenther »

Gabor Szots wrote: Fri Sep 04, 2020 2:25 pm
Guenther wrote: Wed Sep 02, 2020 11:23 am Neocortex 1.0 by Justin Stanley
https://github.com/codeandkey/neocortex

I remember that I tried to compile this already in spring, but files were missing IIRC.
It seems this older neocortex version was moved to a different branch.
The current master branch compiles fine now.
I will add it in a few hours to my download site, as the 1.0 release is source only.

I don't think it is very strong right now, but at least it has a lot of original work in it unlike other beef.
Thank you for reporting this, Günther. It is always a pleasure to see someone put in serious work even if virtue will be his only reward. I am currently testing it and it looks it will be around 1400.
The author created a fix for the nps overflow after my report, I will update my download soon.
Surely he likes to be listed at CCRL, or are you currently testing as private person?
(The nps overflow fix will have no influence on strength.)
https://rwbc-chess.de

trollwatch:
Chessqueen + chessica + AlexChess + Eduard + Sylwy
Gabor Szots
Posts: 1362
Joined: Sat Jul 21, 2018 7:43 am
Location: Szentendre, Hungary
Full name: Gabor Szots

Re: New engine releases 2020

Post by Gabor Szots »

Guenther wrote: Sun Sep 06, 2020 11:27 amThe author created a fix for the nps overflow after my report, I will update my download soon.
Surely he likes to be listed at CCRL, or are you currently testing as private person?
(The nps overflow fix will have no influence on strength.)
I have already submitted my games to CCRL, Neocortex is likely to appear on our blitz list tomorrow, maybe even today.
Gabor Szots
CCRL testing group