Page 1 of 4

EXchess v7.96

Posted: Tue Jan 31, 2017 1:46 pm
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

Re: EXchess v7.96

Posted: Tue Jan 31, 2017 2:02 pm
by Adam Hair
Thanks Dan!

Re: EXchess v7.96

Posted: Tue Jan 31, 2017 2:49 pm
by cdani
Thanks!
It works on an Amd Fx-8350, not very old though.

Re: EXchess v7.96

Posted: Tue Jan 31, 2017 5:48 pm
by attakinski
I have an AMD Fx 8350 also but "engine can not load". CB GUI

Re: EXchess v7.96

Posted: Tue Jan 31, 2017 5:53 pm
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?

Re: EXchess v7.96

Posted: Tue Jan 31, 2017 5:58 pm
by attakinski
yes with wb2uci

I have several Exchesses installed. Only the last two give problems

Re: EXchess v7.96

Posted: Tue Jan 31, 2017 6:58 pm
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.

Re: EXchess v7.96

Posted: Tue Jan 31, 2017 9:59 pm
by Dann Corbit
ExChess has been one of my favorites since the dark ages.

Re: EXchess v7.96

Posted: Tue Jan 31, 2017 11:23 pm
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

Re: EXchess v7.96

Posted: Tue Jan 31, 2017 11:42 pm
by dchoman
cdani wrote:Thanks!
It works on an Amd Fx-8350, not very old though.
Thanks for the report!

- Dan