Miguel A. Ballicora wrote:Olivier Deville wrote:[Event "ChessWar XIV D 40m/20'"]
[Site "DEVILLE1-5D9C28"]
[Date "2009.06.05"]
[Round "1.30"]
[White "Gaviota 0.33"]
[Black "Gaia 3.5r"]
[Result "0-1"]
[TimeControl "40/1200"]
[Annotator "10. -10.16 9... +9.83"]
[Number "30"]
1. d4 Nf6 2. c4 c6 3. Nc3 d5 4. Nf3 dxc4 5. a4 Bf5 6. e3 e6 7. Bxc4 Bb4 8.
O-O Nbd7 9. Qc2 Bxc2 {+9.83/16 34} 10. Na2 {-10.16/12 1:53} Bd6
{+10.02/16 34} 11. Ne1 {-10.06/12 1:10} Bxa4 {+10.24/16 34} 12. Nc3
{-9.88/12 51} b5 {+10.28/16 34} 13. Nxa4 {-9.80/12 33} bxc4 {+10.45/16 34}
14. Nf3 {-9.96/12 33} Qb8 {+10.43/16 34} 15. Nc3 {-9.94/11 33} c5
{+10.63/16 34} 16. h3 {-10.01/11 33} O-O {+10.82/16 35} 17. Ra4
{-9.78/10 33} Nb6 {+10.88/16 35} 18. Ra2 {-10.01/12 33} cxd4 {+11.08/18 35}
{Gaviota resigns as White} 0-1
Olivier
Ouch!
I have never seen anything like it before... If there was a bug in the evaluation or search, I am sure it is gone from the current (unreleased) version because of the gazillions modifications I made. However, I wonder whether this is related to the opening book. That part of the code has not been touched. Do you have by any chance the log file?
Considering that is move 9 from a very classical opening, it is highly likely that Gaviota was still in the book.
Miguel
Geeezzz... I found the problem.
I checked the book available for download in Gaviota's site and Qc2 is a BOOK MOVE!!! ARRGGGGGHHHHH.
after typing bk (a winboard command in which the engine returns information about the book) I get:
- Code: Select all
+-----------------+
| r . . q k . . r |
| p p . n . p p p |
| . . p . p n . . |
| . . . . . b . . | Castling: kq
| P b B P . . . . | ep: -
| . . N . P N . . |
| . P . . . P P P |
| R . B Q . R K . | [White]
+-----------------+
bk
move L!? W D L %
Qe2 --- 5 6 1 46.3
Nh4 --- 2 4 1 21.1
Qb3 --- 1 0 0 16.3
Qc2 --- 1 0 0 16.3
Ne2 --- 0 1 0 0.0
So, it is not a bug in the engine. It is book with a wrong move. I created it with GM games, and all the GMs where ELO 2650 or higher. I guess that I took the pgn file from Dann Corbit's site or maybe Crafty's. I do not remember. I know it was free
.There is possibly a game in a pgn file that is wrong somewhere. People may want to check out their collections... It will be easy to search for this position (after Qc2):
r2qk2r/pp1n1ppp/2p1pn2/5b2/PbBP4/2N1PN2/1PQ2PPP/R1B2RK1 b kq - 4 18
Most likely, whoever entered the game, mistyped Qc2 instead of Qe2 (the next black book move after Qc2 is Bg6!, typical answer to Qe2).
If book learning was on, it is possible that Gaviota may not play this move anymore. Certainly less likely than 16.3%
Miguel