UCI help with pawnHash key

Discussion of chess software programming and technical issues.

Moderator: Ras

Mateusz

UCI help with pawnHash key

Post by Mateusz »

Hi,
I'm adding UCI to ATAK and I have fixed updating pawnHash key.
You can test yours engines with this UCI command

position fen 7k/8/8/8/3p4/8/4P3/7K w - - 0 1 moves e2e4 h8g8 h1g1 g8h8 g1h1 h8g8 h1g1 g8h8 g1h1 h8g8
Does engine see draw?
Richard Allbert
Posts: 794
Joined: Wed Jul 19, 2006 9:58 am

Re: UCI help with pawnHash key

Post by Richard Allbert »

Yes

Code: Select all

go infinite
info depth 2 seldepth 2 score cp 0  time 4 nodes 11 pv  h1g1
info depth 3 seldepth 4 score cp 0  time 13 nodes 37 pv  h1g1
info depth 4 seldepth 5 score cp 0  time 22 nodes 76 pv  h1g1
info depth 5 seldepth 6 score cp 0  time 30 nodes 199 pv  h1g1
info depth 6 seldepth 7 score cp 0  time 39 nodes 360 pv  h1g1
info depth 7 seldepth 9 score cp 0  time 48 nodes 645 pv  h1g1
info depth 8 seldepth 9 score cp 0  time 56 nodes 1045 pv  h1g1
info depth 9 seldepth 11 score cp 0  time 65 nodes 1562 pv  h1g1
info depth 10 seldepth 11 score cp 0  time 75 nodes 2321 pv  h1g1
info depth 11 seldepth 13 score cp 0  time 84 nodes 3330 pv  h1g1
info depth 12 seldepth 14 score cp 0  time 95 nodes 4827 pv  h1g1
info depth 13 seldepth 15 score cp 0  time 105 nodes 6756 pv  h1g1
info depth 14 seldepth 16 score cp 0  time 116 nodes 9171 pv  h1g1
info depth 15 seldepth 17 score cp 0  time 127 nodes 11976 pv  h1g1
info depth 16 seldepth 19 score cp 0  time 137 nodes 15618 pv  h1g1
info depth 17 seldepth 22 score cp 0  time 149 nodes 19651 pv  h1g1
info depth 18 seldepth 21 score cp 0  time 161 nodes 24255 pv  h1g1
info depth 19 seldepth 26 score cp 0  time 173 nodes 31416 pv  h1g1
info depth 20 seldepth 26 score cp 0  time 193 nodes 47258 pv  h1g1
info depth 21 seldepth 29 score cp 0  time 258 nodes 96560 pv  h1g1
info depth 22 seldepth 29 score cp 0  time 286 nodes 117952 pv  h1g1
info depth 23 seldepth 32 score cp 0  time 339 nodes 158548 pv  h1g1
info depth 24 seldepth 34 score cp 0  time 412 nodes 218531 pv  h1g1
info depth 25 seldepth 36 score cp 0  time 543 nodes 326118 pv  h1g1
info depth 26 seldepth 36 score cp 0  time 838 nodes 570258 pv  h1g1
info depth 27 seldepth 40 score cp 0  time 1292 nodes 955980 pv  h1g1
stop

nulltry 161868 nullcuts 132759 54.94%
futility 1 48208 futility 2 19704
hashcuts 292636
fh 31293 fhf 215842 ordering  87.3377%
nodes 768708 qnodes 693570  47.4308%
qcuts 0
checkext = 249969 pawnseventh = 0 intopawnend = 7308
pvssearch = 879848 pvsresearch = 31298 3.55721%

bestmove h1g1
jwes
Posts: 778
Joined: Sat Jul 01, 2006 7:11 am

Re: UCI help with pawnHash key

Post by jwes »

Mateusz wrote:Hi,
I'm adding UCI to ATAK and I have fixed updating pawnHash key.
You can test yours engines with this UCI command

position fen 7k/8/8/8/3p4/8/4P3/7K w - - 0 1 moves e2e4 h8g8 h1g1 g8h8 g1h1 h8g8 h1g1 g8h8 g1h1 h8g8
Does engine see draw?
Crafty apparently fixed this between 23.2 and 23.3. 23.2 seems clueless but 23.3 solves it with eval very quickly.