Discussion of computer chess matches and engine tournaments.
Moderators: hgm, Harvey Williamson, bob
Forum rules
This textbox is used to restore diagrams posted with the [d] tag before the upgrade.
-
opraus
- Posts: 166
- Joined: Wed Mar 08, 2006 8:49 pm
- Location: S. New Jersey, USA
-
Contact:
Post
by opraus » Wed Oct 17, 2007 10:39 am
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: 30733
- Joined: Sun Feb 26, 2006 9:52 am
- Location: Auckland, NZ
Post
by Graham Banks » Wed Oct 17, 2007 5:36 pm
Thanks David. Looking forward to trying the new Xpdnt out.
Regards, Graham.
My email addresses:
gbanksnz at gmail.com
gbanksnz at yahoo.co.nz
-
GS
Post
by GS » Wed Oct 17, 2007 6:27 pm
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 8:49 pm
- Location: S. New Jersey, USA
-
Contact:
Post
by opraus » Wed Oct 17, 2007 9:15 pm
Guenther,
I think so. I have played many(~100) xboard and Arena tourneys without problems.
-David
-
geots
- Posts: 4790
- Joined: Fri Mar 10, 2006 11:42 pm
Post
by geots » Thu Oct 18, 2007 12:44 am
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 7:33 pm
- Location: Antalya, Turkey
-
Contact:
Post
by beachknight » Thu Oct 18, 2007 1:38 pm
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 8:49 pm
- Location: S. New Jersey, USA
-
Contact:
Post
by opraus » Thu Oct 18, 2007 5:43 pm
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: 1327
- Joined: Fri Jul 14, 2006 5:56 am
- Location: London, England
-
Contact:
Post
by Jim Ablett » Thu Oct 18, 2007 6:10 pm
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: 1327
- Joined: Fri Jul 14, 2006 5:56 am
- Location: London, England
-
Contact:
Post
by Jim Ablett » Thu Oct 18, 2007 6:14 pm
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 8:49 pm
- Location: S. New Jersey, USA
-
Contact:
Post
by opraus » Thu Oct 18, 2007 7:18 pm
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!