EXchess v7.96

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

Moderators: hgm, Rebel, chrisw

dchoman
Posts: 171
Joined: Wed Dec 28, 2011 8:44 pm
Location: United States

EXchess v7.96

Post by dchoman »

Hi Everyone,

I've released a new version of EXchess at

https://sites.google.com/site/experimentalchessprogram/

v7.96 is considerably stronger than v7.92 in head-to-head testing at bullet time controls, but I haven't tested its strength against other engines. Most of the improvement comes from finding and correcting two bugs in the evaluation and one in the search; however, there are other minor improvements as well.

I had a couple of reports that v7.92 did not work on some older AMD processors, and it was suggested this might be due to compiler options. Unfortunately I do not have any AMD systems for testing, so I could not reproduce this. v7.96 is now compiled with a more recent gcc compiler version 6.2 using mingw without processor specific compiler options (only -O3 -pthread -static). The 64-bit version is compiled with the x86_64 mingw compiler and the 32-bit version with the i686 mingw compiler. I don't know if this will solve the problem on those older processors or not.

As always the source code is included so an alternative is to compile on your own system directly.

- Dan
Adam Hair
Posts: 3226
Joined: Wed May 06, 2009 10:31 pm
Location: Fuquay-Varina, North Carolina

Re: EXchess v7.96

Post by Adam Hair »

Thanks Dan!
User avatar
cdani
Posts: 2204
Joined: Sat Jan 18, 2014 10:24 am
Location: Andorra

Re: EXchess v7.96

Post by cdani »

Thanks!
It works on an Amd Fx-8350, not very old though.
attakinski
Posts: 39
Joined: Sat May 21, 2011 12:23 pm

Re: EXchess v7.96

Post by attakinski »

I have an AMD Fx 8350 also but "engine can not load". CB GUI
User avatar
Guenther
Posts: 4605
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: EXchess v7.96

Post by Guenther »

attakinski wrote:I have an AMD Fx 8350 also but "engine can not load". CB GUI
I guess you started it with WB2UCI, because it is Winboard only?
attakinski
Posts: 39
Joined: Sat May 21, 2011 12:23 pm

Re: EXchess v7.96

Post by attakinski »

yes with wb2uci

I have several Exchesses installed. Only the last two give problems
User avatar
Graham Banks
Posts: 41412
Joined: Sun Feb 26, 2006 10:52 am
Location: Auckland, NZ

Re: EXchess v7.96

Post by Graham Banks »

dchoman wrote:Hi Everyone,

I've released a new version of EXchess at

https://sites.google.com/site/experimentalchessprogram/

v7.96 is considerably stronger than v7.92 in head-to-head testing at bullet time controls, but I haven't tested its strength against other engines. Most of the improvement comes from finding and correcting two bugs in the evaluation and one in the search; however, there are other minor improvements as well.
Thanks Dan.
gbanksnz at gmail.com
Dann Corbit
Posts: 12537
Joined: Wed Mar 08, 2006 8:57 pm
Location: Redmond, WA USA

Re: EXchess v7.96

Post by Dann Corbit »

ExChess has been one of my favorites since the dark ages.
Taking ideas is not a vice, it is a virtue. We have another word for this. It is called learning.
But sharing ideas is an even greater virtue. We have another word for this. It is called teaching.
dchoman
Posts: 171
Joined: Wed Dec 28, 2011 8:44 pm
Location: United States

Re: EXchess v7.96

Post by dchoman »

attakinski wrote:I have an AMD Fx 8350 also but "engine can not load". CB GUI
Thanks for the report. Does it work in console mode without running it though CB? If so, then the issue may be something with the communication with the adapter.

- Dan
dchoman
Posts: 171
Joined: Wed Dec 28, 2011 8:44 pm
Location: United States

Re: EXchess v7.96

Post by dchoman »

cdani wrote:Thanks!
It works on an Amd Fx-8350, not very old though.
Thanks for the report!

- Dan