Page 1 of 1

Xadreco updated

PostPosted: 17 Jul 2007, 19:40
by Olivier Deville
http://www.geocities.com/pag_sax/xadreco/index-en.html

Quoting the author :

"I just released the new version 5.7.0 (pre-release)
Among the greatest changes we can cite:
* Ready for Winboard and UCI (explanation in file readme.txt)
* Better time control
* Static evaluation function simplified and stronger
* Estimated rating increased more or less 300 points
* It assumes winboard automatically now. Dont need to pass the
parameter "xboard" in winboard.ini file. Explanations about install at
readme.txt file.

Have fun.
Beco."

Olivier

Re: Xadreco updated

PostPosted: 17 Jul 2007, 23:46
by Martin Thoresen
Do you happen to know an estimated strength of this program?

Re: Xadreco updated

PostPosted: 18 Jul 2007, 04:29
by Tony Thomas
Martin Thoresen wrote:Do you happen to know an estimated strength of this program?


Previous version was rated around 900, so I guess this is probably around 1100-1200.

Re: Xadreco updated

PostPosted: 18 Jul 2007, 04:40
by Olivier Deville
Martin Thoresen wrote:Do you happen to know an estimated strength of this program?


Hi Martin

This still needs to be tested. It will probably be around 1400-1500.

There is an alternative URL : http://codigolivre.org.br/projects/xadreco/

Olivier

Re: Xadreco updated

PostPosted: 18 Jul 2007, 08:17
by Martin Thoresen
Okay, it's too weak for CCRL then. I was just thinking of maybe including it with Micro-max etc.

Re: Xadreco updated

PostPosted: 18 Jul 2007, 08:46
by Volker Pittlik
Olivier Deville wrote:http://www.geocities.com/pag_sax/xadreco/index-en.html

Quoting the author :

"...
Have fun.
Beco."

Olivier


Hm:

volker@vpittlik:~/schach/xadreco> ./xadreco
bash: ./xadreco: cannot execute binary file
volker@vpittlik:~/schach/xadreco> cd src
volker@vpittlik:~/schach/xadreco/src> ls
xadrecov57.cpp
volker@vpittlik:~/schach/xadreco/src> gcc xadrecov57.cpp
/tmp/cclpJiCR.o:(.eh_frame+0x11): undefined reference to `__gxx_personality_v0'
collect2: ld returned 1 exit status
volker@vpittlik:~/schach/xadreco/src>


Not really funny.

Volker

Re: Xadreco updated

PostPosted: 18 Jul 2007, 09:30
by Sven Schüle
Hi Volker,

same problem here when using "gcc" but it works using "g++" :D

Sven

Re: Xadreco updated

PostPosted: 18 Jul 2007, 09:35
by Volker Pittlik
Sven Schüle wrote:Hi Volker,

same problem here when using "gcc" but it works using "g++" :D

Sven


Thank you. Works fine