Rybka 1.0 vs. Strelka

Discussion of anything and everything relating to chess playing software and machines.

Moderators: hgm, Rebel, chrisw

User avatar
Zach Wegner
Posts: 1922
Joined: Thu Mar 09, 2006 12:51 am
Location: Earth

Rybka 1.0 vs. Strelka

Post by Zach Wegner »

The topic came up in another thread about the issue of comparing Strelka to Fruit vs. comparing Rybka 1.0 to Fruit. I am doing some disassembling of Rybka 1.0, so I will post the assembly that is equivalent to the last piece of code I had in Fruit. Just to let you know, this is by no means complete. I have filled in most of the function names and some of the variable names, but there is a lot left to do. This is just the result of a few day's work, more will come later.

Code: Select all

.text:0040BCA0 start_search    proc near               ; CODE XREF:
start_go+35F p
.text:0040BCA0
.text:0040BCA0 var_44C         = dword ptr -44Ch
.text:0040BCA0 var_440         = dword ptr -440h
.text:0040BCA0 undo            = dword ptr -40h
.text:0040BCA0 var_8           = dword ptr -8
.text:0040BCA0 num_moves       = dword ptr -4
.text:0040BCA0
.text:0040BCA0                 push    ebp
.text:0040BCA1                 mov     ebp, esp
.text:0040BCA3                 sub     esp, 440h
.text:0040BCA9                 push    ebx
.text:0040BCAA                 push    esi
.text:0040BCAB                 push    edi
.text:0040BCAC                 push    offset dword_669C60
.text:0040BCB1                 mov     dword_667A0C, -500
.text:0040BCBB                 mov     dword_667A10, 500
.text:0040BCC5                 call    evaluate
.text:0040BCCA                 add     esp, 4
.text:0040BCCD                 test    al, al
.text:0040BCCF                 jz      short loc_40BD25
.text:0040BCD1                 mov     ecx, dword_669C6C
.text:0040BCD7                 mov     eax, dword_669C68
.text:0040BCDC                 not     ecx
.text:0040BCDE                 push    ecx
.text:0040BCDF                 not     eax
.text:0040BCE1                 push    eax
.text:0040BCE2                 push    offset list_root
.text:0040BCE7                 call    gen_evasions
.text:0040BCEC                 mov     ecx, list_root
.text:0040BCF2                 add     esp, 12
.text:0040BCF5                 xor     eax, eax
.text:0040BCF7                 test    ecx, ecx
.text:0040BCF9                 jz      short loc_40BD15
.text:0040BCFB                 jmp     short loc_40BD00
.text:0040BCFB ;
---------------------------------------------------------------------------
.text:0040BCFD                 align 10h
.text:0040BD00
.text:0040BD00 loc_40BD00:                             ; CODE XREF:
start_search+5B j
.text:0040BD00                                         ; start_search+73 j
.text:0040BD00                 mov     list_root[eax*4], ecx
.text:0040BD07                 mov     ecx, dword_66BC78[eax*8]
.text:0040BD0E                 add     eax, 1
.text:0040BD11                 test    ecx, ecx
.text:0040BD13                 jnz     short loc_40BD00
.text:0040BD15
.text:0040BD15 loc_40BD15:                             ; CODE XREF:
start_search+59 j
.text:0040BD15                 mov     list_root[eax*4], 0
.text:0040BD20                 jmp     loc_40BDC2
.text:0040BD25 ;
---------------------------------------------------------------------------
.text:0040BD25
.text:0040BD25 loc_40BD25:                             ; CODE XREF:
start_search+2F j
.text:0040BD25                 mov     edx, dword_667B9C
.text:0040BD2B                 mov     eax, dword_667B98
.text:0040BD30                 mov     ecx, dword_667B94
.text:0040BD36                 push    edx
.text:0040BD37                 mov     edx, dword_667B90
.text:0040BD3D                 push    eax
.text:0040BD3E                 push    ecx
.text:0040BD3F                 push    edx
.text:0040BD40                 push    offset dword_66C070
.text:0040BD45                 mov     eax, offset list_root
.text:0040BD4A                 call    gen_captures
.text:0040BD4F                 xor     esi, esi
.text:0040BD51                 add     esp, 20
.text:0040BD54                 cmp     list_root, esi
.text:0040BD5A                 jz      short loc_40BD6D
.text:0040BD5C                 lea     esp, [esp+0]
.text:0040BD60
.text:0040BD60 loc_40BD60:                             ; CODE XREF:
start_search+CB j
.text:0040BD60                 add     esi, 1
.text:0040BD63                 cmp     list_root[esi*4], 0
.text:0040BD6B                 jnz     short loc_40BD60
.text:0040BD6D
.text:0040BD6D loc_40BD6D:                             ; CODE XREF:
start_search+BA j
.text:0040BD6D                 mov     eax, dword_669C6C
.text:0040BD72                 mov     ecx, dword_669C68
.text:0040BD78                 push    -1
.text:0040BD7A                 push    -1
.text:0040BD7C                 push    -1
.text:0040BD7E                 push    eax
.text:0040BD7F                 push    ecx
.text:0040BD80                 lea     edx, [ebp+var_440]
.text:0040BD86                 push    edx
.text:0040BD87                 call    gen_quiet_moves
.text:0040BD8C                 mov     eax, [ebp+var_440]
.text:0040BD92                 add     esp, 24
.text:0040BD95                 xor     ecx, ecx
.text:0040BD97                 test    eax, eax
.text:0040BD99                 jz      short loc_40BDB5
.text:0040BD9B                 lea     edx, ds:66BC70h[esi*4]
.text:0040BDA2
.text:0040BDA2 loc_40BDA2:                             ; CODE XREF:
start_search+113 j
.text:0040BDA2                 add     ecx, 1
.text:0040BDA5                 mov     [edx], eax
.text:0040BDA7                 mov     eax, [ebp+ecx*4+var_440]
.text:0040BDAE                 add     edx, 4
.text:0040BDB1                 test    eax, eax
.text:0040BDB3                 jnz     short loc_40BDA2
.text:0040BDB5
.text:0040BDB5 loc_40BDB5:                             ; CODE XREF:
start_search+F9 j
.text:0040BDB5                 add     ecx, esi
.text:0040BDB7                 mov     list_root[ecx*4], 0
.text:0040BDC2
.text:0040BDC2 loc_40BDC2:                             ; CODE XREF:
start_search+80 j
.text:0040BDC2                 mov     esi, list_root
.text:0040BDC8                 xor     edi, edi
.text:0040BDCA                 test    esi, esi
.text:0040BDCC                 mov     [ebp+num_moves], edi
.text:0040BDCF                 jz      short loc_40BE4C
.text:0040BDD1                 mov     [ebp+num_moves], offset list_root
.text:0040BDD8
.text:0040BDD8 loc_40BDD8:                             ; CODE XREF:
start_search+1A7 j
.text:0040BDD8                 lea     eax, [ebp+undo]
.text:0040BDDB                 push    eax
.text:0040BDDC                 push    esi
.text:0040BDDD                 call    make_move
.text:0040BDE2                 push    offset pos_info_entry
.text:0040BDE7                 call    evaluate
.text:0040BDEC                 mov     ecx, dword_667C20
.text:0040BDF2                 lea     edx, ds:0[ecx*8]
.text:0040BDF9                 mov     ecx, offset dword_667BF8
.text:0040BDFE                 sub     ecx, edx
.text:0040BE00                 mov     eax, [ecx]
.text:0040BE02                 mov     ecx, [ecx+4]
.text:0040BE05                 and     eax, pos_info_entry
.text:0040BE0B                 and     ecx, dword_669C84
.text:0040BE11                 add     esp, 0Ch
.text:0040BE14                 or      eax, ecx
.text:0040BE16                 jnz     short loc_40BE1C
.text:0040BE18                 mov     bl, 1
.text:0040BE1A                 jmp     short loc_40BE1E
.text:0040BE1C ;
---------------------------------------------------------------------------
.text:0040BE1C
.text:0040BE1C loc_40BE1C:                             ; CODE XREF:
start_search+176 j
.text:0040BE1C                 xor     bl, bl
.text:0040BE1E
.text:0040BE1E loc_40BE1E:                             ; CODE XREF:
start_search+17A j
.text:0040BE1E                 lea     eax, [ebp+undo]
.text:0040BE21                 push    eax
.text:0040BE22                 push    esi
.text:0040BE23                 call    unmake_move
.text:0040BE28                 add     esp, 8
.text:0040BE2B                 test    bl, bl
.text:0040BE2D                 jz      short loc_40BE39
.text:0040BE2F                 mov     list_root[edi*4], esi
.text:0040BE36                 add     edi, 1          ; num_moves++
.text:0040BE39
.text:0040BE39 loc_40BE39:                             ; CODE XREF:
start_search+18D j
.text:0040BE39                 mov     eax, [ebp+num_moves]
.text:0040BE3C                 mov     esi, [eax+4]
.text:0040BE3F                 add     eax, 4          ; i++
.text:0040BE42                 test    esi, esi        ; list_root[i].move!=0
.text:0040BE44                 mov     [ebp+num_moves], eax
.text:0040BE47                 jnz     short loc_40BDD8
.text:0040BE49                 mov     [ebp+num_moves], edi
.text:0040BE4C
.text:0040BE4C loc_40BE4C:                             ; CODE XREF:
start_search+12F j
.text:0040BE4C                 xor     esi, esi
.text&#58;0040BE4E                 cmp     edi, 1          ; if &#40;num_moves <= 1&#41;
.text&#58;0040BE51                 mov     list_root&#91;edi*4&#93;, esi ;
list_root&#91;num_moves&#93;.move = 0
.text&#58;0040BE58                 ja      short loc_40BE64
.text&#58;0040BE5A                 mov     G_max_depth, 4  ; max_depth = 4;
.text&#58;0040BE64
.text&#58;0040BE64 loc_40BE64&#58;                             ; CODE XREF&#58;
start_search+1B8 j
.text&#58;0040BE64                 push    esi
.text&#58;0040BE65                 push    offset dword_667A28
.text&#58;0040BE6A                 call    setjmp
.text&#58;0040BE6F                 add     esp, 8
.text&#58;0040BE72                 test    eax, eax        ; if
&#40;setjmp&#40;jmp_buffer&#41; != 0&#41; return;
.text&#58;0040BE74                 jz      short loc_40BE87
.text&#58;0040BE76                 mov     eax, offset byte_664E08
.text&#58;0040BE7B                 call    sub_4092E0
.text&#58;0040BE80                 pop     edi
.text&#58;0040BE81                 pop     esi
.text&#58;0040BE82                 pop     ebx
.text&#58;0040BE83                 mov     esp, ebp
.text&#58;0040BE85                 pop     ebp
.text&#58;0040BE86                 retn
.text&#58;0040BE87 ;
---------------------------------------------------------------------------
.text&#58;0040BE87
.text&#58;0040BE87 loc_40BE87&#58;                             ; CODE XREF&#58;
start_search+1D4 j
.text&#58;0040BE87                 call    ds&#58;GetTickCount  ; start_timer
.text&#58;0040BE8D                 mov     start_time, eax
.text&#58;0040BE92                 mov     eax, dword_66C490
.text&#58;0040BE97                 add     eax, 1          ; All of this
stuff is trans_inc_date
.text&#58;0040BE9A                 and     eax, 3
.text&#58;0040BE9D                 mov     ecx, eax
.text&#58;0040BE9F                 cmp     ecx, esi
.text&#58;0040BEA1                 mov     dword_66C490, eax
.text&#58;0040BEA6                 jge     short loc_40BEAB
.text&#58;0040BEA8                 add     ecx, 4
.text&#58;0040BEAB
.text&#58;0040BEAB loc_40BEAB&#58;                             ; CODE XREF&#58;
start_search+206 j
.text&#58;0040BEAB                 add     ecx, 1
.text&#58;0040BEAE                 shl     ecx, 8
.text&#58;0040BEB1                 mov     dword_66C498, ecx
.text&#58;0040BEB7                 lea     ecx, &#91;eax-1&#93;
.text&#58;0040BEBA                 cmp     ecx, esi
.text&#58;0040BEBC                 jge     short loc_40BEC1
.text&#58;0040BEBE                 add     ecx, 4
.text&#58;0040BEC1
.text&#58;0040BEC1 loc_40BEC1&#58;                             ; CODE XREF&#58;
start_search+21C j
.text&#58;0040BEC1                 add     ecx, 1
.text&#58;0040BEC4                 shl     ecx, 8
.text&#58;0040BEC7                 mov     dword_66C49C, ecx
.text&#58;0040BECD                 lea     ecx, &#91;eax-2&#93;
.text&#58;0040BED0                 cmp     ecx, esi
.text&#58;0040BED2                 jge     short loc_40BED7
.text&#58;0040BED4                 add     ecx, 4
.text&#58;0040BED7
.text&#58;0040BED7 loc_40BED7&#58;                             ; CODE XREF&#58;
start_search+232 j
.text&#58;0040BED7                 add     ecx, 1
.text&#58;0040BEDA                 shl     ecx, 8
.text&#58;0040BEDD                 add     eax, -3
.text&#58;0040BEE0                 cmp     eax, esi
.text&#58;0040BEE2                 mov     dword_66C4A0, ecx
.text&#58;0040BEE8                 jge     short loc_40BEED
.text&#58;0040BEEA                 add     eax, 4
.text&#58;0040BEED
.text&#58;0040BEED loc_40BEED&#58;                             ; CODE XREF&#58;
start_search+248 j
.text&#58;0040BEED                 add     eax, 1
.text&#58;0040BEF0                 shl     eax, 8
.text&#58;0040BEF3                 mov     dword_66C4A4, eax
.text&#58;0040BEF8                 xor     eax, eax
.text&#58;0040BEFA                 lea     ebx, &#91;ebx+0&#93;
.text&#58;0040BF00
.text&#58;0040BF00 loc_40BF00&#58;                             ; CODE XREF&#58;
start_search+274 j
.text&#58;0040BF00                 mov     killer1&#91;eax&#93;, esi ; &#40;Pos_info + i&#41;->killer1 = 0;
.text&#58;0040BF06                 mov     killer2&#91;eax&#93;, esi ; &#40;Pos_info + i&#41;->killer2 = 0;
.text&#58;0040BF0C                 add     eax, 32
.text&#58;0040BF0F                 cmp     eax, 8192
.text&#58;0040BF14                 jb      short loc_40BF00
.text&#58;0040BF16                 mov     eax, 256
.text&#58;0040BF1B                 mov     ecx, 768
.text&#58;0040BF20                 mov     edi, offset History
.text&#58;0040BF25                 rep stosd               ;
memset&#40;History, 256, 12 * 64 * sizeof&#40;int&#41;);
.text&#58;0040BF27                 mov     eax, dword_667C40
.text&#58;0040BF2C                 and     eax, dword_66C488
.text&#58;0040BF32                 mov     ecx, dword_667C44
.text&#58;0040BF38                 shl     eax, 4
.text&#58;0040BF3B                 add     eax, dword_66C480
.text&#58;0040BF41                 cmp     &#91;eax&#93;, ecx
.text&#58;0040BF43                 jnz     short loc_40BF4F
.text&#58;0040BF45                 movzx   edx, word ptr &#91;eax+4&#93;
.text&#58;0040BF49                 mov     dword_66C478, edx
.text&#58;0040BF4F
.text&#58;0040BF4F loc_40BF4F&#58;                             ; CODE XREF&#58;
start_search+2A3 j
.text&#58;0040BF4F                 cmp     &#91;eax+10h&#93;, ecx
.text&#58;0040BF52                 jnz     short loc_40BF5E
.text&#58;0040BF54                 movzx   edx, word ptr &#91;eax+14h&#93;
.text&#58;0040BF58                 mov     dword_66C478, edx
.text&#58;0040BF5E
.text&#58;0040BF5E loc_40BF5E&#58;                             ; CODE XREF&#58;
start_search+2B2 j
.text&#58;0040BF5E                 cmp     &#91;eax+20h&#93;, ecx
.text&#58;0040BF61                 jnz     short loc_40BF6D
.text&#58;0040BF63                 movzx   edx, word ptr &#91;eax+24h&#93;
.text&#58;0040BF67                 mov     dword_66C478, edx
.text&#58;0040BF6D
.text&#58;0040BF6D loc_40BF6D&#58;                             ; CODE XREF&#58;
start_search+2C1 j
.text&#58;0040BF6D                 cmp     &#91;eax+30h&#93;, ecx
.text&#58;0040BF70                 jnz     short loc_40BF7B
.text&#58;0040BF72                 movzx   eax, word ptr &#91;eax+34h&#93;
.text&#58;0040BF76                 mov     dword_66C478, eax
.text&#58;0040BF7B
.text&#58;0040BF7B loc_40BF7B&#58;                             ; CODE XREF&#58;
start_search+2D0 j
.text&#58;0040BF7B                 mov     eax, &#91;ebp+num_moves&#93;
.text&#58;0040BF7E                 cmp     eax, 2
.text&#58;0040BF81                 jb      loc_40C039
.text&#58;0040BF87                 add     eax, -1
.text&#58;0040BF8A                 mov     &#91;ebp+var_8&#93;, eax
.text&#58;0040BF8D                 js      loc_40C039
.text&#58;0040BF93
.text&#58;0040BF93 loc_40BF93&#58;                             ; CODE XREF&#58;
start_search+393 j
.text&#58;0040BF93                 lea     ebx, ds&#58;0&#91;eax*4&#93;
.text&#58;0040BF9A                 mov     edi, list_root&#91;ebx&#93;
.text&#58;0040BFA0                 cmp     edi, dword_66C478
.text&#58;0040BFA6                 lea     edx, dword_66C074&#91;ebx&#93;
.text&#58;0040BFAC                 jnz     short loc_40BFB5
.text&#58;0040BFAE                 mov     ecx, 7FFFFFFFh
.text&#58;0040BFB3                 jmp     short loc_40BFE1
.text&#58;0040BFB5 ;
---------------------------------------------------------------------------
.text&#58;0040BFB5
.text&#58;0040BFB5 loc_40BFB5&#58;                             ; CODE XREF&#58;
start_search+30C j
.text&#58;0040BFB5                 mov     ecx, edi
.text&#58;0040BFB7                 and     ecx, 63
.text&#58;0040BFBA                 mov     ecx, dword_667A90&#91;ecx*4&#93;
.text&#58;0040BFC1                 test    ecx, ecx
.text&#58;0040BFC3                 jz      short loc_40BFDF
.text&#58;0040BFC5                 mov     esi, edi
.text&#58;0040BFC7                 shr     esi, 6
.text&#58;0040BFCA                 and     esi, 63
.text&#58;0040BFCD                 shl     ecx, 4
.text&#58;0040BFD0                 sub     ecx, dword_667A90&#91;esi*4&#93;
.text&#58;0040BFD7                 add     ecx, 2147483391
.text&#58;0040BFDD                 jmp     short loc_40BFE1
.text&#58;0040BFDF ;
---------------------------------------------------------------------------
.text&#58;0040BFDF
.text&#58;0040BFDF loc_40BFDF&#58;                             ; CODE XREF&#58;
start_search+323 j
.text&#58;0040BFDF                 xor     ecx, ecx
.text&#58;0040BFE1
.text&#58;0040BFE1 loc_40BFE1&#58;                             ; CODE XREF&#58;
start_search+313 j
.text&#58;0040BFE1                                         ; start_search+33D j
.text&#58;0040BFE1                 cmp     ecx, &#91;edx&#93;
.text&#58;0040BFE3                 mov     esi, eax
.text&#58;0040BFE5                 jnb     short loc_40C01F
.text&#58;0040BFE7                 mov     eax, ebx
.text&#58;0040BFE9                 lea     esp, &#91;esp+0&#93;
.text&#58;0040BFF0
.text&#58;0040BFF0 loc_40BFF0&#58;                             ; CODE XREF&#58;
start_search+37A j
.text&#58;0040BFF0                 mov     ebx, dword_66BC74&#91;eax&#93;
.text&#58;0040BFF6                 mov     edx, &#91;edx&#93;
.text&#58;0040BFF8                 mov     list_root&#91;eax&#93;, ebx
.text&#58;0040BFFE                 mov     dword_66C070&#91;eax&#93;, edx
.text&#58;0040C004                 add     esi, 1
.text&#58;0040C007                 lea     eax, ds&#58;0&#91;esi*4&#93;
.text&#58;0040C00E                 cmp     ecx, dword_66C074&#91;eax&#93;
.text&#58;0040C014                 lea     edx, dword_66C074&#91;eax&#93;
.text&#58;0040C01A                 jb      short loc_40BFF0
.text&#58;0040C01C                 mov     eax, &#91;ebp+var_8&#93;
.text&#58;0040C01F
.text&#58;0040C01F loc_40C01F&#58;                             ; CODE XREF&#58;
start_search+345 j
.text&#58;0040C01F                 sub     eax, 1
.text&#58;0040C022                 mov     list_root&#91;esi*4&#93;, edi
.text&#58;0040C029                 mov     dword_66C070&#91;esi*4&#93;, ecx
.text&#58;0040C030                 mov     &#91;ebp+var_8&#93;, eax
.text&#58;0040C033                 jns     loc_40BF93
.text&#58;0040C039
.text&#58;0040C039 loc_40C039&#58;                             ; CODE XREF&#58;
start_search+2E1 j
.text&#58;0040C039                                         ; start_search+2ED j
The interesting thing that I found is that for this piece of code, Rybka 1.0 is more similar to Fruit than Strelka. Here are the differences:
--Setjmp is called after the move generation, as in Fruit
--Something very strange: whereas in Strelka a failed setjmp call simply results in a return, in Rybka 1.0 it involves a function call, like in Fruit (there it is search_update_current()). The weird part is, it appears to be calling parse_position(). That is what the "call sub_4092E0" is for. Why would Rybka 1.0 be parsing the position after a setjmp call?
--The timer is started after the setjmp call
--depth is limited to 4 when there's only 1 legal move (commented out in Strelka, as noted in the other thread).
--I noted earlier that the history initialization was different. Strelka and Rybka 1.0 are the same here, using memset(History, 256, 12 * 64 * sizeof(int)); But what I didn't notice is, 256 is out of range for an unsigned char. So that code is the same as Fruit's memset(History, 0, 12 * 64 * sizeof(int)); Why would Rybka 1.0 have 256? Is it the optimizer gone wild, or a deliberate attempt at obfuscation?
Dr.Ex
Posts: 194
Joined: Sun Jul 08, 2007 4:10 am

