Page 1 of 1

XPDNT 061120 released

PostPosted: 20 Nov 2006, 21:06
by David Weller
Hi all.

I added a 'hashsize entries' command, where size must be (2^n)-1 entries

also, 'ehashsize entries' for evaluation hash - also (2^n)-1 entries

The book is different too. Has most of A00 to E99 with >= 8 half moves.
I know nothing about openings, so this may or may not be optimal :)

Also, added a SEE.

Here is a Blitz tourney. SOS was losing on time, though.

Code: Select all
    Engine              Score        Xp
01: Xpdnt               14.0/63 ·······
02: Spike 1.0a          7.0/7   1111111
03: TogaII              6.5/7   1=11111
04: Fruit_21            6.0/7   0111111
04: AnMon 5.50          6.0/7   0111111
04: Crafty_1919         6.0/7   1111110
07: Rybka v1.0 Beta.w32 5.5/7   =110111
07: Ruffian 1.0.5       5.5/7   110=111
07: Glaurung-32bit      5.5/7   1110=11
10: SOS 5.1 for Arena   1.0/7   0001000


-David

Re: XPDNT 061120 released

PostPosted: 21 Nov 2006, 03:20
by George Speight
Im a bit confused, David. I certainly know that bigger isnt always better, but your previous book was over 5000kb in size, and you have changed to a 71kb book. It just seems a little strange.


Best regards,


George

Re: XPDNT 061120 released

PostPosted: 21 Nov 2006, 03:29
by George Speight
I suppose what im asking is if someone like SSDF was going to test your new version, which book would you prefer he use, the 5000kb book, or the 71kb book?


Regards,


George

Re: XPDNT 061120 released

PostPosted: 21 Nov 2006, 06:39
by David Weller
Hi George,

The fact is, I just dont know anything about openings, and the only reason I added a book in the first place was for the tournaments.

My choices of 2750.pgn and then 2500.pgn from Dann's site was just a guess that they would be a great place to start.

But then I would see X play lines it obviously didnt understand - and niether did I

So I figured why not just have a smaller, faster loading gook with all the openings represented?

Now I wonder how many of the A00 to E99 are all worth having??

Maybe if I implement some kind of automatic book learning .... ??

-David

Re: XPDNT 061120 released

PostPosted: 22 Nov 2006, 11:06
by Volker Pittlik
David Weller wrote:Hi all.

I added a 'hashsize entries' command, where size must be (2^n)-1 entries

also, 'ehashsize entries' for evaluation hash - also (2^n)-1 entries
...


Where should I type that? On the command line or in an .ini file? I try to compile all open source programs. Unfortunately I can't start your program:

Code: Select all
[volker@E6300 xpdnt]$ ls -l xpdnt
-rwxr-xr-x 1 volker volker 150160 22. Nov 10:55 xpdnt
[volker@E6300 xpdnt]$ ./xpdnt
Cannot open file


IIRC there have to be some files or directories somewhere, but I can't remember.

Volker

Re: XPDNT 061120 released

PostPosted: 22 Nov 2006, 16:31
by David Weller
Hi Volker,

For some reason your post didnt 'show up' as new for me, and it was only when I saw your name, that I thought, 'wait a minute, I dont remember responding to volker?'

Anyway ....

hashsize and ehashsize are like any winboard command - entered in console mode or GUI additional commands or winboard.ini (i think)

There ought to be a /logs subdirectory - sorry for this confusion

-David

Re: XPDNT 061120 released

PostPosted: 22 Nov 2006, 17:14
by Volker Pittlik
David Weller wrote:...
There ought to be a /logs subdirectory - sorry for this confusion
...


Thanks, it works now.

Volker