Xadreco Chess Engine: new DeepXadreco linux

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

Moderator: Ras

krazyken

Re: Xadreco Chess Engine: new DeepXadreco linux

Post by krazyken »

I've tried compiling the code in the download package.

getting some errors:

Code: Select all

deepxadreco-v10.cpp: In function ‘int main(int, char**)’:
deepxadreco-v10.cpp:584: error: ‘tiniciojogo’ was not declared in this scope
deepxadreco-v10.cpp: In function ‘char compjoga(tabuleiro*)’:
deepxadreco-v10.cpp:2967: error: cannot convert ‘float*’ to ‘time_t*’ for argument ‘1’ to ‘time_t time(time_t*)’
deepxadreco-v10.cpp:2969: error: cannot convert ‘float*’ to ‘time_t*’ for argument ‘1’ to ‘time_t time(time_t*)’
deepxadreco-v10.cpp:3253: error: cannot convert ‘float*’ to ‘time_t*’ for argument ‘1’ to ‘time_t time(time_t*)’

If you get a chance to look at this, and figure it out, I could build a binary for you.
beco

Re: Xadreco Chess Engine: new DeepXadreco linux

Post by beco »

krazyken wrote:I've tried compiling the code in the download package.

getting some errors: [...]

If you get a chance to look at this, and figure it out, I could build a binary for you.
Thanks Dail!

I just corrected this errors (actually, uploaded the last correction).
Tell me if I can be of more assistance.

Cheers,
Beco.
beco

Re: Xadreco Chess Engine: new DeepXadreco linux

Post by beco »

krazyken wrote: I'm afraid I do not see the Mac version. But that may be because I can't read the page so well.
Hi Kenny,

It took me some time, but I just translated to english some pages of the site. I hope you like.

There is UK flags to the english pages.
* Home page: http://xadreco.wikispaces.com/home-en
* Download page: http://xadreco.wikispaces.com/Download-en
* Log page: http://xadreco.wikispaces.com/Log-en
(The log page has only version 5.0 translated for now.)

Thanks for visiting.

Beco.
beco

Re: Xadreco Chess Engine: new DeepXadreco linux

Post by beco »

tmokonen wrote:Thanks for the new version, and for making all of the old versions available.

Tony
I'm glad you liked, Tony.

Cheers,
Beco.
beco

Re: Xadreco Chess Engine: new DeepXadreco linux

Post by beco »

For my own sake, trying to keep track of the news, and also for your information about nice tries to make Deep Xadreco better, I write here this link where you can read the comments by Dann Corbit:

http://wbec-ridderkerk.forumotion.com/w ... 49.htm#484

Dann, thanks for trying that.

Beco.
beco
Posts: 3
Joined: Wed Jul 04, 2018 5:38 am
Full name: Ruben Carlo Benante

Re: Xadreco Chess Engine: new DeepXadreco linux

Post by beco »

Hello guys,

Just to update the link, since wikispaces is going down.

Xadreco source code is located now at:

http://github.com/drbeco/xadreco

My best,

Beco.

PS. There is a bit of confusion regarding version number.

The most updated version you want to try, that is being supported, is version 5.84 (soon to be 6.0 when tablebases are implemented).

Version 10 was a student thesis about paralleling Xadreco, and is since not updated anymore. We may have another code for parallel Xadreco in the future. But for now, if you want to use this engine officially in tournaments, the version recommended is 5.84. Thanks.

PPS. Xadreco is online again, in two servers:

* FICS ( https://www.freechess.org/ as Xadreco )
* Lichess ( https://lichess.org/@/Xadreco )

Please be welcome to visit and play.

Note: lichess version is not allowing the opening book to be used, since it don't know how to talk "xboard". It pretends it knows, but it actually keep passing "setboard" instead of moves, like if it is using the UCI logic with the Xboard dialect. As soon as I figure out how to deal with this problem, the book will work again.