Re: Rybka vs. Strelka

Post by Dr.Ex »

Sorry if I missed this, I didn't read all the messages about this topic.
Which version of Strelka are you referring to in your analysis?
Strelka 1.8 and Strelka 1.0 Beta are very similar to Rybka 1.0 Beta, 2.0 B is "cleaned up" already. It does not have so many obvious similarities.
User avatar
Zach Wegner
Posts: 1922
Joined: Thu Mar 09, 2006 12:51 am
Location: Earth

Re: Rybka vs. Strelka

Post by Zach Wegner »

2.0. I haven't been able to get 1.0 or 1.8. If you have them, I would be interested in seeing them.
chrisw

Re: Rybka vs. Strelka

Post by chrisw »

Zach,

Elsewhere you say it is only Rybka 1 beta that is under consideration.

In this post of 'similarities' the mention is only of "Rybka", no discrimation between versions.

Precision would be useful and also not so open to misinterpretation.

Zach Wegner wrote:The topic came up in another thread about the issue of comparing Strelka to Fruit vs. comparing Rybka to Fruit. I am doing some disassembling of Rybka, so I will post the assembly that is equivalent to the last piece of code I had in Fruit. Just to let you know, this is by no means complete. I have filled in most of the function names and some of the variable names, but there is a lot left to do. This is just the result of a few day's work, more will come later.

