Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Dann> Database analysis complede

Author: Dann Corbit

Date: 12:46:07 05/16/01

Go up one level in this thread


On May 16, 2001 at 15:08:24, Les Fernandez wrote:

>On May 16, 2001 at 13:50:04, Dann Corbit wrote:
>
>>On May 16, 2001 at 05:09:24, pete stein wrote:
>>
>>>The analysis of my database was completed.
>>>All lines were deepened to move 30 or more.
>>>Some lines are 33 moves, some 35 moves, some 31 moves.
>>>Which command should be given in Extract to cut off all
>>>games at move 30... incl. ?
>>>I'd like all opening lines to be exactly 30... moves long.
>>
>>You can use bookup for that.  Lacking such a tool, try this simple C program:
>>
>>#include <stdio.h>
>>#include <stdlib.h>
>>#include <string.h>
>>
>>void            usage(void);
>>
>>static const char *f = "rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq -";
>
>Dann should the folowing string stmt be string[32767]?????

In case you have any EPD strings that are between 32676 and 32767 bytes in
length, that would be an important change.  As it stands, any records longer
than 32676 will cause the program to halt.



This page took 0 seconds to execute

Last modified: Thu, 15 Apr 21 08:11:13 -0700

Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.