chess22k 1.11 released

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

Moderators: hgm, Rebel, chrisw

sandermvdb
Posts: 160
Joined: Sat Jan 28, 2017 1:29 pm
Location: The Netherlands

chess22k 1.11 released

Post by sandermvdb »

See
https://github.com/sandermvdb/chess22k/ ... s/tag/1.11

One improvement which is also visible in the matches is that it now better understands when to move the king-shielding pawns forward. This is the result of having separate midgame and endgame pawn-shield scores. I am not a chess expert, but to me the games are becoming more and more interesting :)

Btw, the binary is build using Java 10.
User avatar
CMCanavessi
Posts: 1142
Joined: Thu Dec 28, 2017 4:06 pm
Location: Argentina

Re: chess22k 1.11 released

Post by CMCanavessi »

Awesome! One of my favorite engines that will probably promote to the Super League next season :D
Follow my tournament and some Leela gauntlets live at http://twitch.tv/ccls
User avatar
Graham Banks
Posts: 41477
Joined: Sun Feb 26, 2006 10:52 am
Location: Auckland, NZ

Re: chess22k 1.11 released

Post by Graham Banks »

Thanks Sander.
Should be interesting to see the difference in its play. :P
gbanksnz at gmail.com
Dokterchen
Posts: 133
Joined: Wed Aug 15, 2007 12:18 pm
Location: Munich

Re: chess22k 1.11 released

Post by Dokterchen »

Very nice. Thanks Sander!
User avatar
Werner
Posts: 2872
Joined: Wed Mar 08, 2006 10:09 pm
Location: Germany
Full name: Werner Schüle

Re: chess22k 1.11 released

Post by Werner »

Thanks Sander,
can you please describe how to install your engine inside the Shredder GUI?

best wishes
Werner
Werner
Gabor Szots
Posts: 1365
Joined: Sat Jul 21, 2018 7:43 am
Location: Szentendre, Hungary
Full name: Gabor Szots

Re: chess22k 1.11 released

Post by Gabor Szots »

Werner wrote: Mon Sep 10, 2018 11:16 am Thanks Sander,
can you please describe how to install your engine inside the Shredder GUI?

best wishes
Werner
Hi Werner,

This is how I do it. Create a .eng file which contains the following lines:
[ENGINE]
Name=chess22k 1.11 64-bit
Author=Sander Maassen vd Brink
Filename=c:\Program Files\Java\jre-10.0.1\bin\java.exe
Parameter=-Xmx1024M -jar e:\Sakk\UCI-engines\chess22k\chess22k-1.11.jar
Of course you have to use your own java path and the path to your chess22k jar file.
Gabor Szots
CCRL testing group
User avatar
Werner
Posts: 2872
Joined: Wed Mar 08, 2006 10:09 pm
Location: Germany
Full name: Werner Schüle

Re: chess22k 1.11 released

Post by Werner »

Thanks Gabor,
it works now in the Shredder GUI too.

Installation in Arena was easier, as you can use a start.bat containing
java -Xmx512M -jar chess22k-1.11.jar uci
Werner
sandermvdb
Posts: 160
Joined: Sat Jan 28, 2017 1:29 pm
Location: The Netherlands

Re: chess22k 1.11 released

Post by sandermvdb »

Werner wrote: Mon Sep 10, 2018 12:24 pm Installation in Arena was easier, as you can use a start.bat containing
java -Xmx512M -jar chess22k-1.11.jar uci
Using Arena you could just select the .jar file :)
Gabor Szots
Posts: 1365
Joined: Sat Jul 21, 2018 7:43 am
Location: Szentendre, Hungary
Full name: Gabor Szots

Re: chess22k 1.11 released

Post by Gabor Szots »

sandermvdb wrote: Wed Sep 05, 2018 7:50 pm See
https://github.com/sandermvdb/chess22k/ ... s/tag/1.11

One improvement which is also visible in the matches is that it now better understands when to move the king-shielding pawns forward. This is the result of having separate midgame and endgame pawn-shield scores. I am not a chess expert, but to me the games are becoming more and more interesting :)

Btw, the binary is build using Java 10.
Apparently that improvement manifests itself in the results too.
Gabor Szots
CCRL testing group