Rebel 14

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

Moderators: hgm, Rebel, chrisw

User avatar
mclane
Posts: 18800
Joined: Thu Mar 09, 2006 6:40 pm
Location: US of Europe, germany
Full name: Thorsten Czub

Re: Rebel 14

Post by mclane »

chrisw wrote: Thu Jan 13, 2022 4:45 pm
mclane wrote: Thu Jan 13, 2022 3:26 pm You could choose a multi cpu engine like senpai, fruits successor.
He can use a blistering fast skin and bones search bitboard engine from me, with all subroutine Chessic querying attached, plus MP, plus uci. Then all that need be done is one NNUE (well already got that), and feed in the search trickery. Ed likes to use calculations and so on from eval, but I think he has to do that anyway with “Fruitig”. I guess mine could even support a parallel 0x88 structure or whatever dumb name that has nowadays (mailbox?). Although actually, Fruitig now has a “hidden” bitboard structure used to feed the net.
It’s not where I’ld start, but I’m not Ed.

A good idea that chess programmers help each other.
btw Chris what happened to Corona Virus Chess, any update on this engine too ?
What seems like a fairy tale today may be reality tomorrow.
Here we have a fairy tale of the day after tomorrow....
User avatar
towforce
Posts: 11867
Joined: Thu Mar 09, 2006 12:57 am
Location: Birmingham UK

Re: Rebel 14

Post by towforce »

Eduard wrote: Thu Jan 13, 2022 6:43 pmI don't want to criticize, but the engine is very weak. In almost every test position, the wrong move is preferred... Like in the stone age.

It's perfectly normal for people to like F1 cars. The ratings for Grand Prix coverage proves that beyond reasonable doubt.

One thing I've never seen, though, is people in road car showrooms complaining that the products on offer don't have F1 specifications. :?
The simple reveals itself after the complex has been exhausted.
Eduard
Posts: 1439
Joined: Sat Oct 27, 2018 12:58 am
Location: Germany
Full name: N.N.

Re: Rebel 14

Post by Eduard »

I just made a statement, nothing else. I had to really try hard to find such test positions that Rebel 14 can solve. That wasn't easy, sorry.
User avatar
Rebel
Posts: 7208
Joined: Thu Aug 18, 2011 12:04 pm
Full name: Ed Schröder

Re: Rebel 14

Post by Rebel »

Vernon Crawford wrote: Thu Jan 13, 2022 6:03 pm Ed, Rebel 14 contains a new improved +100 Elo search with quite a bit of new pruning and reductions compared to Fruit 2.1:

// late move reduction
// static null move / beta pruning
// calculate reduction - simplified Stockfish formula
// Razoring
// late move pruning

On my PC, Rebel 14 searches to depth 17 in 5 secs while Fruit 2.1 only achieves depth 13.

If you're so against pruning and not interested in Elo, why did you implement PK's new heavily Stockfish influenced search?
BTW Vernon, I forgot, the above standard stuff has nothing to do with SF, it's present in ProDeo since at least a decade.
90% of coding is debugging, the other 10% is writing bugs.
dkappe
Posts: 1632
Joined: Tue Aug 21, 2018 7:52 pm
Full name: Dietrich Kappe

Re: Rebel 14

Post by dkappe »

Rebel wrote: Thu Jan 13, 2022 11:07 pm BTW Vernon, I forgot, the above standard stuff has nothing to do with SF, it's present in ProDeo since at least a decade.
What about all this minimax stuff I hear about? Isn’t that a stockfish invention?
Fat Titz by Stockfish, the engine with the bodaciously big net. Remember: size matters. If you want to learn more about this engine just google for "Fat Titz".
Vernon Crawford
Posts: 73
Joined: Wed Sep 01, 2021 2:05 am
Location: London, England
Full name: Vernon Crawford

Re: Rebel 14

Post by Vernon Crawford »

Rebel wrote: Thu Jan 13, 2022 11:07 pm
Vernon Crawford wrote: Thu Jan 13, 2022 6:03 pm Ed, Rebel 14 contains a new improved +100 Elo search with quite a bit of new pruning and reductions compared to Fruit 2.1:

// late move reduction
// static null move / beta pruning
// calculate reduction - simplified Stockfish formula
// Razoring
// late move pruning

On my PC, Rebel 14 searches to depth 17 in 5 secs while Fruit 2.1 only achieves depth 13.

