ChessUSA.com TalkChess.com
Hosted by Your Move Chess & Games
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

RedQueen 1.1.1 on Mac OS X
Post new topic    TalkChess.com Forum Index -> Computer Chess Club: Programming and Technical Discussions Flat
View previous topic :: View next topic  
Author Message
Robert Purves



Joined: 15 Feb 2010
Posts: 155
Location: New Zealand

PostPost subject: RedQueen 1.1.1 on Mac OS X    Posted: Fri Mar 16, 2012 1:29 am Reply to topic Reply with quote

RedQueen 1.1.1 was announced today on the General Topics forum. I built it with
$ g++ -O3 -Wall *.cpp -o redqueen
and the resulting executable plays very weakly, often loses on time and occasionally hangs.
Here's the end of an unexpectedly short match under cutechess-cli with tc=/60+1
Code:
...
Finished game 20 (Spandrel vs RedQueen 1.1.1): 1-0 {Black loses on time}
Score of Spandrel vs RedQueen 1.1.1: 17 - 2 - 2  [0.86] 21
Started game 25 of 18000 (Spandrel vs RedQueen 1.1.1)
Finished game 22 (RedQueen 1.1.1 vs Spandrel): 0-1 {Black mates}
Score of Spandrel vs RedQueen 1.1.1: 18 - 2 - 2  [0.86] 22
Started game 26 of 18000 (RedQueen 1.1.1 vs Spandrel)
Finished game 24 (Spandrel vs RedQueen 1.1.1): 1-0 {White mates}
Score of Spandrel vs RedQueen 1.1.1: 19 - 2 - 2  [0.87] 23
Started game 27 of 18000 (RedQueen 1.1.1 vs Spandrel)
Finished game 23 (RedQueen 1.1.1 vs Spandrel): 0-1 {White's connection stalls}
Score of Spandrel vs RedQueen 1.1.1: 20 - 2 - 2  [0.88] 24
Finished game 25 (Spandrel vs RedQueen 1.1.1): * {No result}
Score of Spandrel vs RedQueen 1.1.1: 20 - 2 - 2  [0.88] 24
Finished game 26 (RedQueen 1.1.1 vs Spandrel): * {No result}
Score of Spandrel vs RedQueen 1.1.1: 20 - 2 - 2  [0.88] 24
Unexpected move from "RedQueen 1.1.1"
Unexpected move from "RedQueen 1.1.1"
Finished game 27 (RedQueen 1.1.1 vs Spandrel): * {No result}
Score of Spandrel vs RedQueen 1.1.1: 20 - 2 - 2  [0.88] 24
ELO difference: 338


When I use clang instead of gcc, RedQueen doesn't build.
Code:
$ clang++ -O3 -Wall *.cpp -o redqueen
In file included from board.cpp:26:
In file included from ./board.h:37:
./moveiterator.h:108:22: error: array initializer must be an initializer list
                Data(Data& data) : list(data.list), size(data.size), idx(data.idx), saveIdx(data.saveIdx), stage(BEGIN_STAGE){};
                                   ^


I wonder if these two puzzling observations may be connected in some way. I have OS X 10.7 with clang 3.1.
Robert P.
Back to top
View user's profile Send private message
Display posts from previous:   
Subject Author Date/Time
RedQueen 1.1.1 on Mac OS X Robert Purves Fri Mar 16, 2012 1:29 am
      Re: RedQueen 1.1.1 on Mac OS X Ben-Hur Carlos Langoni Fri Mar 16, 2012 7:53 pm
            Re: RedQueen 1.1.1 on Mac OS X Lucas Braesch Sat Mar 17, 2012 5:57 am
                  Re: RedQueen 1.1.1 on Mac OS X Ben-Hur Carlos Langoni Sat Mar 17, 2012 12:43 pm
                        Re: RedQueen 1.1.1 on Mac OS X Lucas Braesch Sat Mar 17, 2012 6:01 pm
                              Re: RedQueen 1.1.1 on Mac OS X Ben-Hur Carlos Langoni Sat Mar 17, 2012 6:19 pm
                                    Re: RedQueen 1.1.1 on Mac OS X Lucas Braesch Sun Mar 25, 2012 4:01 am
                                          Re: RedQueen 1.1.1 on Mac OS X Ben-Hur Carlos Langoni Mon Mar 26, 2012 2:30 pm
                                                Re: RedQueen 1.1.1 on Mac OS X Lucas Braesch Tue Mar 27, 2012 5:21 am
                                                      Re: RedQueen 1.1.1 on Mac OS X Ben-Hur Carlos Langoni Tue Mar 27, 2012 1:06 pm
                                                            Re: RedQueen 1.1.1 on Mac OS X Lucas Braesch Sun Apr 01, 2012 11:51 am
Post new topic    TalkChess.com Forum Index -> Computer Chess Club: Programming and Technical Discussions

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




Powered by phpBB © 2001, 2005 phpBB Group
Enhanced with Moby Threads