Discussion of computer chess matches and engine tournaments.
Moderator: Ras
-
opraus
- Posts: 166
- Joined: Wed Mar 08, 2006 9:49 pm
- Location: S. New Jersey, USA
Post
by opraus »
Many bugs fixed, some things cleaned up/ simplified.
Do not expect too much strength improvement[the bug fixes eliminated that

]
Thanks to Dann [again] for adding draw recognition to main.c [root search]
http://www.debog.com/ai/
It plays Chess ...
-
Graham Banks
- Posts: 44595
- Joined: Sun Feb 26, 2006 10:52 am
- Location: Auckland, NZ
Post
by Graham Banks »
Thanks David. Looking forward to trying the new Xpdnt out.
Regards, Graham.
gbanksnz at gmail.com
-
GS
Post
by GS »
opraus wrote:Many bugs fixed, some things cleaned up/ simplified.
Do not expect too much strength improvement[the bug fixes eliminated that :)]
Thanks to Dann [again] for adding draw recognition to main.c [root search]
http://www.debog.com/ai/
It plays Chess ...
Hi David,
Does this mean the timing problems of the last versions are
gone now?
Guenther
-
opraus
- Posts: 166
- Joined: Wed Mar 08, 2006 9:49 pm
- Location: S. New Jersey, USA
Post
by opraus »
Guenther,
I think so. I have played many(~100) xboard and Arena tourneys without problems.
-David
-
geots
- Posts: 4790
- Joined: Sat Mar 11, 2006 12:42 am
Post
by geots »
opraus wrote:Many bugs fixed, some things cleaned up/ simplified.
Do not expect too much strength improvement[the bug fixes eliminated that

]
Thanks to Dann [again] for adding draw recognition to main.c [root search]
http://www.debog.com/ai/
It plays Chess ...
I guess im missing the point here, or overlooking something. It might help if you had an exe in the folder.
Regards,
George
-
beachknight
- Posts: 3533
- Joined: Tue Jan 09, 2007 8:33 pm
- Location: Antalya, Turkey
Post
by beachknight »
Hello,
I renamed xpdnt in main directory to xpdnt.exe and tried to run
in Arena. No success.
A compile is what we need, I suppose.
Where ar thou Superman? errr, Jim?

hi, merhaba, hallo HT
-
opraus
- Posts: 166
- Joined: Wed Mar 08, 2006 9:49 pm
- Location: S. New Jersey, USA
Post
by opraus »
i uploaded win32 and *nix executables:
xpdnt.exe [win32]
xpdnt [*nix]
these need to be placed in dir w/ settings.ini, obook.txt, and /logs dir
-
Jim Ablett
- Posts: 2278
- Joined: Fri Jul 14, 2006 7:56 am
- Location: London, England
- Full name: Jim Ablett
Post
by Jim Ablett »
Hello David,
i uploaded win32 and *nix executables:
I also couldn't find anything but Linux version in there.
Linux version probably ate it in disgust or something
I've compiled my own Windows version: Intel compiler 10 PGO >
http://www.2xupload.de/file/3d7aafeb8ea ... a.zip.html
Rgds,
Jim.
-
Jim Ablett
- Posts: 2278
- Joined: Fri Jul 14, 2006 7:56 am
- Location: London, England
- Full name: Jim Ablett
Post
by Jim Ablett »
i uploaded win32 and *nix executables:
Should have checked your links again.
Sorry thought you meant you uploaded Win32 exe before
Jim.
-
opraus
- Posts: 166
- Joined: Wed Mar 08, 2006 9:49 pm
- Location: S. New Jersey, USA
Post
by opraus »
BTW ...
This version does NOT use an evaluation hash, so ...
I set the ehashsize to 1 [in settings.ini, 0 wont work - I should fix that

]
A pawn hash might work well too ...
Thanks Jim for those compiles!