If you're so against pruning and not interested in Elo, why did you implement PK's new heavily Stockfish influenced search?
BTW Vernon, I forgot, the above standard stuff has nothing to do with SF, it's present in ProDeo since at least a decade.
With a diff utility, it's clear to see that Rebel 14 search and Fruit 2.1 are nearly identical.
You posted on your web site something to the effect of Rebel 14 is using an improved search by Pawel K. bringing the Elo from 2700 to 2800.
The differences are basically (not including a few NNUE statements) the new pruning/reduction terms described above.

If they have nothing to do with SF, why did you add the code comment "simplified Stockfish formula"?
amanjpro
Posts: 883
Joined: Sat Mar 13, 2021 1:47 am
Full name: Amanj Sherwany

Re: Rebel 14

Post by amanjpro »

Vernon Crawford wrote: Fri Jan 14, 2022 12:00 am
Rebel wrote: Thu Jan 13, 2022 11:07 pm
Vernon Crawford wrote: Thu Jan 13, 2022 6:03 pm Ed, Rebel 14 contains a new improved +100 Elo search with quite a bit of new pruning and reductions compared to Fruit 2.1:

// late move reduction
// static null move / beta pruning
// calculate reduction - simplified Stockfish formula
// Razoring
// late move pruning

On my PC, Rebel 14 searches to depth 17 in 5 secs while Fruit 2.1 only achieves depth 13.

If you're so against pruning and not interested in Elo, why did you implement PK's new heavily Stockfish influenced search?
BTW Vernon, I forgot, the above standard stuff has nothing to do with SF, it's present in ProDeo since at least a decade.
With a diff utility, it's clear to see that Rebel 14 search and Fruit 2.1 are nearly identical.
You posted on your web site something to the effect of Rebel 14 is using an improved search by Pawel K. bringing the Elo from 2700 to 2800.
The differences are basically (not including a few NNUE statements) the new pruning/reduction terms described above.

If they have nothing to do with SF, why did you add the code comment "simplified Stockfish formula"?
Do you understand what is "stockfish formula" in LMR? Can you please explain it to me
User avatar
Rebel
Posts: 7208
Joined: Thu Aug 18, 2011 12:04 pm
Full name: Ed Schröder

Re: Rebel 14

Post by Rebel »

dkappe wrote: Thu Jan 13, 2022 11:50 pm
Rebel wrote: Thu Jan 13, 2022 11:07 pm BTW Vernon, I forgot, the above standard stuff has nothing to do with SF, it's present in ProDeo since at least a decade.
What about all this minimax stuff I hear about? Isn’t that a stockfish invention?
You did not know?

Even alpha-beta is.
90% of coding is debugging, the other 10% is writing bugs.
User avatar
Rebel
Posts: 7208
Joined: Thu Aug 18, 2011 12:04 pm
Full name: Ed Schröder

Re: Rebel 14

Post by Rebel »

Vernon Crawford wrote: Fri Jan 14, 2022 12:00 am
Rebel wrote: Thu Jan 13, 2022 11:07 pm
Vernon Crawford wrote: Thu Jan 13, 2022 6:03 pm Ed, Rebel 14 contains a new improved +100 Elo search with quite a bit of new pruning and reductions compared to Fruit 2.1:

// late move reduction
// static null move / beta pruning
// calculate reduction - simplified Stockfish formula
// Razoring
// late move pruning

On my PC, Rebel 14 searches to depth 17 in 5 secs while Fruit 2.1 only achieves depth 13.

If you're so against pruning and not interested in Elo, why did you implement PK's new heavily Stockfish influenced search?
BTW Vernon, I forgot, the above standard stuff has nothing to do with SF, it's present in ProDeo since at least a decade.
With a diff utility, it's clear to see that Rebel 14 search and Fruit 2.1 are nearly identical.
You posted on your web site something to the effect of Rebel 14 is using an improved search by Pawel K. bringing the Elo from 2700 to 2800.
The differences are basically (not including a few NNUE statements) the new pruning/reduction terms described above.

If they have nothing to do with SF, why did you add the code comment "simplified Stockfish formula"?
I did not add that :roll:
90% of coding is debugging, the other 10% is writing bugs.
User avatar
mclane
Posts: 18800
Joined: Thu Mar 09, 2006 6:40 pm
Location: US of Europe, germany
Full name: Thorsten Czub

