Open Source Blitz Rating List: Sloppy

Discussion of computer chess matches and engine tournaments.

Moderators: hgm, Rebel, chrisw

User avatar
lucasart
Posts: 3232
Joined: Mon May 31, 2010 1:29 pm
Full name: lucasart

Open Source Blitz Rating List: Sloppy

Post by lucasart »

Results

Code: Select all

Rank Name                  Elo    +    - games score oppo. draws 
   1 Critter 1.4          3246   40   39   250   79%  2996   29% 
   2 IvanHoe 999946h      3189   38   37   250   71%  3007   32% 
   3 Stockfish 2.2.1      3169   37   36   300   74%  2954   26% 
   4 Protector 1.4        2918   33   33   350   46%  2953   22% 
   5 Umko 1.2             2863   28   27   500   50%  2874   24% 
   6 Toga 1.4.1           2840   26   26   600   55%  2817   22% 
   7 Daydreamer 1.75      2738   26   26   450   60%  2664   29% 
   8 Fruit 2.1            2700   25   25   500   51%  2694   27% 
   9 Crafty 23.4          2666   28   28   450   37%  2780   24% 
  10 GNU Chess 5.07.173b  2647   26   27   450   46%  2675   26% 
  11 Arasan 13.4          2626   32   33   300   37%  2722   26% 
  12 Pepito 1.59          2596   32   32   300   45%  2632   23% 
  13 Sloppy 0.2.2         2546   28   29   400   34%  2664   25% 
  14 Greko 9.0            2496   34   36   300   27%  2678   18% 
Testing Conditions
* Open Source and Portable engines only: not interested in closed source, commercial, or windows only programs.
* Copyleft: Ideally licensed under the GNU GPL, or with copyright restrictions that are not excessive.
* 1min+1sec/move, 64 MB Hash, 1 Thread, 64-bit, Ponder off, no EGTB.
* 8 book moves: neither to little, nor too much. Allows engines to develop their own plan, while offering a large enough number of opening positions.
* Bayeselo, offset Fruit 2.1 = 2700 elo.
User avatar
Marek Soszynski
Posts: 582
Joined: Wed May 10, 2006 7:28 pm
Location: Birmingham, England

Re: Open Source Blitz Rating List: Sloppy

Post by Marek Soszynski »

There is a bug-fixed Sloppy 0.2.3 on Jim Ablett's page.
Marek Soszynski
User avatar
hgm
Posts: 27796
Joined: Fri Mar 10, 2006 10:06 am
Location: Amsterdam
Full name: H G Muller

Re: Open Source Blitz Rating List: Sloppy

Post by hgm »

Still a long way to go until Fairy-Max, I guess... :wink:
IanO
Posts: 496
Joined: Wed Mar 08, 2006 9:45 pm
Location: Portland, OR

Re: Open Source Blitz Rating List: Sloppy

Post by IanO »

Surprised not to see Gull or Scorpio in your list...
User avatar
lucasart
Posts: 3232
Joined: Mon May 31, 2010 1:29 pm
Full name: lucasart

Re: Open Source Blitz Rating List: Sloppy

Post by lucasart »

IanO wrote:Surprised not to see Gull or Scorpio in your list...
* Gull is windows only
* Scorpio, at least the version I tested, is all buggy so I gave up
IanO
Posts: 496
Joined: Wed Mar 08, 2006 9:45 pm
Location: Portland, OR

Re: Open Source Blitz Rating List: Sloppy

Post by IanO »

lucasart wrote:
IanO wrote:Surprised not to see Gull or Scorpio in your list...
* Gull is windows only
* Scorpio, at least the version I tested, is all buggy so I gave up
I managed to compile Gull for my Mac, and posted those patches to the sourceforge project. They should also work for Linux; Gull was pretty close to being cross platform already. I guess the patches were never accepted. In my testing, Gull version 1.0a is strongest, and is on par with Stockfish 1.5 and Junior 12.5.

