New engine releases & news H2 2024

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

Moderators: hgm, Rebel, chrisw

User avatar
Graham Banks
Posts: 42592
Joined: Sun Feb 26, 2006 10:52 am
Location: Auckland, NZ

Re: New engine releases & news H2 2024

Post by Graham Banks »

Brunetti wrote: Tue Sep 03, 2024 8:07 am
Gabor Szots wrote: Tue Sep 03, 2024 5:40 am It is 7.1, Luca, not 8.0...
He just forgot to update the UCI version, it seems.

Alex
Too many releases too quickly. :wink:
gbanksnz at gmail.com
lucametehau
Posts: 119
Joined: Thu Apr 22, 2021 3:56 pm
Location: Bucharest, Romania
Full name: Metehau Luca

Re: New engine releases & news H2 2024

Post by lucametehau »

Indeed, feel free to ignore this, it doesn't affect engine performance. I just forgot to update it :D
Gabor Szots
Posts: 1394
Joined: Sat Jul 21, 2018 7:43 am
Location: Budapest, Hungary
Full name: Gabor Szots

Re: New engine releases & news H2 2024

Post by Gabor Szots »

lucametehau wrote: Tue Sep 03, 2024 11:24 am Indeed, feel free to ignore this, it doesn't affect engine performance. I just forgot to update it :D
Thanks, I feel free to ignore it.
Gabor Szots
CCRL testing group
bastiball
Posts: 5353
Joined: Tue Oct 20, 2020 4:18 am
Full name: Basti Dangca

Re: New engine releases & news H2 2024

Post by bastiball »

lucametehau wrote: Tue Sep 03, 2024 11:24 am Indeed, feel free to ignore this, it doesn't affect engine performance. I just forgot to update it :D
I'm putting it on queue :D
Basti Dangca
CCRL testing group
User avatar
Guenther
Posts: 4710
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: New engine releases & news H2 2024

Post by Guenther »

New engine iBlunder 2024-09-04_19-47
author: Tim Jones
country: GBR
programming language: C#

https://github.com/Timmoth/iBlunder
https://lichess.org/@/iblunder-bot
iBlunder

A strong dotnet UCI Chess engine

Note

iBlunder is still in active development so will so expect certain features to be missing or experimental.

Play it here -> https://iblunder.com/

Or challenge it on Lichess -> https://lichess.org/@/iblunder-bot
Releases

You can download the latest version for windows, linux or mac here
Requirements

iBlunder makes use of hardware intrinsics to improve performance. Currently your CPU must support: Avx2, Bmi1, Bmi2, Popcnt, Sse. Most modern hardware shipped after 2013 should be supported.
The releases come with a bundled version of the dotnet runtime, however if you want to run from source you'll need the dotnet 8 SDK installed.
as mentioned above, some peculiarities still,
- it shows no uci name/author/version currently
- ponder is true by default
- only shows (tiny) pv for last depth with bestmove

Code: Select all

uci
option name Threads type spin default 1 min 1 max 1024
option name Ponder type check default true
uciok
isready
readyok
position startpos
setoption name Ponder value false
go depth 18
bestmove e2e4 ponder e7e5
info depth 18 score cp 14 nodes 8624115 nps 1849171 time 4663 pv e7e5

Code: Select all

uci
option name Threads type spin default 1 min 1 max 1024
option name Ponder type check default true
uciok
isready
readyok
position startpos
setoption name Ponder value false
go wtime 60000 winc 1000 btime 60000 binc 1000
bestmove e2e4 ponder c7c5
info depth 18 score cp 12 nodes 5061953 nps 1808389 time 2799 pv c7c5
https://rwbc-chess.de

[The philosophy of perception...]
Gabor Szots
Posts: 1394
Joined: Sat Jul 21, 2018 7:43 am
Location: Budapest, Hungary
Full name: Gabor Szots

Re: New engine releases & news H2 2024

Post by Gabor Szots »

lucametehau wrote: Tue Sep 03, 2024 11:24 am Indeed, feel free to ignore this, it doesn't affect engine performance. I just forgot to update it :D
Now 8.0.2 displays 8.0.1. :(
Gabor Szots
CCRL testing group
op12no2
Posts: 518
Joined: Tue Feb 04, 2014 12:25 pm
Full name: Colin Jenkins

Re: New engine releases & news H2 2024

Post by op12no2 »

cwtch v1 - uci - javascript - nnue - lozza rewrite

https://github.com/op12no2/cwtch

may well be issues - probably best to contact me directly rather than pollute this thread.
User avatar
Sylwy
Posts: 4622
Joined: Fri Apr 21, 2006 4:19 pm
Location: IASI - the historical capital of MOLDOVA
Full name: SilvianR

Re: New engine releases & news H2 2024

Post by Sylwy »

op12no2 wrote: Sun Sep 08, 2024 1:27 pm cwtch v1 - uci - javascript - nnue - lozza rewrite

https://github.com/op12no2/cwtch

may well be issues - probably best to contact me directly rather than pollute this thread.
:D

THANK YOU, again !

viewtopic.php?p=968328#p968328
User avatar
Guenther
Posts: 4710
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: New engine releases & news H2 2024

Post by Guenther »

Guenther wrote: Wed Sep 04, 2024 10:06 pm New engine iBlunder 2024-09-04_19-47
author: Tim Jones
country: GBR
programming language: C#

https://github.com/Timmoth/iBlunder
https://lichess.org/@/iblunder-bot

...
As of today renamed to 'Sapling'
https://github.com/Timmoth/Sapling
https://rwbc-chess.de

[The philosophy of perception...]
Gabor Szots
Posts: 1394
Joined: Sat Jul 21, 2018 7:43 am
Location: Budapest, Hungary
Full name: Gabor Szots

Re: New engine releases & news H2 2024

Post by Gabor Szots »

Gabor Szots
CCRL testing group