New release Pedone 1.8

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

Moderators: hgm, Rebel, chrisw

User avatar
Fabio Gobbato
Posts: 217
Joined: Fri Apr 11, 2014 10:45 am
Full name: Fabio Gobbato

New release Pedone 1.8

Post by Fabio Gobbato »

I've just released a new version of my engine.

The changes:
Support for chess960
More aggressive LMP
Evaluate Queen pins
Evaluate Castle rights
Improved quiets move ordering
More SEE pruning
Singular extension
Improved parallel search

It should be about 50 elo stronger than 1.7
I have to thank Marco Belli for the perft unit test that I have used to check the engine.
Here is the link https://drive.google.com/open?id=1BGf5Y ... Fn_DTCdY-G
User avatar
Graham Banks
Posts: 41415
Joined: Sun Feb 26, 2006 10:52 am
Location: Auckland, NZ

Re: New release Pedone 1.8

Post by Graham Banks »

Thanks Fabio.
Looking forward to trying it out. :)
gbanksnz at gmail.com
Gabor Szots
Posts: 1362
Joined: Sat Jul 21, 2018 7:43 am
Location: Szentendre, Hungary
Full name: Gabor Szots

Re: New release Pedone 1.8

Post by Gabor Szots »

Graham Banks wrote: Mon Jul 30, 2018 11:21 pm Thanks Fabio.
Looking forward to trying it out. :)
+1
Gabor Szots
CCRL testing group
Damir
Posts: 2801
Joined: Mon Feb 11, 2008 3:53 pm
Location: Denmark
Full name: Damir Desevac

Re: New release Pedone 1.8

Post by Damir »

Thanks for the new version Fabio. Can you tell use the estimated strength of your engine ? :) :)
Gabor Szots
Posts: 1362
Joined: Sat Jul 21, 2018 7:43 am
Location: Szentendre, Hungary
Full name: Gabor Szots

Re: New release Pedone 1.8

Post by Gabor Szots »

Damir wrote: Tue Jul 31, 2018 10:12 am Thanks for the new version Fabio. Can you tell use the estimated strength of your engine ? :) :)
It should be about 50 elo stronger than 1.7. How do I know? Via one of my secret weapons: reading carefully.
Gabor Szots
CCRL testing group
Colin-G
Posts: 191
Joined: Mon Oct 31, 2016 6:30 pm
Location: England

Re: New release Pedone 1.8

Post by Colin-G »

Damir wrote: Tue Jul 31, 2018 10:12 am Thanks for the new version Fabio. Can you tell use the estimated strength of your engine ? :) :)
Fabio said in his post that it is about 50 elo stronger than version 1.7
So just add 50 to the values for 1.7 shown here at CCRL
http://www.computerchess.org.uk/ccrl/40 ... +opponents
Damir
Posts: 2801
Joined: Mon Feb 11, 2008 3:53 pm
Location: Denmark
Full name: Damir Desevac

Re: New release Pedone 1.8

Post by Damir »

Nice progress so far
User avatar
Scally
Posts: 232
Joined: Thu Sep 28, 2017 9:34 pm
Location: Bermondsey, London
Full name: Alan Cooper

Re: New release Pedone 1.8

Post by Scally »

Hi,

Thanks for the new version however the armv7 version does not run on the Raspberry Pi:

As you can see Pedone_armv7 exists and has been made executable

Al@RPi3b+:~/Pedone_1.8 $ ls
logo.bmp Pedone_linux Pedone_linux_nopopcnt Pedone_win.exe
Pedone_armv7 Pedone_linux32 Pedone_win32.exe Pedone_win_nopopcnt.exe
Pedone_armv8 Pedone_linux_bmi2 Pedone_win_bmi2.exe ReadMe.txt

Al@RPi3b+:~/Pedone_1.8 $ ./Pedone_armv8
-bash: ./Pedone_armv8: cannot execute binary file: Exec format error
Al@RPi3b+:~/Pedone_1.8 $ ./Pedone_armv7
-bash: ./Pedone_armv7: No such file or directory

As expected the armv8 cannot be executed as it's the wrong format ....
but the armv7 is not recognised although it’s there?

Thanks,

Al.
Fuddur
Posts: 50
Joined: Sun Mar 18, 2018 6:35 am

Re: New release Pedone 1.8

Post by Fuddur »

Nice progress. Every chess engine must have to do an android binary because there are many android users and they want it.thanks for the android binary.
Thanks
User avatar
Fabio Gobbato
Posts: 217
Joined: Fri Apr 11, 2014 10:45 am
Full name: Fabio Gobbato

Re: New release Pedone 1.8

Post by Fabio Gobbato »

The armv7 and armv8 executables are for android.