Search found 4 matches

by samar
Sun Nov 04, 2007 2:45 pm
Forum: Endgame Tablebases
Topic: probing egtb
Replies: 0
Views: 2222

probing egtb

Hi I want to probe Namlimov tablebases so read probe.txt written by Nalimove whitch -exists in some tbGen packages- and using it's files. But the format of input variables does not clearly expressed . How I should define white-pieces and black-pieces arrays? what is the order?(ex: K B N R... or K N...
by samar
Thu Nov 01, 2007 11:14 am
Forum: Endgame Tablebases
Topic: F1
Replies: 2
Views: 2831

Re: F1

Hi here is the function: PfnIndCalc that uses a macro macro declaration: #define PfnIndCalc(iTb, side) (rgtbdDesc[iTb].m_rgpfnCalcIndex[side]) function definition: extern "C" PfnCalcIndex PfnIndCalcFun (int iTb,color side) { return PfnIndCalc (iTb, side); } rgtbdDesc is an array ,type of i...
by samar
Wed Oct 31, 2007 1:07 pm
Forum: Endgame Tablebases
Topic: F1
Replies: 2
Views: 2831

F1

Sb please explain this C/C++ instraction ?what does it mean? ind = PfnIndCalcFun(iTb, side) (psqW, psqB, sqEnP, fInvert); is the paranteses after function name castes the returend value ? this code is in probe.c (crafty) for whome that works with carfty: PfnCalcIndex is a type used in carfty (ver 17...
by samar
Mon Oct 29, 2007 1:59 pm
Forum: Endgame Tablebases
Topic: need a code for probing 6-men TB
Replies: 2
Views: 2828

need a code for probing 6-men TB

Hi all
I need a compilabe code for probing 6-men tablebases.I had saw probe.txt in some tbgen packages but I got hundreds of errors...

regards