The Speedy Rating List

Discussion of computer chess matches and engine tournaments.

Moderators: hgm, Rebel, chrisw

User avatar
Rebel
Posts: 6993
Joined: Thu Aug 18, 2011 12:04 pm

Re: The Speedy Rating List

Post by Rebel »

Terje wrote: Tue Jun 02, 2020 5:54 pm Requesting testing again this soon is ... but Weiss 1.0 is out so if you find the time :D
Plenty of time :wink:

In the basket.
90% of coding is debugging, the other 10% is writing bugs.
Dann Corbit
Posts: 12541
Joined: Wed Mar 08, 2006 8:57 pm
Location: Redmond, WA USA

Re: The Speedy Rating List

Post by Dann Corbit »

bob wrote: Tue Jun 02, 2020 2:36 am
Rebel wrote: Sat May 30, 2020 3:29 pm
Terje wrote: Sat May 30, 2020 1:59 pm Given that a lot of engines have exactly 41 errors it would be interesting to know which positions (or even 1 of them) these occur in.
4Rk2/2R5/2p3p1/3p4/3P3r/P7/1P3P1p/7K b - - bm Kxe8; ce -32000; acd 0;
k5rb/3r4/1ppP4/p1p1p1p1/P1P1Pp1p/1P1R4/3R1PPN/3q1K2 w - - bm Rxd1; ce -32000; acd 0;
8/3P2k1/5p2/6pp/4p3/1b2P2P/6r1/2BK4 w - - bm Ke1; ce -32000; acd 0;
3r2k1/6p1/4p3/1p1nB1Qp/1PpP3P/R1P2P2/1r4qK/8 w - - bm Qxg2; ce -32000; acd 0;

'What they have in common, it's called the chopper move.
What they also have in common is a syntax error.

For FEN, you need <position FEN> color castle EP and the two move counters. You need a ";" before the bm field. I notice that Crafty handles those, but it does complain about the bogus move/half-move values.
But the move counters are implicit as 0 1 for Epd records and the semicolon before the bm field would be a syntax error.
Taking ideas is not a vice, it is a virtue. We have another word for this. It is called learning.
But sharing ideas is an even greater virtue. We have another word for this. It is called teaching.
bob
Posts: 20943
Joined: Mon Feb 27, 2006 7:30 pm
Location: Birmingham, AL

Re: The Speedy Rating List

Post by bob »

In looking at what I have (FEN not EPD) the half and full move counters are not optional... I even checked the chess programming Wiki and found this:

"One FEN string or record consists of six fields separated by a space character. The first four fields of the FEN specification are the same as the first four fields of the EPD specification."

But in any case, my main point was the missing ";" which could cause a program to produce an error and ignore the bogus FEN...
User avatar
Rebel
Posts: 6993
Joined: Thu Aug 18, 2011 12:04 pm

Re: The Speedy Rating List

Post by Rebel »

Slowchess 2.1 4000ms

Code: Select all

    EPD  : epd\lc1.epd
    Time : 4000ms
                                                               Max            Time   Hash          
    Engine           Points  Used Time   Found   Pos    Elo   Score   Score    ms     Mb  Cpu  Errors
 1  Stockfish 11     333316  44:49:32.7  24467  40000  3333  400000  83.33%   4000   128    1     0
 2  Komodo 14        326627  44:27:14.3  23558  40000  3266  400000  81.66%   4000   128    1     0
 3  Houdini 6.03     323896  44:47:34.1  23189  40000  3238  400000  80.97%   4000   128    1     0
 4  Ethereal 12      321795  44:44:14.7  22957  40000  3218  400000  80.45%   4000   128    1     0
 5  rofChade 2.3     318859  44:39:33.9  22599  40000  3188  400000  79.71%   4000   128    1    41
 6  SlowChess 2.1    318320  41:59:55.0  22470  40000  3183  400000  79.58%   4000   128    1     0
 7  Xiphos 0.6       317879  43:21:42.3  22555  40000  3178  400000  79.47%   4000   128    1     0
 8  Schooner 2.2     317565  43:41:15.3  22562  40000  3175  400000  79.39%   4000   128    1     0
 9  Booot 6.4        316479  47:12:45.4  22523  40000  3164  400000  79.12%   4000   128    1     2
10  RubiChess 1.7.2  314933  44:43:11.4  22096  40000  3149  400000  78.73%   4000   128    1     0
HTML will follow later.
90% of coding is debugging, the other 10% is writing bugs.
User avatar
Rebel
Posts: 6993
Joined: Thu Aug 18, 2011 12:04 pm

Re: The Speedy Rating List

Post by Rebel »

New engines
Ares 005-2
Cheese 2.1
Godel 7.0
SlowChess 2.1
Stash 16.0
sting-sf-21

Update
Weiss 1.0 +36

http://rebel13.nl/download/srl-1000.html
90% of coding is debugging, the other 10% is writing bugs.
Patrice Duhamel
Posts: 193
Joined: Sat May 25, 2013 11:17 am
Location: France
Full name: Patrice Duhamel

Re: The Speedy Rating List

Post by Patrice Duhamel »

Rebel wrote: Wed Jun 03, 2020 8:42 am New engines
...
Thanks, for adding Cheese.
Anything that can go wrong will go wrong.
Terje
Posts: 347
Joined: Tue Nov 19, 2019 4:34 am
Location: https://github.com/TerjeKir/weiss
Full name: Terje Kirstihagen

Re: The Speedy Rating List

Post by Terje »

Thanks for testing :)
User avatar
Graham Banks
Posts: 41454
Joined: Sun Feb 26, 2006 10:52 am
Location: Auckland, NZ

Re: The Speedy Rating List

Post by Graham Banks »

Ares 1.1 GB is the latest version.

Good luck with Sting SF 21 - kept losing on time for me.
gbanksnz at gmail.com
User avatar
Rebel
Posts: 6993
Joined: Thu Aug 18, 2011 12:04 pm

Re: The Speedy Rating List

Post by Rebel »

Graham Banks wrote: Wed Jun 03, 2020 1:38 pm Ares 1.1 GB is the latest version.
Ah, thanks.
Graham Banks wrote: Wed Jun 03, 2020 1:38 pm Good luck with Sting SF 21 - kept losing on time for me.
Chess programmers and time control, it's the never ending story, see all the blue and red on my list :lol:

But Sting did well on "movetime 1000".
90% of coding is debugging, the other 10% is writing bugs.
User avatar
Rebel
Posts: 6993
Joined: Thu Aug 18, 2011 12:04 pm

Re: The Speedy Rating List

Post by Rebel »

Major update

1. Back to the original URL, it now has 1000ms and 4000ms next to each other for a better visual comparison.
http://rebel13.nl/download/speedy-rating-list.html

2. Created a 4 time control page, 250ms, 500ms, 1000ms and 4000ms.
http://rebel13.nl/download/srl-all.html

3. At the end of each page one now can easily switch from one page to another.

1000ms list
Updated the history of Laser and Ethereal.
90% of coding is debugging, the other 10% is writing bugs.