Code: Select all

.text&#58;0040BCA0 start_search    proc near               ; CODE XREF&#58;
start_go+35F p
.text&#58;0040BCA0
.text&#58;0040BCA0 var_44C         = dword ptr -44Ch
.text&#58;0040BCA0 var_440         = dword ptr -440h
.text&#58;0040BCA0 undo            = dword ptr -40h
.text&#58;0040BCA0 var_8           = dword ptr -8
.text&#58;0040BCA0 num_moves       = dword ptr -4
.text&#58;0040BCA0
.text&#58;0040BCA0                 push    ebp
.text&#58;0040BCA1                 mov     ebp, esp
.text&#58;0040BCA3                 sub     esp, 440h
.text&#58;0040BCA9                 push    ebx
.text&#58;0040BCAA                 push    esi
.text&#58;0040BCAB                 push    edi
.text&#58;0040BCAC                 push    offset dword_669C60
.text&#58;0040BCB1                 mov     dword_667A0C, -500
.text&#58;0040BCBB                 mov     dword_667A10, 500
.text&#58;0040BCC5                 call    evaluate
.text&#58;0040BCCA                 add     esp, 4
.text&#58;0040BCCD                 test    al, al
.text&#58;0040BCCF                 jz      short loc_40BD25
.text&#58;0040BCD1                 mov     ecx, dword_669C6C
.text&#58;0040BCD7                 mov     eax, dword_669C68
.text&#58;0040BCDC                 not     ecx
.text&#58;0040BCDE                 push    ecx
.text&#58;0040BCDF                 not     eax
.text&#58;0040BCE1                 push    eax
.text&#58;0040BCE2                 push    offset list_root
.text&#58;0040BCE7                 call    gen_evasions
.text&#58;0040BCEC                 mov     ecx, list_root
.text&#58;0040BCF2                 add     esp, 12
.text&#58;0040BCF5                 xor     eax, eax
.text&#58;0040BCF7                 test    ecx, ecx
.text&#58;0040BCF9                 jz      short loc_40BD15
.text&#58;0040BCFB                 jmp     short loc_40BD00
.text&#58;0040BCFB ;
---------------------------------------------------------------------------
.text&#58;0040BCFD                 align 10h
.text&#58;0040BD00
.text&#58;0040BD00 loc_40BD00&#58;                             ; CODE XREF&#58;
start_search+5B j
.text&#58;0040BD00                                         ; start_search+73 j
.text&#58;0040BD00                 mov     list_root&#91;eax*4&#93;, ecx
.text&#58;0040BD07                 mov     ecx, dword_66BC78&#91;eax*8&#93;
.text&#58;0040BD0E                 add     eax, 1
.text&#58;0040BD11                 test    ecx, ecx
.text&#58;0040BD13                 jnz     short loc_40BD00
.text&#58;0040BD15
.text&#58;0040BD15 loc_40BD15&#58;                             ; CODE XREF&#58;
start_search+59 j
.text&#58;0040BD15                 mov     list_root&#91;eax*4&#93;, 0
.text&#58;0040BD20                 jmp     loc_40BDC2
.text&#58;0040BD25 ;
---------------------------------------------------------------------------
.text&#58;0040BD25
.text&#58;0040BD25 loc_40BD25&#58;                             ; CODE XREF&#58;
start_search+2F j
.text&#58;0040BD25                 mov     edx, dword_667B9C
.text&#58;0040BD2B                 mov     eax, dword_667B98
.text&#58;0040BD30                 mov     ecx, dword_667B94
.text&#58;0040BD36                 push    edx
.text&#58;0040BD37                 mov     edx, dword_667B90
.text&#58;0040BD3D                 push    eax
.text&#58;0040BD3E                 push    ecx
.text&#58;0040BD3F                 push    edx
.text&#58;0040BD40                 push    offset dword_66C070
.text&#58;0040BD45                 mov     eax, offset list_root
.text&#58;0040BD4A                 call    gen_captures
.text&#58;0040BD4F                 xor     esi, esi
.text&#58;0040BD51                 add     esp, 20
.text&#58;0040BD54                 cmp     list_root, esi
.text&#58;0040BD5A                 jz      short loc_40BD6D
.text&#58;0040BD5C                 lea     esp, &#91;esp+0&#93;
.text&#58;0040BD60
.text&#58;0040BD60 loc_40BD60&#58;                             ; CODE XREF&#58;
start_search+CB j
.text&#58;0040BD60                 add     esi, 1
.text&#58;0040BD63                 cmp     list_root&#91;esi*4&#93;, 0
.text&#58;0040BD6B                 jnz     short loc_40BD60
.text&#58;0040BD6D
.text&#58;0040BD6D loc_40BD6D&#58;                             ; CODE XREF&#58;
start_search+BA j
.text&#58;0040BD6D                 mov     eax, dword_669C6C
.text&#58;0040BD72                 mov     ecx, dword_669C68
.text&#58;0040BD78                 push    -1
.text&#58;0040BD7A                 push    -1
.text&#58;0040BD7C                 push    -1
.text&#58;0040BD7E                 push    eax
.text&#58;0040BD7F                 push    ecx
.text&#58;0040BD80                 lea     edx, &#91;ebp+var_440&#93;
.text&#58;0040BD86                 push    edx
.text&#58;0040BD87                 call    gen_quiet_moves
.text&#58;0040BD8C                 mov     eax, &#91;ebp+var_440&#93;
.text&#58;0040BD92                 add     esp, 24
.text&#58;0040BD95                 xor     ecx, ecx
.text&#58;0040BD97                 test    eax, eax
.text&#58;0040BD99                 jz      short loc_40BDB5
.text&#58;0040BD9B                 lea     edx, ds&#58;66BC70h&#91;esi*4&#93;
.text&#58;0040BDA2
.text&#58;0040BDA2 loc_40BDA2&#58;                             ; CODE XREF&#58;
start_search+113 j
.text&#58;0040BDA2                 add     ecx, 1
.text&#58;0040BDA5                 mov     &#91;edx&#93;, eax
.text&#58;0040BDA7                 mov     eax, &#91;ebp+ecx*4+var_440&#93;
.text&#58;0040BDAE                 add     edx, 4
.text&#58;0040BDB1                 test    eax, eax
.text&#58;0040BDB3                 jnz     short loc_40BDA2
.text&#58;0040BDB5
.text&#58;0040BDB5 loc_40BDB5&#58;                             ; CODE XREF&#58;
start_search+F9 j
.text&#58;0040BDB5                 add     ecx, esi
.text&#58;0040BDB7                 mov     list_root&#91;ecx*4&#93;, 0
.text&#58;0040BDC2
.text&#58;0040BDC2 loc_40BDC2&#58;                             ; CODE XREF&#58;
start_search+80 j
.text&#58;0040BDC2                 mov     esi, list_root
.text&#58;0040BDC8                 xor     edi, edi
.text&#58;0040BDCA                 test    esi, esi
.text&#58;0040BDCC                 mov     &#91;ebp+num_moves&#93;, edi
.text&#58;0040BDCF                 jz      short loc_40BE4C
.text&#58;0040BDD1                 mov     &#91;ebp+num_moves&#93;, offset list_root
.text&#58;0040BDD8
.text&#58;0040BDD8 loc_40BDD8&#58;                             ; CODE XREF&#58;
start_search+1A7 j
.text&#58;0040BDD8                 lea     eax, &#91;ebp+undo&#93;
.text&#58;0040BDDB                 push    eax
.text&#58;0040BDDC                 push    esi
.text&#58;0040BDDD                 call    make_move
.text&#58;0040BDE2                 push    offset pos_info_entry
.text&#58;0040BDE7                 call    evaluate
.text&#58;0040BDEC                 mov     ecx, dword_667C20
.text&#58;0040BDF2                 lea     edx, ds&#58;0&#91;ecx*8&#93;
.text&#58;0040BDF9                 mov     ecx, offset dword_667BF8
.text&#58;0040BDFE                 sub     ecx, edx
.text&#58;0040BE00                 mov     eax, &#91;ecx&#93;
.text&#58;0040BE02                 mov     ecx, &#91;ecx+4&#93;
.text&#58;0040BE05                 and     eax, pos_info_entry
.text&#58;0040BE0B                 and     ecx, dword_669C84
.text&#58;0040BE11                 add     esp, 0Ch
.text&#58;0040BE14                 or      eax, ecx
.text&#58;0040BE16                 jnz     short loc_40BE1C
.text&#58;0040BE18                 mov     bl, 1
.text&#58;0040BE1A                 jmp     short loc_40BE1E
.text&#58;0040BE1C ;
---------------------------------------------------------------------------
.text&#58;0040BE1C
.text&#58;0040BE1C loc_40BE1C&#58;                             ; CODE XREF&#58;
start_search+176 j
.text&#58;0040BE1C                 xor     bl, bl
.text&#58;0040BE1E
.text&#58;0040BE1E loc_40BE1E&#58;                             ; CODE XREF&#58;
start_search+17A j
.text&#58;0040BE1E                 lea     eax, &#91;ebp+undo&#93;
.text&#58;0040BE21                 push    eax
.text&#58;0040BE22                 push    esi
.text&#58;0040BE23                 call    unmake_move
.text&#58;0040BE28                 add     esp, 8
.text&#58;0040BE2B                 test    bl, bl
.text&#58;0040BE2D                 jz      short loc_40BE39
.text&#58;0040BE2F                 mov     list_root&#91;edi*4&#93;, esi
.text&#58;0040BE36                 add     edi, 1          ; num_moves++
.text&#58;0040BE39
.text&#58;0040BE39 loc_40BE39&#58;                             ; CODE XREF&#58;
start_search+18D j
.text&#58;0040BE39                 mov     eax, &#91;ebp+num_moves&#93;
.text&#58;0040BE3C                 mov     esi, &#91;eax+4&#93;
.text&#58;0040BE3F                 add     eax, 4          ; i++
.text&#58;0040BE42                 test    esi, esi        ; list_root&#91;i&#93;.move!=0
.text&#58;0040BE44                 mov     &#91;ebp+num_moves&#93;, eax
.text&#58;0040BE47                 jnz     short loc_40BDD8
.text&#58;0040BE49                 mov     &#91;ebp+num_moves&#93;, edi
.text&#58;0040BE4C
.text&#58;0040BE4C loc_40BE4C&#58;                             ; CODE XREF&#58;
start_search+12F j
.text&#58;0040BE4C                 xor     esi, esi
.text&#58;0040BE4E                 cmp     edi, 1          ; if &#40;num_moves <= 1&#41;
.text&#58;0040BE51                 mov     list_root&#91;edi*4&#93;, esi ;
list_root&#91;num_moves&#93;.move = 0
.text&#58;0040BE58                 ja      short loc_40BE64
.text&#58;0040BE5A                 mov     G_max_depth, 4  ; max_depth = 4;
.text&#58;0040BE64
.text&#58;0040BE64 loc_40BE64&#58;                             ; CODE XREF&#58;
start_search+1B8 j
.text&#58;0040BE64                 push    esi
.text&#58;0040BE65                 push    offset dword_667A28
.text&#58;0040BE6A                 call    setjmp
.text&#58;0040BE6F                 add     esp, 8
.text&#58;0040BE72                 test    eax, eax        ; if
&#40;setjmp&#40;jmp_buffer&#41; != 0&#41; return;
.text&#58;0040BE74                 jz      short loc_40BE87
.text&#58;0040BE76                 mov     eax, offset byte_664E08
.text&#58;0040BE7B                 call    sub_4092E0
.text&#58;0040BE80                 pop     edi
.text&#58;0040BE81                 pop     esi
.text&#58;0040BE82                 pop     ebx
.text&#58;0040BE83                 mov     esp, ebp
.text&#58;0040BE85                 pop     ebp
.text&#58;0040BE86                 retn
.text&#58;0040BE87 ;
---------------------------------------------------------------------------
.text&#58;0040BE87
.text&#58;0040BE87 loc_40BE87&#58;                             ; CODE XREF&#58;
start_search+1D4 j
.text&#58;0040BE87                 call    ds&#58;GetTickCount  ; start_timer
.text&#58;0040BE8D                 mov     start_time, eax
.text&#58;0040BE92                 mov     eax, dword_66C490
.text&#58;0040BE97                 add     eax, 1          ; All of this
stuff is trans_inc_date
.text&#58;0040BE9A                 and     eax, 3
.text&#58;0040BE9D                 mov     ecx, eax
.text&#58;0040BE9F                 cmp     ecx, esi
.text&#58;0040BEA1                 mov     dword_66C490, eax
.text&#58;0040BEA6                 jge     short loc_40BEAB
.text&#58;0040BEA8                 add     ecx, 4
.text&#58;0040BEAB
.text&#58;0040BEAB loc_40BEAB&#58;                             ; CODE XREF&#58;
start_search+206 j
.text&#58;0040BEAB                 add     ecx, 1
.text&#58;0040BEAE                 shl     ecx, 8
.text&#58;0040BEB1                 mov     dword_66C498, ecx
.text&#58;0040BEB7                 lea     ecx, &#91;eax-1&#93;
.text&#58;0040BEBA                 cmp     ecx, esi
.text&#58;0040BEBC                 jge     short loc_40BEC1
.text&#58;0040BEBE                 add     ecx, 4
.text&#58;0040BEC1
.text&#58;0040BEC1 loc_40BEC1&#58;                             ; CODE XREF&#58;
start_search+21C j
.text&#58;0040BEC1                 add     ecx, 1
.text&#58;0040BEC4                 shl     ecx, 8
.text&#58;0040BEC7                 mov     dword_66C49C, ecx
.text&#58;0040BECD                 lea     ecx, &#91;eax-2&#93;
.text&#58;0040BED0                 cmp     ecx, esi
.text&#58;0040BED2                 jge     short loc_40BED7
.text&#58;0040BED4                 add     ecx, 4
.text&#58;0040BED7
.text&#58;0040BED7 loc_40BED7&#58;                             ; CODE XREF&#58;
start_search+232 j
.text&#58;0040BED7                 add     ecx, 1
.text&#58;0040BEDA                 shl     ecx, 8
.text&#58;0040BEDD                 add     eax, -3
.text&#58;0040BEE0                 cmp     eax, esi
.text&#58;0040BEE2                 mov     dword_66C4A0, ecx
.text&#58;0040BEE8                 jge     short loc_40BEED
.text&#58;0040BEEA                 add     eax, 4
.text&#58;0040BEED
.text&#58;0040BEED loc_40BEED&#58;                             ; CODE XREF&#58;
start_search+248 j
.text&#58;0040BEED                 add     eax, 1
.text&#58;0040BEF0                 shl     eax, 8
.text&#58;0040BEF3                 mov     dword_66C4A4, eax
.text&#58;0040BEF8                 xor     eax, eax
.text&#58;0040BEFA                 lea     ebx, &#91;ebx+0&#93;
.text&#58;0040BF00
.text&#58;0040BF00 loc_40BF00&#58;                             ; CODE XREF&#58;
start_search+274 j
.text&#58;0040BF00                 mov     killer1&#91;eax&#93;, esi ; &#40;Pos_info + i&#41;->killer1 = 0;
.text&#58;0040BF06                 mov     killer2&#91;eax&#93;, esi ; &#40;Pos_info + i&#41;->killer2 = 0;
.text&#58;0040BF0C                 add     eax, 32
.text&#58;0040BF0F                 cmp     eax, 8192
.text&#58;0040BF14                 jb      short loc_40BF00
.text&#58;0040BF16                 mov     eax, 256
.text&#58;0040BF1B                 mov     ecx, 768
.text&#58;0040BF20                 mov     edi, offset History
.text&#58;0040BF25                 rep stosd               ;
memset&#40;History, 256, 12 * 64 * sizeof&#40;int&#41;);
.text&#58;0040BF27                 mov     eax, dword_667C40
.text&#58;0040BF2C                 and     eax, dword_66C488
.text&#58;0040BF32                 mov     ecx, dword_667C44
.text&#58;0040BF38                 shl     eax, 4
.text&#58;0040BF3B                 add     eax, dword_66C480
.text&#58;0040BF41                 cmp     &#91;eax&#93;, ecx
.text&#58;0040BF43                 jnz     short loc_40BF4F
.text&#58;0040BF45                 movzx   edx, word ptr &#91;eax+4&#93;
.text&#58;0040BF49                 mov     dword_66C478, edx
.text&#58;0040BF4F
.text&#58;0040BF4F loc_40BF4F&#58;                             ; CODE XREF&#58;
start_search+2A3 j
.text&#58;0040BF4F                 cmp     &#91;eax+10h&#93;, ecx
.text&#58;0040BF52                 jnz     short loc_40BF5E
.text&#58;0040BF54                 movzx   edx, word ptr &#91;eax+14h&#93;
.text&#58;0040BF58                 mov     dword_66C478, edx
.text&#58;0040BF5E
.text&#58;0040BF5E loc_40BF5E&#58;                             ; CODE XREF&#58;
start_search+2B2 j
.text&#58;0040BF5E                 cmp     &#91;eax+20h&#93;, ecx
.text&#58;0040BF61                 jnz     short loc_40BF6D
.text&#58;0040BF63                 movzx   edx, word ptr &#91;eax+24h&#93;
.text&#58;0040BF67                 mov     dword_66C478, edx
.text&#58;0040BF6D
.text&#58;0040BF6D loc_40BF6D&#58;                             ; CODE XREF&#58;
start_search+2C1 j
.text&#58;0040BF6D                 cmp     &#91;eax+30h&#93;, ecx
.text&#58;0040BF70                 jnz     short loc_40BF7B
.text&#58;0040BF72                 movzx   eax, word ptr &#91;eax+34h&#93;
.text&#58;0040BF76                 mov     dword_66C478, eax
.text&#58;0040BF7B
.text&#58;0040BF7B loc_40BF7B&#58;                             ; CODE XREF&#58;
start_search+2D0 j
.text&#58;0040BF7B                 mov     eax, &#91;ebp+num_moves&#93;
.text&#58;0040BF7E                 cmp     eax, 2
.text&#58;0040BF81                 jb      loc_40C039
.text&#58;0040BF87                 add     eax, -1
.text&#58;0040BF8A                 mov     &#91;ebp+var_8&#93;, eax
.text&#58;0040BF8D                 js      loc_40C039
.text&#58;0040BF93
.text&#58;0040BF93 loc_40BF93&#58;                             ; CODE XREF&#58;
start_search+393 j
.text&#58;0040BF93                 lea     ebx, ds&#58;0&#91;eax*4&#93;
.text&#58;0040BF9A                 mov     edi, list_root&#91;ebx&#93;
.text&#58;0040BFA0                 cmp     edi, dword_66C478
.text&#58;0040BFA6                 lea     edx, dword_66C074&#91;ebx&#93;
.text&#58;0040BFAC                 jnz     short loc_40BFB5
.text&#58;0040BFAE                 mov     ecx, 7FFFFFFFh
.text&#58;0040BFB3                 jmp     short loc_40BFE1
.text&#58;0040BFB5 ;
---------------------------------------------------------------------------
.text&#58;0040BFB5
.text&#58;0040BFB5 loc_40BFB5&#58;                             ; CODE XREF&#58;
start_search+30C j
.text&#58;0040BFB5                 mov     ecx, edi
.text&#58;0040BFB7                 and     ecx, 63
.text&#58;0040BFBA                 mov     ecx, dword_667A90&#91;ecx*4&#93;
.text&#58;0040BFC1                 test    ecx, ecx
.text&#58;0040BFC3                 jz      short loc_40BFDF
.text&#58;0040BFC5                 mov     esi, edi
.text&#58;0040BFC7                 shr     esi, 6
.text&#58;0040BFCA                 and     esi, 63
.text&#58;0040BFCD                 shl     ecx, 4
.text&#58;0040BFD0                 sub     ecx, dword_667A90&#91;esi*4&#93;
.text&#58;0040BFD7                 add     ecx, 2147483391
.text&#58;0040BFDD                 jmp     short loc_40BFE1
.text&#58;0040BFDF ;
---------------------------------------------------------------------------
.text&#58;0040BFDF
.text&#58;0040BFDF loc_40BFDF&#58;                             ; CODE XREF&#58;
start_search+323 j
.text&#58;0040BFDF                 xor     ecx, ecx
.text&#58;0040BFE1
.text&#58;0040BFE1 loc_40BFE1&#58;                             ; CODE XREF&#58;
start_search+313 j
.text&#58;0040BFE1                                         ; start_search+33D j
.text&#58;0040BFE1                 cmp     ecx, &#91;edx&#93;
.text&#58;0040BFE3                 mov     esi, eax
.text&#58;0040BFE5                 jnb     short loc_40C01F
.text&#58;0040BFE7                 mov     eax, ebx
.text&#58;0040BFE9                 lea     esp, &#91;esp+0&#93;
.text&#58;0040BFF0
.text&#58;0040BFF0 loc_40BFF0&#58;                             ; CODE XREF&#58;
start_search+37A j
.text&#58;0040BFF0                 mov     ebx, dword_66BC74&#91;eax&#93;
.text&#58;0040BFF6                 mov     edx, &#91;edx&#93;
.text&#58;0040BFF8                 mov     list_root&#91;eax&#93;, ebx
.text&#58;0040BFFE                 mov     dword_66C070&#91;eax&#93;, edx
.text&#58;0040C004                 add     esi, 1
.text&#58;0040C007                 lea     eax, ds&#58;0&#91;esi*4&#93;
.text&#58;0040C00E                 cmp     ecx, dword_66C074&#91;eax&#93;
.text&#58;0040C014                 lea     edx, dword_66C074&#91;eax&#93;
.text&#58;0040C01A                 jb      short loc_40BFF0
.text&#58;0040C01C                 mov     eax, &#91;ebp+var_8&#93;
.text&#58;0040C01F
.text&#58;0040C01F loc_40C01F&#58;                             ; CODE XREF&#58;
start_search+345 j
.text&#58;0040C01F                 sub     eax, 1
.text&#58;0040C022                 mov     list_root&#91;esi*4&#93;, edi
.text&#58;0040C029                 mov     dword_66C070&#91;esi*4&#93;, ecx
.text&#58;0040C030                 mov     &#91;ebp+var_8&#93;, eax
.text&#58;0040C033                 jns     loc_40BF93
.text&#58;0040C039
.text&#58;0040C039 loc_40C039&#58;                             ; CODE XREF&#58;
start_search+2E1 j
.text&#58;0040C039                                         ; start_search+2ED j
The interesting thing that I found is that for this piece of code, Rybka is more similar to Fruit than Strelka. Here are the differences:
--Setjmp is called after the move generation, as in Fruit
--Something very strange: whereas in Strelka a failed setjmp call simply results in a return, in Rybka it involves a function call, like in Fruit (there it is search_update_current()). The weird part is, it appears to be calling parse_position(). That is what the "call sub_4092E0" is for. Why would Rybka be parsing the position after a setjmp call?
--The timer is started after the setjmp call
--depth is limited to 4 when there's only 1 legal move (commented out in Strelka, as noted in the other thread).
--I noted earlier that the history initialization was different. Strelka and Rybka are the same here, using memset(History, 256, 12 * 64 * sizeof(int)); But what I didn't notice is, 256 is out of range for an unsigned char. So that code is the same as Fruit's memset(History, 0, 12 * 64 * sizeof(int)); Why would Rybka have 256? Is it the optimizer gone wild, or a deliberate attempt at obfuscation?
User avatar
Zach Wegner
Posts: 1922
Joined: Thu Mar 09, 2006 12:51 am
Location: Earth