I agree about older versions of Scorpio, but the latest from his git repository (2.7) is finally stronger than 2.0 and also more stable. I still had to hack its move formatting to get cutechess-cli to understand it though.
User avatar
lucasart
Posts: 3232
Joined: Mon May 31, 2010 1:29 pm
Full name: lucasart

Re: Open Source Blitz Rating List: Sloppy

Post by lucasart »

IanO wrote:
lucasart wrote:
IanO wrote:Surprised not to see Gull or Scorpio in your list...
* Gull is windows only
* Scorpio, at least the version I tested, is all buggy so I gave up
I managed to compile Gull for my Mac, and posted those patches to the sourceforge project. They should also work for Linux; Gull was pretty close to being cross platform already. I guess the patches were never accepted. In my testing, Gull version 1.0a is strongest, and is on par with Stockfish 1.5 and Junior 12.5.

I agree about older versions of Scorpio, but the latest from his git repository (2.7) is finally stronger than 2.0 and also more stable. I still had to hack its move formatting to get cutechess-cli to understand it though.
well for Gull if the author is not even willing to accept someone else's patch to make his code portable, it means he doesn't care about portability. And I *do*, so I'll live w/o Gull :)

I tested the JA compile of Scorpio, and it kept loosing on time or crashing, I can't remember. Where is the git repo ? I'll see if I can compile something out of it
User avatar
lucasart
Posts: 3232
Joined: Mon May 31, 2010 1:29 pm
Full name: lucasart

Re: Open Source Blitz Rating List: Sloppy

Post by lucasart »

lucasart wrote:I agree about older versions of Scorpio, but the latest from his git repository (2.7) is finally stronger than 2.0 and also more stable. I still had to hack its move formatting to get cutechess-cli to understand it though.
For a start his code doesn't compile...

Code: Select all

scorpio.o: In function `main':
scorpio.cpp:(.text.startup+0x212): undefined reference to `pthread_create'
parallel.o: In function `PROCESSOR::create()':
parallel.cpp:(.text+0x14f): undefined reference to `pthread_create'
parallel.o: In function `init_smp(int)':
parallel.cpp:(.text+0xfeb): undefined reference to `pthread_create'
probe.o: In function `LoadEgbbLibrary(char*, int)':
probe.cpp:(.text+0x81): undefined reference to `dlopen'
probe.cpp:(.text+0x9a): undefined reference to `dlsym'
probe.cpp:(.text+0xaa): undefined reference to `dlsym'
UncombedCoconut
Posts: 319
Joined: Fri Dec 18, 2009 11:40 am
Location: Naperville, IL

Re: Open Source Blitz Rating List: Sloppy

Post by UncombedCoconut »

lucasart wrote:
lucasart wrote:I agree about older versions of Scorpio, but the latest from his git repository (2.7) is finally stronger than 2.0 and also more stable. I still had to hack its move formatting to get cutechess-cli to understand it though.
For a start his code doesn't compile...
How are you building it?
The errors you show are a result of not linking with -lpthread -ldl.
However, Scorpio's Makefile does include these flags. I cloned from git://github.com/dshawul/Scorpio.git and didn't need any changes to make it compile.
User avatar
lucasart
Posts: 3232
Joined: Mon May 31, 2010 1:29 pm
Full name: lucasart

Re: Open Source Blitz Rating List: Sloppy

Post by lucasart »

UncombedCoconut wrote:
lucasart wrote:
lucasart wrote:I agree about older versions of Scorpio, but the latest from his git repository (2.7) is finally stronger than 2.0 and also more stable. I still had to hack its move formatting to get cutechess-cli to understand it though.
For a start his code doesn't compile...
How are you building it?
The errors you show are a result of not linking with -lpthread -ldl.
However, Scorpio's Makefile does include these flags. I cloned from git://github.com/dshawul/Scorpio.git and didn't need any changes to make it compile.
i downloaded the latest git code and compiled by using the Make file as it is, using gcc 4.6.1. so the problem s be somewhere either in the code or in the makefile, no ?