chess22k 1.8 released

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

Moderators: hgm, Harvey Williamson, bob

Forum rules
This textbox is used to restore diagrams posted with the [d] tag before the upgrade.
sandermvdb
Posts: 122
Joined: Sat Jan 28, 2017 12:29 pm
Location: The Netherlands

chess22k 1.8 released

Post by sandermvdb » Sun Mar 04, 2018 8:00 am

Score is about 2950 elo

- generation of pseudo-legal moves (no elo gain but cleaner code)
- refactored move generation class
- implemented late move pruning
- updated pruning margins (same as Laser)
- removed matethreat
- removed non significant eval terms
- added space evaluation
- use a material hash
- evaluate imbalances using # of pieces
- use full key when validating eval, pawn, material hash hit

https://github.com/sandermvdb/chess22k/releases/tag/1.8

SzG
Posts: 2447
Joined: Fri Mar 10, 2006 6:20 am
Location: Szentendre, Hungary

Re: chess22k 1.8 released

Post by SzG » Sun Mar 04, 2018 9:11 am

Thanks Sander. It's not easy to make such a significant improvement when your engine is already close to the top.
Gabor Szots

CCRL testing group

mike angel
Posts: 50
Joined: Sun Jan 30, 2011 12:08 pm

Re: chess22k 1.8 released

Post by mike angel » Sun Mar 04, 2018 10:35 am

Nice - but how to get it running under Arena-Gui.
Have installed Oracle Java 9.04, but it does not work for me ..
Please someone give me a hint.

- solved: reinstall of Java helps me

tpoppins
Posts: 597
Joined: Tue Nov 24, 2015 8:11 pm
Location: upstate

Re: chess22k 1.8 released

Post by tpoppins » Sun Mar 04, 2018 11:32 am

Is there a way to run it under Cute Chess GUI? I would like to include it in some of my 40/40 tests, but neither the DLaunch method nor the "javaw -classsomethingorother blahblah" one worked.

Java 1.8 x86_64 and Win 7 x64 Pro here.

sandermvdb
Posts: 122
Joined: Sat Jan 28, 2017 12:29 pm
Location: The Netherlands

Re: chess22k 1.8 released

Post by sandermvdb » Sun Mar 04, 2018 11:44 am

tpoppins wrote:Is there a way to run it under Cute Chess GUI? I would like to include it in some of my 40/40 tests, but neither the DLaunch method nor the "javaw -classsomethingorother blahblah" one worked.

Java 1.8 x86_64 and Win 7 x64 Pro here.
I am also using Cute Chess myself.
The binaries that I've uploaded to Github are compiled using Java 9, so you have to install JRE 9 (and I would deinstall Java 8):
http://www.oracle.com/technetwork/java/ ... 48532.html

To start it, you have to use the following command:
java -jar c:\chess22k-1.8.jar

Assuming that C:\Program Files\Java\jre-9.0.4\bin is on your Windows path.

Adam Hair
Posts: 3185
Joined: Wed May 06, 2009 8:31 pm
Location: Fuquay-Varina, North Carolina

Re: chess22k 1.8 released

Post by Adam Hair » Sun Mar 04, 2018 12:11 pm

cmd="java -jar C:\chess22k-1.8.jar"

or in my case

cmd="java -jar C:\Users\Adam\Test_Folder\chess22k-1.8.jar"

tpoppins
Posts: 597
Joined: Tue Nov 24, 2015 8:11 pm
Location: upstate

Re: chess22k 1.8 released

Post by tpoppins » Sun Mar 04, 2018 12:50 pm

Thank you muchly for the prompt replies, Sander and Adam!

User avatar
CMCanavessi
Posts: 572
Joined: Thu Dec 28, 2017 3:06 pm
Location: Argentina

Re: chess22k 1.8 released

Post by CMCanavessi » Sun Mar 04, 2018 1:33 pm

Would it be possible to get windows binaries, so those of us who don't (and can't) have java installed can also run the engine?
Follow my tournament and some Leela gauntlets live at http://twitch.tv/ccls

SzG
Posts: 2447
Joined: Fri Mar 10, 2006 6:20 am
Location: Szentendre, Hungary

Re: chess22k 1.8 released

Post by SzG » Sun Mar 04, 2018 2:36 pm

CMCanavessi wrote:Would it be possible to get windows binaries, so those of us who don't (and can't) have java installed can also run the engine?
What prevents you from installing java?
Gabor Szots

CCRL testing group

sandermvdb
Posts: 122
Joined: Sat Jan 28, 2017 12:29 pm
Location: The Netherlands

Re: chess22k 1.8 released

Post by sandermvdb » Sun Mar 04, 2018 3:38 pm

CMCanavessi wrote:Would it be possible to get windows binaries, so those of us who don't (and can't) have java installed can also run the engine?
There are some paid programs that can indeed compile java sourcecode to Windows binaries. I've looked into this some time ago but was disappointed with the performance and as I said, it was paid software.

Post Reply