Re: Rybka vs. Strelka

Post by Zach Wegner »

I'll make a deal with you. I'll specify Rybka 1.0 each time if you stop full-quoting posts.

;)

But yes, this is 1.0. Even more specifically, this is 1.0 32 bit. I had assumed most had followed the conversation up to now. Fair point though.
User avatar
Rolf
Posts: 6081
Joined: Fri Mar 10, 2006 11:14 pm
Location: Munster, Nuremberg, Princeton

Re: Rybka vs. Strelka

Post by Rolf »

Zach Wegner wrote:I'll make a deal with you. I'll specify Rybka 1.0 each time if you stop full-quoting posts.

;)

But yes, this is 1.0. Even more specifically, this is 1.0 32 bit. I had assumed most had followed the conversation up to now. Fair point though.
I asked Norm too, would you please add also always the relevant paragraphe of a legal law that was hurt by a specific bit of code in specifically this or that software version! Thanks.

Otherwise you just abuse the attention or tolerance of readers who dont know why you quote this code bit for bit at all.
-Popper and Lakatos are good but I'm stuck on Leibowitz
User avatar
Zach Wegner
Posts: 1922
Joined: Thu Mar 09, 2006 12:51 am
Location: Earth

Re: Rybka vs. Strelka

Post by Zach Wegner »