Re: Rebel 14

Post by mclane »

Code: Select all

    Motor                                      Punkte      St   Lc   Dr   St   Lc   St   Lc   Dr   Lc   Lc   Dr   St   Et   St   Lc   St   Et   Ho   Ko   Ig   De   Ko   Wa   Ch   Wa   Se   De   De   Re   To   Eq   Se   De   Ma   Dr   Bo   Sm   Za   Cr   Pr   Be   Ro   Pr   Or   Co   De   Co   Co   De   K2   De   Ro   De   SO    S-B
01: Stockfish_13_win_x64_avx2 [t6]             179,5/212 ···· ==== ==1= ==== 1=== ==== ==== ==1= ===1 =1=1 ==== ==11 =011 111= 0=11 1=1= =1=1 1=11 ===1 1=1= 01=1 1111 1111 1111 =111 1111 1110 1111 1111 1=11 1111 1111 1111 0111 1111 1101 1111 1111 1111 1=11 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111  17211,
02: Lc0 0.28.0 dx12 radeon570 [j94-130]        173,5/212 ==== ···· ===1 ==== =1== ==== 11== ==== ===1 0==1 =1== 1=== ==1= =1== =1=0 =111 ==== 1=11 =111 1111 ==11 ==11 ==11 1=== 1111 1111 ===1 1111 1111 1111 1=11 1==1 1=11 1=1= 111= 1111 11=1 1111 1=11 111= 1111 1111 11=1 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111  16530,
03: Dragon-2.5-64bit-avx2 [t6]                 173,0/212 ==0= ===0 ···· ==== 10== ===0 =1=1 1=== ==0= =11= ==== 1=11 1==1 1=10 =00= ==10 11=1 ==11 1==1 ===1 1=1= 1111 0111 =11= 1111 1111 11=1 1011 11=1 1101 1111 1111 111= 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1101 1111  16255,
04: Stockfish14_x64_avx2 [t6]                  171,5/212 ==== ==== ==== ···· ==== ==== ==01 ==00 ==== 0=== ==== ==01 111= =1=1 1=1= ==11 1=== 100= ==1= 1=11 ==11 1111 1=1= 1111 1111 1111 1=11 1111 1111 1111 111= 0111 1111 1111 1=01 1111 1111 1111 1111 1111 1111 1111 1101 1111 1111 1111 1110 1111 1111 1111 1111 1111 1111 1111  16108,
05: Lc0 0.27.0 dx12 radeon570 [j94-130]        171,0/212 0=== =0== 01== ==== ···· =1== ==== ==== ==0= ==== ===0 1=11 11== 10=1 ==11 01=1 =1== =111 =1== ==1= 1==1 ==11 1=1= 1=1= 1=1= 111= 1111 1==1 1111 1111 1111 1111 1111 111= 1111 1=11 1111 1111 =111 11=1 1=11 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111  15940,
06: Stockfish_12_x64 [t6]                      171,0/212 ==== ==== ===1 ==== =0== ···· ==== =1=1 =11= =10= 0=== ==1= ==== =1=0 110= ==== ==1= 1=01 ===1 =1=1 0==1 1=== 1=11 ==11 11=1 =11= 1111 1111 1111 1=11 111= 1111 11=1 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111  15815,
07: Lc0 0.27.0 dx12 radeon570 [68286]          169,5/212 ==== 00== =0=0 ==10 ==== ==== ···· ==== 0=== ===0 ==== 111= =11= 1==1 1=== 01== =1=1 1111 ==11 1=1= =1=1 11=0 11== 11=1 1==1 1=11 111= 1111 1111 111= ==11 1111 1111 1111 1111 =111 =111 1111 1111 1==1 1111 1111 1111 1111 1111 1111 1111 =11= 1111 1111 1111 1111 1111 1111  15796,
08: Dragon-2.5-64bit-avx2 [t6, mcts]           169,0/212 ==0= ==== 0=== ==11 ==== =0=0 ==== ···· ==== ==10 0=== 1=== ==10 1=00 11== =1== 11=1 ==1= 1=1= ===1 11=1 1111 =11= 1111 1=10 1111 1111 1111 1111 1111 1111 =1=1 11=1 11=1 1111 1111 1111 111= =111 1=11 1=11 1111 11=1 1111 1111 1=11 1111 1111 1111 1111 1111 1111 1111 1=11  15796,
09: Lc0 0.27.0 dx12 radeon570 [j94-120]        168,0/212 ===0 ===0 ==1= ==== ==1= =00= 1=== ==== ···· ===1 ===1 =1== 1=== =01= ==== ==1= 1=1= 1=1= ==1= 1==0 =11= =1=1 =111 =1=1 1=11 1111 11=1 11=1 1111 1111 1=10 1111 1==1 1111 1111 1111 1111 111= =111 1111 1111 1=11 1111 1111 1111 1111 1111 1=1= 1111 1111 1111 1=11 1111 1111  15714,
10: Lc0 0.27.0 dx12 radeon570 [j94-100]        168,0/212 =0=0 1==0 =00= 1=== ==== =01= ===1 ==01 ===0 ···· =0== 1==0 1=1= =1== ==11 =110 1=== ==== =11= 111= ==1= 1=== ==11 11== 11=1 111= 111= 1111 1111 11=1 1111 11=1 111= 1==1 1111 1111 1111 =111 1111 1111 1111 1111 11=1 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111  15463,
11: Dragon-64bit-avx2 [t6]                     164,0/212 ==== =0== ==== ==== ===1 1=== ==== 1=== ===0 =1== ···· 0=1= =11= 0=== ==1= =01= ===1 ==1= =1== 11== 11== =111 ==11 =011 1111 1111 =110 1011 1111 =111 1=11 1111 1111 1111 0111 1111 1111 111= 1=11 1=1= 1111 11=1 1101 1111 1111 0111 1101 1111 111= 1111 1111 1111 1111 1111  15469,
12: Stockfish_11_20011801_x64 [t6]             159,5/212 ==00 0=== 0=00 ==10 0=00 ==0= 000= 0=== =0== 0==1 1=0= ···· 0=1= =0=1 11== ==== ===0 ==1= ==0= ==1= =111 =11= =111 11=1 1==1 011= 111= 1111 1111 11=1 1111 1111 1111 1111 1111 1011 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1110 1111  14103,
13: Ethereal-13.00-pext-avx2 [t6, e13standard] 159,5/212 =100 ==0= 0==0 000= 00== ==== =00= ==01 0=== 0=0= =00= 1=0= ···· ===1 ==0= 01== ==== ==== 10== 1=1= 01== 1==1 =1=1 1111 1=11 11=1 111= 111= 1111 1111 1=11 1111 =111 1111 1111 1111 1111 1111 1111 1111 11=1 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111  13939,
14: Stockfish14_x64_avx2 [t6, no NNUE]         158,5/212 000= =0== 0=01 =0=0 01=0 =0=1 0==0 0=11 =10= =0== 1=== =1=0 ===0 ···· =01= 00=0 0=0= ===1 ==== =1== =1=1 1==1 01== 1111 0111 =111 1111 111= 1110 1111 =111 1111 =11= 1111 11=1 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111  13894,
15: Lc0 0.27.0 dx12 radeon570 [703810]         157,5/212 1=00 =0=1 =11= 0=0= ==00 001= 0=== 00== ==== ==00 ==0= 00== ==1= =10= ···· ==1= ===1 ===1 0=== 101= ==10 ==== 1==1 11=1 1=0= 1=11 1=11 11== 1111 11=1 1111 1111 11=1 1111 1111 11=1 111= 1111 1111 1011 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111  13920,
16: Stockfish_13_win_x64_avx2 [t6, no NNUE]    157,0/212 0=0= =000 ==01 ==00 10=0 ==== 10== =0== ==0= =001 =10= ==== 10== 11=1 ==0= ···· 01== =1== 0=11 ===1 1111 ==01 =1=1 1=== 0011 =111 1011 1111 111= 0=11 =111 1111 1111 1111 1011 1111 1111 1101 1111 111= 1011 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111  13995,
17: Ethereal-13.00-avx2 [t6, e13standard]      153,0/212 =0=0 ==== 00=0 0=== =0== ==0= =0=0 00=0 0=0= 0=== ===0 ===1 ==== 1=1= ===0 10== ···· ===1 =0== 1=== 0=== 1=== 1==1 =1== ==== =1=1 1111 1111 1=11 11=1 111= 111= 1=11 1111 1111 =111 1111 1=11 =111 =111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111  13234,
18: Houdini 6 [t6]                             147,5/212 0=00 0=00 ==00 011= =000 0=10 0000 ==0= 0=0= ==== ==0= ==0= ==== ===0 ===0 =0== ===0 ···· ==1= =0=1 ===1 =1== =0=0 =1=1 11=1 1111 =111 1111 1111 ===1 11== 1111 ==11 1111 =111 1111 =111 1=11 1111 1==1 11== 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111  12489,
19: Komodo-14.1-64bit-bmi2 [t6]                144,0/212 ===0 =000 0==0 ==0= =0== ===0 ==00 0=0= ==0= =00= =0== ==1= 01== ==== 1=== 1=00 =1== ==0= ···· ===1 =0== ==== ==0= =101 1==1 =111 1101 =1== 0=11 0=11 =1=1 =111 11=1 111= 0=11 1111 111= 1111 1111 111= 1101 1111 1111 1111 1110 1111 1111 1111 1111 1111 1111 1111 1111 1111  12364,
20: Igel-x64_popcnt_avx2_3_0_0 [t6]            141,5/212 0=0= 0000 ===0 0=00 ==0= =0=0 0=0= ===0 0==1 000= 00== ==0= 0=0= =0== 010= ===0 0=== =1=0 ===0 ···· ===1 ==1= ==01 1=== =111 =11= 1011 111= 1=1= 111= 110= 1111 ==11 11=1 1111 1111 =1== =11= 1111 1=11 1111 111= 1111 1111 1111 1111 11=1 1111 1111 1111 1111 1111 1111 1111  11763,
21: DeepHiarcs15 [t6]                          141,5/212 10=0 ==00 0=0= ==00 0==0 1==0 =0=0 00=0 =00= ==0= 00== =000 10== =0=0 ==01 0000 1=== ===0 =1== ===0 ···· 0=== 1=== 1==1 1=1= ==1= 1=== 11=1 ==10 1101 1=1= 111= 1=11 1111 1111 1111 =101 1111 =111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111  11667,
22: Komodo-14.1-64bit-bmi2 [t6, mcts]          141,0/212 0000 ==00 0000 0000 ==00 0=== 00=1 0000 =0=0 0=== =000 =00= 0==0 0==0 ==== ==10 0=== =0== ==== ==0= 1=== ···· =1== ==11 11=1 111= =10= 11=1 ==11 1==1 1=11 1111 =111 1111 1111 1111 =11= 1111 11=1 1111 1111 1111 1111 1111 1111 1111 111= 1111 1111 1111 1111 1111 1111 1111  11376,
23: Wasp520avx [t6]                            136,5/212 0000 ==00 1000 0=0= 0=0= 0=00 00== =00= =000 ==00 ==00 =000 =0=0 10== 0==0 =0=0 0==0 =1=1 ==1= ==10 0=== =0== ···· ===1 1101 ==01 111= 1011 1=11 111= 1111 1101 0=== =111 1111 111= 1111 11=1 =111 1111 1111 11=1 1111 1=11 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111  10946,
24: Chiron-5-64bit [t6]                        126,5/212 0000 0=== =00= 0000 0=0= ==00 00=0 0000 =0=0 00== =100 00=0 0000 0000 00=0 0=== =0== =0=0 =010 0=== 0==0 ==00 ===0 ···· =111 1==0 1=== =111 1=0= ==11 1=== =111 1=1= 1=11 1111 1111 111= 1111 111= 1101 =111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111  9527,0
25: Wasp450-x64-modern [t6]                    118,0/212 =000 0000 0000 0000 0=0= 00=0 0==0 0=01 0=00 00=0 0000 0==0 0=00 1000 0=1= 1100 ==== 00=0 0==0 =000 0=0= 00=0 0010 =000 ···· 0==1 0=== 01== 1=11 ==10 1111 11=1 ==== ==11 =111 1111 1011 =11= 1=11 1111 111= 111= 1111 =111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111  8624,2
26: Seer_znver2.0.1 [t6]                       112,5/212 0000 0000 0000 0000 000= =00= 0=00 0000 0000 000= 0000 100= 00=0 =000 0=00 =000 =0=0 0000 =000 =00= ==0= 000= ==10 0==1 1==0 ···· 0=== ==11 1111 01=1 11== 1001 1=10 1=11 1=10 111= 1111 1110 1111 =110 1111 1111 11=1 1011 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111  7782,5
27: DeepHiarcs14WCSC [t6 ]                     105,5/212 0001 ===0 00=0 0=00 0000 0000 000= 0000 00=0 000= =001 000= 000= 0000 0=00 0100 0000 =000 0010 0100 0=== =01= 000= 0=== 1=== 1=== ···· 10== 110= 0=01 =0=0 ==1= 11=0 ==== ==== 1=01 1=11 1110 1111 =111 11=1 =11= 1111 111= 1111 11=1 =111 =111 11=1 1111 =11= 1111 1111 1111  7567,5
28: Deep Rybka 4.1 x64 [t6]                    103,5/212 0000 0000 0100 0000 0==0 0000 0000 0000 00=0 0000 0100 0000 000= 000= 00== 0000 0000 0000 =0== 000= 00=0 00=0 0100 =000 10== ==00 01== ···· 100= =1== 1=00 ==1= 1111 =111 1011 0==1 1011 1011 1111 11=1 1111 1=1= 1111 1111 1111 11=1 1111 1111 1111 1111 1111 1111 1111 1111  6694,7
29: Rebel-14-avx2 [pb]                         102,5/212 0000 0000 00=0 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0001 0000 000= 0=00 0000 1=00 0=0= ==01 ==00 0=00 0=1= 0=00 0000 001= 011= ···· 0111 1==1 01== ==1= ===1 1111 =11= 1=1= 1101 0111 =111 1111 1111 1111 =111 11=1 1111 1111 1111 1111 1111 1111 1111 1111 1111  6477,5
30: Toga3_0.3 net06 avx2 [t6]                  100,0/212 0=00 0000 0010 0000 0000 0=00 000= 0000 0000 00=0 =000 00=0 0000 0000 00=0 1=00 00=0 ===0 1=00 000= 0010 0==0 000= ==00 ==01 10=0 1=10 =0== 1000 ···· 10=0 =1=0 00=0 0111 ==== 1==1 11=0 1=11 011= 1=11 1111 1111 1111 1111 1111 1111 ==11 1=11 1=11 1111 1111 1111 1111 1111  6676,2
31: Equinox 3.30-x64 [t6]                      99,0/212  0000 0=00 0000 000= 0000 000= ==00 0000 0=01 0000 0=00 0000 0=00 =000 0000 =000 000= 00== =0=0 001= 0=0= 0=00 0000 0=== 0000 00== =1=1 0=11 0==0 01=1 ···· =100 0=== ==== 1==1 ===1 1111 =111 0=== 1=11 1111 1111 1=11 =1== 1111 1111 =111 111= 1111 1111 1111 1111 1111 1111  6557,5
32: Senpai_20-x64 [t6]                         95,0/212  0000 0==0 0000 1000 0000 0000 0000 =0=0 0000 00=0 0000 0000 0000 0000 0000 0000 000= 0000 =000 0000 000= 0000 0010 =000 00=0 0110 ==0= ==0= 10== =0=1 =011 ···· 10=0 010= =111 ===1 10=1 =11= =111 1111 =111 1111 1111 1111 111= 1111 1111 1111 1=11 1111 1111 1111 1111 1111  5726,0
33: DeepShredder13UCIx64 [t6]                  89,5/212  0000 0=00 000= 0000 0000 00=0 0000 00=0 0==0 000= 0000 0000 =000 =00= 00=0 0000 0=00 ==00 00=0 ==00 0=00 =000 1=== 0=0= ==== 0=01 00=1 0000 ==0= 11=1 1=== 01=1 ···· 111= 1=00 1=11 01=0 11=0 1110 0110 1100 1011 1101 1111 1111 0000 1001 1111 0011 1111 1111 1111 1111 1111  6211,7
34: Marvin5.1.0_x86_64_avx2 [t6]               86,5/212  1000 0=0= 0000 0000 000= 0000 0000 00=0 0000 0==0 0000 0000 0000 0000 0000 0000 0000 0000 000= 00=0 0000 0000 =000 0=00 ==00 0=00 ==== =000 ===0 1000 ==== 101= 000= ···· 1111 ==0= 1=10 ==11 =1=1 1111 0=11 =11= 1101 111= 1111 1=11 1111 1111 111= 1111 1111 1111 1111 1111  5076,7
35: Drofa_3.1.0 [t6]                           79,5/212  0000 000= 0000 0=10 0000 0000 0000 0000 0000 0000 1000 0000 0000 00=0 0000 0100 0000 =000 1=00 0000 0000 0000 0000 0000 =000 0=01 ==== 0100 0000 ==== 0==0 =000 0=11 0000 ···· 0=1= 1=11 1010 1=01 =111 =111 11=0 1111 0=11 1111 11=1 1111 1=11 1111 1110 1=11 =111 1101 1111  4726,5
36: Booot6                                     78,0/212  0010 0000 0000 0000 0=00 0000 =000 0000 0000 0000 0000 0100 0000 0000 00=0 0000 =000 0000 0000 0000 0000 0000 000= 0000 0000 000= 0=10 1==0 =00= 0==0 ===0 ===0 0=00 ==1= 1=0= ···· ==1= =0=1 00=1 1==1 ===1 ==11 1111 11== 1111 1111 111= 11=1 1111 1111 1111 1111 1=11 =111  4350,5
37: SmarThink_v198_x64_standalone              77,0/212  0000 00=0 0000 0000 0000 0000 =000 0000 0000 0000 0000 0000 0000 0000 000= 0000 0000 =000 000= =0== =010 =00= 0000 000= 0100 0000 0=00 0100 0=0= 00=1 0000 01=0 10=1 0=01 0=00 ==0= ···· =01= 1101 101= 10== ==11 1111 111= 1011 1111 1111 1111 =111 1101 1111 1111 1111 1111  4317,5
38: Zappa Mexico II x64 [t6]                   73,5/212  0000 0000 0000 0000 0000 0000 0000 000= 000= =000 000= 0000 0000 0000 0000 0010 0=00 0=00 0000 =00= 0000 0000 00=0 0000 =00= 0001 0001 0100 0010 0=00 =000 =00= 00=1 ==00 0101 =1=0 =10= ···· 01=1 1=11 =101 1110 1=01 11=1 1=10 1111 1111 0111 11=1 1=11 1111 1111 11=1 0111  4169,5
39: Crafty-25-64-uci-ja [t6]                   66,0/212  0000 0=00 0000 0000 =000 0000 0000 =000 =000 0000 0=00 0000 0000 0000 0000 0000 =000 0000 0000 0000 =000 00=0 =000 000= 0=00 0000 0000 0000 1000 100= 1=== =000 0001 =0=0 0=10 11=0 0010 10=0 ···· 110= 1010 1111 ==1= 101= =111 1100 =111 11=0 1=01 1101 1111 1111 1111 1111  3610,7
40: Prodeo3.1                                  62,5/212  0=00 000= 0000 0000 00=0 0000 0==0 0=00 0000 0000 0=0= 0000 0000 0000 0100 000= =000 0==0 000= 0=00 0000 0000 0000 0010 0000 =001 =000 00=0 =000 0=00 0=00 0000 1001 0000 =000 0==0 010= 0=00 001= ···· ==0= ==1= ==0= 1==1 =10= 1111 1111 =101 1=== 1111 1111 0111 1111 1111  3675,0
41: Benjamin 1.1 [pb]                          59,5/212  0000 0000 0000 0000 0=00 0000 0000 0=00 0000 0000 0000 0000 00=0 0000 0000 0100 0000 00== 0010 0000 0000 0000 0000 =000 000= 0000 00=0 0000 0000 0000 0000 =000 0011 1=00 =000 ===0 01== =010 0101 ==1= ···· 10=0 ===0 =1=1 1=0= =111 1==1 1011 1011 1111 1111 1101 1111 1111  3064,0
42: RodentII_x64                               57,5/212  0000 0000 0000 0000 0000 0000 0000 0000 0=00 0000 00=0 0000 0000 0000 0000 0000 0000 0000 0000 000= 0000 0000 00=0 0000 000= 0000 =00= 0=0= 0000 0000 0000 0000 0100 =00= 00=1 ==00 ==00 0001 0000 ==0= 01=1 ···· 1111 ===1 0111 11=1 1111 11=1 11=1 1=1= 1111 1111 1111 1=11  2573,7
43: Prodeo YAT                                 47,5/212  0000 00=0 0000 0010 0000 0000 0000 00=0 0000 00=0 0010 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 00=0 0000 0000 0000 0000 0=00 0000 0010 0010 0000 0000 0000 0=10 ==0= ==1= ===1 0000 ···· ==10 1010 1=1= 1110 1=11 =101 1110 1111 1111 1111 0=1=  2260,2
44: Orion64-v0.7                               44,5/212  0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0=00 0000 =000 0100 000= 0000 =000 0000 =0== 0000 0000 000= 1=00 00== 000= 00=0 010= 0==0 =0=0 ===0 ==01 ···· 1100 =00= =11= ==1= 1=== 1=1= =1=1 1111 1111 1111  1891,7
45: Colossus2021b [pb]                         44,5/212  0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0001 0000 0000 0000 0000 0000 0000 0000 0000 0000 00=0 0000 0000 000= 0000 0000 0000 0000 0100 0=01 =000 =01= 0=1= 1000 0101 0011 ···· 1=01 ===1 1011 1==1 1111 1111 1=11 1111 1111  1645,2
46: DeepGandalf7-64 [t2]                       37,5/212  0000 0000 0000 0000 0000 0000 0000 0=00 0000 0000 1000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 00=0 00=0 0000 0000 0000 0000 1111 0=00 00=0 0000 0000 0000 0011 0000 =000 00=0 0=0= =11= 0=10 ···· 1000 00=0 1111 0=01 1111 11== 1111 11=1  1652,7
47: Colossus2021a [pb]                         36,5/212  0000 0000 0000 0001 0000 0000 0000 0000 0000 0000 0010 0000 0000 0000 0000 0000 0000 0000 0000 00=0 0000 000= 0000 0000 0000 0000 =000 0000 0000 ==00 =000 0000 0110 0000 0000 000= 0000 0000 =000 0000 0==0 0000 0001 =00= ===0 0111 ···· =1== 0100 11== 11=1 1111 1011 1111  1651,2
48: Colossus2008b                              34,5/212  0000 0000 0000 0000 0000 0000 =00= 0000 0=0= 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 =000 0000 0000 0=00 000= 0000 0000 0000 0=00 00=0 0000 1000 00=1 =010 0100 00=0 0=00 ==0= 0100 11=1 =0== ···· =1=0 =010 =111 111= 0=11 =111  1524,2
49: Delfi5.0                                   32,5/212  0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 000= 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 00=0 0000 0000 0=00 0000 0=00 1100 000= 0000 0000 =000 00=0 0=10 0=== 0100 00=0 =010 0=== 0==0 0000 1011 =0=1 ···· 111= 1011 =1=0 0001 1111  1391,0
50: K2_091 [pb]                                24,5/212  0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0001 0000 0010 0=00 0010 0000 0000 0=0= 0001 0=0= 0000 1=10 00== =101 000= ···· 0000 1111 1111 111=  794,00
51: DeepPatzer 3.80 [t2]                       15,5/212  0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 =00= 0000 0000 0000 0000 0000 0000 0000 0=00 0000 0000 0000 0000 0000 0000 0000 0000 =0=0 0000 0000 00=0 =000 0100 1111 ···· 010= 0==1 =111  444,00
52: RomiChess64P3n                             14,5/212  0000 0000 0000 0000 0000 0000 0000 0000 0=00 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 =000 0000 0000 0000 0000 1000 0010 0000 0000 0000 0=00 00== 0000 000= =0=1 0000 101= ···· =011 =011  489,00
53: DeepPatzer3.61 [t2]                        14,0/212  0000 0000 0010 0000 0000 0000 0000 0000 0000 0000 0000 0001 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0010 0=00 0000 00=0 0000 0000 0000 0000 0000 0000 0000 0000 0100 1=00 1110 0000 1==0 =100 ···· 0001  737,25
54: SOS 5.1 for Arena                          11,0/212  0000 0000 0000 0000 0000 0000 0000 0=00 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 =000 0000 1000 0000 0000 0000 0=00 1=0= 0000 0000 00=0 0000 =000 0000 000= =000 =100 1110 ····  440,50

5724 Partien gespielt / Turnier beendet
Name des Turniers: Ryzen 5 3600
Ort/ Land: ORION8, Deutschland
Spielstufe: Turnier 40/5
Hardware: AMD Ryzen 5 3600 mit AMD RX570 8 GB
What seems like a fairy tale today may be reality tomorrow.
Here we have a fairy tale of the day after tomorrow....