Unique(n) (n=0..6) FEN files available for download

Discussion of chess software programming and technical issues.

Moderators: hgm, Rebel, chrisw

User avatar
sje
Posts: 4675
Joined: Mon Mar 13, 2006 7:43 pm

Unique(n) (n=0..6) FEN files available for download

Post by sje »

bhamadicharef
Posts: 31
Joined: Fri Nov 25, 2016 10:14 am
Location: Singapore

Re: Unique(n) (n=0..6) FEN files available for download

Post by bhamadicharef »

Anyone saved these files back in 2014 or has the source for a unique(n) program to regenerate them ?

Brahim
kongsian
Posts: 46
Joined: Thu Jun 15, 2006 11:21 am

Re: Unique(n) (n=0..6) FEN files available for download

Post by kongsian »

bhamadicharef wrote:Anyone saved these files back in 2014 or has the source for a unique(n) program to regenerate them ?

Brahim
I have my own files. You can pick them up here.

https://dl.dropboxusercontent.com/u/863 ... /d0.txt.gz
https://dl.dropboxusercontent.com/u/863 ... /d1.txt.gz
https://dl.dropboxusercontent.com/u/863 ... /d2.txt.gz
https://dl.dropboxusercontent.com/u/863 ... /d3.txt.gz
https://dl.dropboxusercontent.com/u/863 ... /d4.txt.gz
https://dl.dropboxusercontent.com/u/863 ... /d5.txt.gz
https://dl.dropboxusercontent.com/u/863 ... /d6.txt.gz

First four fields are the fen and the last is the count (number of times this position was reached at this ply).

Kong Sian
bhamadicharef
Posts: 31
Joined: Fri Nov 25, 2016 10:14 am
Location: Singapore

Re: Unique(n) (n=0..6) FEN files available for download

Post by bhamadicharef »

thank you very much ! you dont happen to also have saved these too ?

https://dl.dropboxusercontent.com/u/316 ... wu7.000.gz
https://dl.dropboxusercontent.com/u/316 ... wu7.001.gz
...
https://dl.dropboxusercontent.com/u/316 ... wu7.964.gz

Thank you in advance for your time and help.

Brahim
Brahim HAMADICHAREF
Singapore
kongsian
Posts: 46
Joined: Thu Jun 15, 2006 11:21 am

Re: Unique(n) (n=0..6) FEN files available for download

Post by kongsian »

Instead of doing that, I'll pass you my perft unique generator, which consists of a perl script, a shell script and a binary. I no longer have the source for the binary, but it's basically a stripped down perft program which just takes in a fen and generates the fen strings for the next ply.

Note that this is a very inefficient generator and only good up to d8. Anything beyond that will need a better design. You just need to feed it d0.txt and it will generate the rest as in the shell script.

https://dl.dropboxusercontent.com/u/863 ... gen/gen.sh
https://dl.dropboxusercontent.com/u/863 ... /melee-gen
https://dl.dropboxusercontent.com/u/863 ... en/uniq.pl

Rgds.
Kong Sian
bhamadicharef
Posts: 31
Joined: Fri Nov 25, 2016 10:14 am
Location: Singapore

Re: Unique(n) (n=0..6) FEN files available for download

Post by bhamadicharef »

Thank you very much.

Browsing the forum I found that Steven Edwards did actually give some link to his Google drive in this post

http://www.talkchess.com/forum/viewtopic.php?t=60981
Brahim HAMADICHAREF
Singapore