Rolf wrote:would you please add also always the relevant paragraphe of a legal law that was hurt by a specific bit of code in specifically this or that software version! Thanks.
No.
swami
Posts: 6640
Joined: Thu Mar 09, 2006 4:21 am

Re: Rybka 1.0 vs. Strelka

Post by swami »

Note that this is the discussion about Free version of Rybka (Rybka 1.0)

Zach gave me a permission to edit the thread title and and insert "1.0" next to the engine name wherever he mentioned the engine, just to avoid confusion.

I agree with ChrisW that whenever you mention Rybka, It'd help if you include the version number along with it.
kranium
Posts: 2129
Joined: Thu May 29, 2008 10:43 am

Re: Rybka 1.0 vs. Strelka

Post by kranium »

Hi Zach,

absolutely no attempt to diminish or prejudice your work here in any way, but in case you're not aware, the C++ code of Strelka 2.0 was compared line for line with the Rybka 1.0 binary a few months ago. (of course it's certainly interesting to have more info, and another expert opinion, thanks for all your effort in this regard...)

Here's the post from 4/19/2008:
rfadden wrote:
hawkeye wrote:will strelka be tested on time controls aside from 40/4?
There is no need to test Strelka because a number of us have found that the Strelka source code exactly matches the binary code of Rybka 1.0 beta.

It is a pure reverse engineer of Rybka and every single constant and every single calculation is direct from Rybka.

I found a couple of areas where the guy doing the code conversion left out a relatively minor step from Rybka 1.0 beta, and there also is one single case where the guy added a feature. This is simply a quick and dirty addition of Multi-PV. Note that Multi-PV doesn't change the search or Eval, and so when you run Strelka you are actually running Rybka 1.0 Beta.

Keep in mind that I have stepped through all of the chess logic in Strelka and for each single line of C++ I see the exact same calculation in the Rybka 1.0 Beta X86 instructions. Everything exactly matches.

Notice how Strelka plays. Notice it's rating. It is Rybka 1.0 beta, and Vasik Rajlich the author of Rybka also confirmed this.

-------------

By the way, some other posts on this topic talk about similarities in style or play and keep in mind I'm not referring to that kind of guess. I spent many days checking into every important line of code, and I guarantee you that Strelka is a *pure* reverse engineering of Rybka. Very pure... Exact Match.

If you're interested, the complete thread can be found here :
http://64.68.157.89/forum/viewtopic.php ... ht=strelka

best regards-
Norm
Dr.Ex
Posts: 194
Joined: Sun Jul 08, 2007 4:10 am

Re: Rybka vs. Strelka

Post by Dr.Ex »

No, I don't have the sources. You might ask Dan Corbit. Probably he is not allowed to mail you the source code but maybe could send a diff or tell you what has changed. I don't know.
The executables are still downloadable on the sdchess.ru site.