
Deed's Chess Learning System (Moderation actions)
-
- Posts: 62
- Joined: Sun Aug 10, 2014 9:42 pm
- Real Name: Marco Zerbinati
-
- Posts: 62
- Joined: Sun Aug 10, 2014 9:42 pm
- Real Name: Marco Zerbinati
Re: Can you do this test ?
Test 1a: best move g2g4
Test 1b: bestmove e2e4 ponder e7e5
Eman 8.70
Test 1b: bestmove e2e4 ponder e7e5
Eman 8.70
Re: Can you do this test ?
Thanks to all the participants !
The others thought they were risking their lives
In summary :
- with test 1a settings, the engine plays any move from the EXP file, even 1.g4 in the starting position
- with test 1b settings, the engine analyzes the position when the EXP file data does not meet the criteria
Test 1a settings are the ones used by Oliprog (Adrian Oliva) for his tournaments/matches...
Test 1b settings are the ones used by default for tournaments/matches...
The others thought they were risking their lives

In summary :
- with test 1a settings, the engine plays any move from the EXP file, even 1.g4 in the starting position
- with test 1b settings, the engine analyzes the position when the EXP file data does not meet the criteria
Test 1a settings are the ones used by Oliprog (Adrian Oliva) for his tournaments/matches...
Test 1b settings are the ones used by default for tournaments/matches...
Re: Can you do this test ?
### TEST 2 ###
Prerequisites
1°) download :
- the StockfishMZ 170522 engine
- the nn-3c0aa92af1da.nnue net
2°) download :
- the StockfishMZ_020722.exp file
3°) download :
- the a28.bin book
4°) create 3 new configurations, examples :
StockfishMZ 170522 Bin Book
StockfishMZ 170522 Exp Book True
StockfishMZ 170522 Exp Book False
Prerequisites
1°) download :
- the StockfishMZ 170522 engine
- the nn-3c0aa92af1da.nnue net
2°) download :
- the StockfishMZ_020722.exp file
3°) download :
- the a28.bin book
4°) create 3 new configurations, examples :
StockfishMZ 170522 Bin Book
Code: Select all
{
"command" : "\"StockfishMZ 170522 bmi2.exe\"",
"name" : "StockfishMZ 170522 Bin Book",
"options" : [
{
"alias" : "",
"default" : 1,
"max" : 512,
"min" : 1,
"name" : "Threads",
"type" : "spin",
"value" : 1
},
{
"alias" : "",
"default" : 16,
"max" : 33554432,
"min" : 1,
"name" : "Hash",
"type" : "spin",
"value" : 64
},
{
"alias" : "",
"default" : "<empty>",
"name" : "SyzygyPath",
"type" : "folder",
"value" : "E:/JEUX/ARENA CHESS 3.5.1/TB/Syzygy;C:/Syzygy"
},
{
"alias" : "",
"default" : false,
"name" : "Book1",
"type" : "check",
"value" : true
},
{
"alias" : "",
"default" : "<empty>",
"name" : "Book1 File",
"type" : "file",
"value" : "E:/test/a28.bin"
},
{
"alias" : "",
"default" : true,
"name" : "Experience Enabled",
"type" : "check",
"value" : false
},
{
"alias" : "",
"default" : "StockfishMZ.exp",
"name" : "Experience File",
"type" : "file",
"value" : "<empty>"
},
{
"alias" : "",
"default" : false,
"name" : "Experience Readonly",
"type" : "check",
"value" : true
},
{
"alias" : "",
"default" : false,
"name" : "Experience Book",
"type" : "check",
"value" : false
}
],
"protocol" : "uci",
"stderrFile" : "",
"variants" : [
"standard",
"fischerandom"
],
"workingDirectory" : "E:\\test"
}
StockfishMZ 170522 Exp Book True
Code: Select all
{
"command" : "\"StockfishMZ 170522 bmi2.exe\"",
"name" : "StockfishMZ 170522 Exp Book True",
"options" : [
{
"alias" : "",
"default" : 1,
"max" : 512,
"min" : 1,
"name" : "Threads",
"type" : "spin",
"value" : 1
},
{
"alias" : "",
"default" : 16,
"max" : 33554432,
"min" : 1,
"name" : "Hash",
"type" : "spin",
"value" : 64
},
{
"alias" : "",
"default" : "<empty>",
"name" : "SyzygyPath",
"type" : "folder",
"value" : "E:/JEUX/ARENA CHESS 3.5.1/TB/Syzygy;C:/Syzygy"
},
{
"alias" : "",
"default" : false,
"name" : "Book1",
"type" : "check",
"value" : false
},
{
"alias" : "",
"default" : "<empty>",
"name" : "Book1 File",
"type" : "file",
"value" : "<empty>"
},
{
"alias" : "",
"default" : true,
"name" : "Experience Enabled",
"type" : "check",
"value" : true
},
{
"alias" : "",
"default" : "StockfishMZ.exp",
"name" : "Experience File",
"type" : "file",
"value" : "E:/test/StockfishMZ_020722.exp"
},
{
"alias" : "",
"default" : false,
"name" : "Experience Readonly",
"type" : "check",
"value" : true
},
{
"alias" : "",
"default" : false,
"name" : "Experience Book",
"type" : "check",
"value" : true
}
],
"protocol" : "uci",
"stderrFile" : "",
"variants" : [
"standard",
"fischerandom"
],
"workingDirectory" : "E:\\test"
}
StockfishMZ 170522 Exp Book False
Code: Select all
{
"command" : "\"StockfishMZ 170522 bmi2.exe\"",
"name" : "StockfishMZ 170522 Exp Book False",
"options" : [
{
"alias" : "",
"default" : 1,
"max" : 512,
"min" : 1,
"name" : "Threads",
"type" : "spin",
"value" : 1
},
{
"alias" : "",
"default" : 16,
"max" : 33554432,
"min" : 1,
"name" : "Hash",
"type" : "spin",
"value" : 64
},
{
"alias" : "",
"default" : "<empty>",
"name" : "SyzygyPath",
"type" : "folder",
"value" : "E:/JEUX/ARENA CHESS 3.5.1/TB/Syzygy;C:/Syzygy"
},
{
"alias" : "",
"default" : false,
"name" : "Book1",
"type" : "check",
"value" : false
},
{
"alias" : "",
"default" : "<empty>",
"name" : "Book1 File",
"type" : "file",
"value" : "<empty>"
},
{
"alias" : "",
"default" : true,
"name" : "Experience Enabled",
"type" : "check",
"value" : true
},
{
"alias" : "",
"default" : "StockfishMZ.exp",
"name" : "Experience File",
"type" : "file",
"value" : "E:/test/StockfishMZ_020722.exp"
},
{
"alias" : "",
"default" : false,
"name" : "Experience Readonly",
"type" : "check",
"value" : true
},
{
"alias" : "",
"default" : false,
"name" : "Experience Book",
"type" : "check",
"value" : false
}
],
"protocol" : "uci",
"stderrFile" : "",
"variants" : [
"standard",
"fischerandom"
],
"workingDirectory" : "E:\\test"
}
Re: Can you do this test ?
### TEST 2a ###
5°) run a tourney, example :

How many losses did you get ?
5°) run a tourney, example :

How many losses did you get ?
Re: Can you do this test ?
### TEST 2b ###
5°) run a tourney, example :

How many losses did you get ?
5°) run a tourney, example :

How many losses did you get ?
-
- Posts: 66
- Joined: Sun Jun 25, 2023 3:30 pm
- Real Name: botunnet
- Location: Hrvatska Republika
- Contact:
Re: Can you do this test ?
4 losses
Code: Select all
# PLAYER : RATING ERROR POINTS PLAYED (%) W D L D(%) OppAvg OppN
1 StockfishMZ 170522 Bin Book : 0 ---- 7.0 10 70.0 4 6 0 60.0 -9 1
2 StockfishMZ 170522 Exp Book False : -9 17 3.0 10 30.0 0 6 4 60.0 0 1
White advantage = 139.32 +/- 91.00
Draw rate (equal opponents) = 50.00 % +/- 0.00
Code: Select all
[Event "test 2a"]
[Site "dual xeon e5-2660v3"]
[Date "2024.11.21"]
[Round "1"]
[White "StockfishMZ 170522 Bin Book"]
[Black "StockfishMZ 170522 Exp Book False"]
[Result "1-0"]
[ECO "A22"]
[GameDuration "00:03:11"]
[Opening "English Opening"]
[PlyCount "87"]
[TimeControl "60+1"]
1. c4 e5 {-0.08/30 5.5s} 2. Nc3 Nf6 {-0.07/32 9.3s} 3. Nf3 Nc6 {-0.13/27 0.79s}
4. e4 Bb4 {-0.09/29 3.6s} 5. d3 d6 {-0.07/28 2.6s} 6. a3 O-O {-0.28/30 12s}
7. axb4 {+7.53/26 1.5s} Nxb4 {-7.08/23 3.1s} 8. h3 {+7.51/27 6.5s}
Nd7 {-7.10/22 1.3s} 9. Bg5 {+7.24/30 16s} f6 {-6.67/24 1.3s}
10. Be3 {+7.32/24 1.3s} Nc5 {-6.68/23 2.0s} 11. Be2 {+7.24/24 3.3s}
Qe8 {-7.00/27 6.3s} 12. O-O {+7.69/24 5.7s} f5 {-7.22/20 1.4s}
13. Bxc5 {+7.67/22 2.1s} dxc5 {-6.97/24 2.9s} 14. Nd5 {+7.63/23 1.8s}
Nxd5 {-7.02/23 3.1s} 15. exd5 {+7.44/26 3.3s} e4 {-7.15/22 2.0s}
16. dxe4 {+7.56/24 2.4s} fxe4 {-7.21/21 1.7s} 17. Nh2 {+7.63/23 2.0s}
a5 {-7.18/23 2.0s} 18. d6 {+7.57/24 2.5s} Qc6 {-7.38/22 1.7s}
19. dxc7 {+7.89/25 2.0s} Qxc7 {-7.46/26 2.9s} 20. Qd5+ {+7.96/24 4.1s}
Kh8 {-7.46/23 1.7s} 21. Qxe4 {+8.02/22 2.0s} Bf5 {-7.51/22 1.7s}
22. Qe3 {+7.88/24 2.8s} Rfe8 {-7.49/22 1.6s} 23. Qg5 {+8.02/25 3.8s}
Rxe2 {-7.61/21 2.6s} 24. Qxf5 {+8.16/22 2.5s} Rxb2 {-7.54/23 3.8s}
25. Rfe1 {+8.20/22 4.3s} Qd8 {-7.83/24 6.2s} 26. Ng4 {+8.03/20 1.7s}
b6 {-7.38/17 0.46s} 27. Qe4 {+8.42/21 1.9s} Qf8 {-7.67/22 1.2s}
28. Ra3 {+9.37/22 1.9s} h5 {-8.95/21 2.3s} 29. Rf3 {+13.22/19 2.3s}
Qe8 {-12.22/17 1.3s} 30. Ne5 {+16.77/18 2.0s} Kg8 {-13.86/15 0.52s}
31. Qd5+ {+20.29/17 2.1s} Kh7 {-15.54/16 0.83s} 32. Rf7 {+27.72/18 1.8s}
Rb1 {-18.71/16 1.6s} 33. Rxb1 {+M45/24 1.2s} b5 {-15.41/15 0.76s}
34. Qe4+ {+M21/34 1.2s} Kg8 {-15.99/15 0.60s} 35. Re1 {+M19/35 1.1s}
Ra6 {-20.19/18 1.6s} 36. Qb7 {+M17/38 1.3s} Rg6 {-21.28/17 0.76s}
37. Re7 {+M15/41 1.2s} Qxe7 {-M14/43 0.63s} 38. Qxe7 {+M13/51 1.1s}
Rf6 {-M12/41 0.28s} 39. Nd7 {+M11/53 1.00s} Rf7 {-M10/52 0.34s}
40. Qe8+ {+M9/68 0.99s} Rf8 {-M8/92 0.46s} 41. Nxf8 {+M7/144 1.1s}
bxc4 {-M6/245 0.097s} 42. Nd7+ {+M5/245 0.079s} Kh7 43. Qxh5+ Kg8
44. Re8# {White mates} 1-0
[Event "test 2a"]
[Site "dual xeon e5-2660v3"]
[Date "2024.11.21"]
[Round "1"]
[White "StockfishMZ 170522 Bin Book"]
[Black "StockfishMZ 170522 Exp Book False"]
[Result "1-0"]
[ECO "A22"]
[GameDuration "00:03:16"]
[Opening "English Opening"]
[PlyCount "83"]
[Termination "adjudication"]
[TimeControl "60+1"]
1. c4 e5 {-0.08/30 5.5s} 2. Nc3 Nf6 {-0.07/32 9.3s} 3. Nf3 Nc6 {-0.05/29 0.95s}
4. e4 Bb4 {-0.10/29 8.5s} 5. d3 d6 {-0.17/23 1.3s} 6. a3 O-O {-0.77/28 12s}
7. axb4 {+7.53/26 1.5s} Nxb4 {-7.07/25 3.4s} 8. h3 {+7.51/27 6.6s}
c6 {-7.03/24 4.4s} 9. Be2 {+7.24/25 3.7s} d5 {-7.00/24 4.3s}
10. cxd5 {+7.28/24 3.8s} cxd5 {-6.94/21 0.99s} 11. exd5 {+7.21/23 1.9s}
Re8 {-6.94/22 1.7s} 12. Bg5 {+7.21/24 2.3s} Nbxd5 {-6.79/20 1.5s}
13. Nxd5 {+7.28/22 2.2s} Qxd5 {-6.90/21 2.5s} 14. O-O {+7.04/23 3.1s}
a5 {-6.90/22 1.8s} 15. Re1 {+6.90/21 2.7s} h6 {-7.02/20 1.5s}
16. Bxf6 {+7.02/23 8.6s} gxf6 {-6.65/19 2.2s} 17. Bf1 {+7.09/23 3.4s}
Bd7 {-6.85/22 4.8s} 18. Nd2 {+7.36/22 4.1s} f5 {-7.12/24 8.5s}
19. Nc4 {+7.39/21 1.4s} Ra6 {-7.30/20 0.83s} 20. d4 {+7.77/22 1.9s}
exd4 {-7.25/21 0.69s} 21. Ne3 {+8.15/20 1.8s} Qc5 {-7.94/21 1.8s}
22. Rc1 {+8.08/24 3.4s} Qb4 {-7.84/19 1.6s} 23. Bxa6 {+8.95/24 5.6s}
dxe3 {-7.53/16 0.32s} 24. Qxd7 {+10.09/19 1.9s} exf2+ {-9.68/18 1.8s}
25. Kxf2 {+10.53/19 2.8s} Rxe1 {-9.55/16 1.5s} 26. Rxe1 {+11.06/18 3.0s}
Kg7 {-10.20/17 2.0s} 27. Qxf5 {+11.65/19 3.4s} Qb6+ {-10.37/16 1.0s}
28. Kg3 {+12.50/19 2.3s} Qxb2 {-11.09/19 1.2s} 29. Qe5+ {+152.58/33 2.0s}
Qxe5+ {-152.56/25 0.35s} 30. Rxe5 {+152.59/32 2.8s} a4 {-152.60/24 0.27s}
31. Bxb7 {+152.61/29 1.7s} a3 {-152.62/26 0.38s} 32. Ra5 {+152.62/30 2.3s}
a2 {-152.62/26 0.38s} 33. Rxa2 {+152.63/29 1.5s} h5 {-152.63/27 0.87s}
34. Ra5 {+152.64/28 1.7s} h4+ {-152.64/26 0.74s} 35. Kxh4 {+152.65/28 1.9s}
Kf8 {-152.65/17 0.49s} 36. Kg3 {+M25/24 4.8s} Ke7 {-M22/29 3.8s}
37. Bf3 {+M23/24 0.61s} f6 {-M20/24 0.25s} 38. h4 {+M19/26 2.3s}
f5 {-M18/23 0.34s} 39. h5 {+M17/26 1.0s} Kf7 {-M14/28 1.6s}
40. Ra6 {+M13/29 2.5s} Kf8 {-M12/28 0.75s} 41. h6 {+M11/30 0.47s}
f4+ {-M10/37 0.25s}
42. Kxf4 {+M9/42 0.55s, White wins by adjudication: SyzygyTB} 1-0
[Event "test 2a"]
[Site "dual xeon e5-2660v3"]
[Date "2024.11.21"]
[Round "1"]
[White "StockfishMZ 170522 Bin Book"]
[Black "StockfishMZ 170522 Exp Book False"]
[Result "1-0"]
[ECO "A22"]
[GameDuration "00:04:16"]
[Opening "English Opening"]
[PlyCount "149"]
[TimeControl "60+1"]
1. c4 e5 {-0.08/30 5.6s} 2. Nc3 Nf6 {-0.07/32 9.3s} 3. Nf3 Nc6 {-0.08/28 1.0s}
4. e4 Bb4 {-0.01/28 5.1s} 5. d3 d6 {-0.07/26 1.2s} 6. a3 Bc5 {0.00/28 12s}
7. b4 {+0.20/20 2.1s} Bb6 {-0.11/21 1.0s} 8. Be3 {+0.23/20 1.6s}
Nd4 {-0.14/29 12s} 9. Bxd4 {+0.34/22 1.7s} exd4 {-0.14/25 10s}
10. Nd5 {+0.24/23 1.5s} Nxd5 {-0.18/20 0.75s} 11. exd5 {+0.42/23 1.9s}
O-O {-0.18/20 0.91s} 12. Be2 {+0.31/23 2.2s} a5 {-0.19/22 2.5s}
13. O-O {+0.28/22 1.7s} Re8 {-0.26/20 0.76s} 14. Re1 {+0.22/21 2.0s}
Bd7 {-0.18/19 0.99s} 15. g3 {+0.46/21 4.4s} h6 {0.00/22 4.4s}
16. Rb1 {+0.36/22 7.4s} axb4 {-0.29/24 5.9s} 17. axb4 {+0.58/18 1.5s}
Qf6 {-0.27/21 2.0s} 18. Nd2 {+0.37/22 3.2s} Qe5 {-0.43/17 1.2s}
19. Qb3 {+0.63/20 4.9s} Bh3 {0.00/14 0.35s} 20. Ne4 {+0.85/18 1.5s}
Qe7 {-0.49/17 1.5s} 21. Bf1 {+1.03/20 3.1s} Bg4 {-0.50/12 0.17s}
22. Rec1 {+1.28/18 1.8s} f5 {-0.75/18 0.72s} 23. Nd2 {+1.14/18 1.9s}
Qg5 {-0.83/12 0.27s} 24. Qb2 {+1.34/20 5.4s} f4 {-0.99/16 2.1s}
25. Ne4 {+1.80/21 5.3s} Qh5 {-1.01/14 0.18s} 26. c5 {+1.52/23 4.1s}
Ba7 {-0.88/16 0.39s} 27. Ra1 {+1.20/23 3.8s} Bf3 {-0.83/17 0.53s}
28. cxd6 {+1.30/22 1.6s} cxd6 {-1.12/19 1.3s} 29. Rc7 {+1.17/24 2.6s}
Bb6 {-1.19/17 0.51s} 30. Rxa8 {+1.30/23 2.1s} Bxc7 {-1.17/20 1.2s}
31. Rxe8+ {+1.14/23 2.0s} Qxe8 {-1.16/18 0.49s} 32. Bg2 {+1.13/24 4.4s}
Bxe4 {-1.37/19 0.84s} 33. Bxe4 {+0.37/23 3.7s} h5 {-1.09/20 2.3s}
34. Qc1 {+0.99/22 1.8s} Qf7 {-1.25/18 0.59s} 35. gxf4 {+1.14/22 1.5s}
g6 {-1.09/18 0.85s} 36. Kf1 {+1.09/21 2.2s} Kg7 {-1.14/18 0.96s}
37. f5 {+0.95/21 1.6s} gxf5 {-1.16/19 0.75s} 38. Bxf5 {+0.90/20 1.7s}
Bd8 {-1.12/16 0.42s} 39. Qf4 {+0.85/19 1.1s} Qf6 {-1.11/17 0.60s}
40. Qg3+ {+2.06/20 1.2s} Qg5 {-1.41/18 0.84s} 41. f4 {+1.44/35 3.2s}
Qxg3 {-2.94/22 1.8s} 42. hxg3 {+1.24/30 1.8s} b6 {-2.63/21 0.85s}
43. Ke2 {+1.28/31 1.2s} Kf6 {-1.83/20 0.75s} 44. Be6 {+1.16/33 1.5s}
Kg6 {-1.40/20 0.50s} 45. Kf3 {+1.14/29 0.61s} Bf6 {-1.07/21 0.63s}
46. Bd7 {+1.06/31 1.1s} Kf7 {-1.02/22 0.56s} 47. Ba4 {+1.15/30 1.2s}
Be7 {-0.98/25 0.74s} 48. Kf2 {+1.09/35 1.2s} Bf6 {-1.10/27 1.0s}
49. Kf3 {+0.99/33 1.8s} Bd8 {-1.00/29 0.72s} 50. Ke4 {+4.52/33 4.8s}
h4 {-5.18/20 3.9s} 51. g4 {+4.84/15 0.28s} h3 {-5.19/18 0.41s}
52. Bd1 {+5.08/17 0.51s} Kg6 {-6.59/20 3.7s} 53. g5 {+6.01/17 0.44s}
b5 {-7.25/17 1.5s} 54. Bf3 {+6.53/16 0.48s} Bb6 {-7.28/14 0.37s}
55. Bh1 {+7.49/19 1.4s} Kf7 {-7.07/14 0.38s} 56. Kf5 {+8.04/15 0.45s}
h2 {-7.92/17 2.1s} 57. Bg2 {+8.21/16 0.61s} Bd8 {-8.95/16 1.2s}
58. Kg4 {+8.79/17 0.79s} Kg7 {-9.14/16 1.0s} 59. Kg3 {+10.58/20 1.8s}
Kf7 {-9.71/17 1.0s} 60. Kxh2 {+10.67/16 0.42s} Kg6 {-10.02/18 1.0s}
61. Be4+ {+12.50/17 0.83s} Kf7 {-10.95/17 1.0s} 62. Kh3 {+13.90/20 2.9s}
Bc7 {-13.53/17 1.0s} 63. Kg4 {+13.90/17 0.45s} Bd8 {-15.37/16 1.0s}
64. f5 {+18.52/18 0.83s} Ke7 {-16.75/18 1.00s} 65. f6+ {+22.38/17 0.75s}
Kd7 {-23.47/17 1.0s} 66. Kf5 {+152.45/29 0.75s} Kc8 {-152.44/22 1.00s}
67. g6 {+M17/35 0.68s} Kd7 {-M16/27 0.63s} 68. g7 {+M15/47 0.65s}
Kc8 {-M14/37 0.46s} 69. g8=Q {+M13/51 0.72s} Kc7 {-M12/50 0.29s}
70. f7 {+M11/61 0.77s} Be7 {-M10/63 0.44s} 71. Ke6 {+M9/76 0.77s}
Kb7 {-M8/96 0.48s} 72. Kxe7 {+M7/142 0.82s} Ka6 {-M6/245 0.15s}
73. f8=Q {+M5/245 0.10s} Kb7 74. Qb8+ Ka6 75. Qgc8# {White mates} 1-0
[Event "test 2a"]
[Site "dual xeon e5-2660v3"]
[Date "2024.11.21"]
[Round "1"]
[White "StockfishMZ 170522 Bin Book"]
[Black "StockfishMZ 170522 Exp Book False"]
[Result "1-0"]
[ECO "A22"]
[GameDuration "00:03:57"]
[Opening "English Opening"]
[PlyCount "129"]
[TimeControl "60+1"]
1. c4 e5 {-0.17/27 5.5s} 2. Nc3 Nf6 {-0.03/26 2.3s} 3. Nf3 Nc6 {-0.08/26 1.4s}
4. e4 Bb4 {-0.02/29 6.2s} 5. d3 d6 {-0.09/26 1.1s} 6. a3 O-O {-0.24/28 13s}
7. axb4 {+7.36/21 1.5s} Nxb4 {-7.07/23 3.5s} 8. h3 {+7.60/23 5.2s}
Nd7 {-7.02/19 1.4s} 9. Be2 {+7.65/22 5.1s} a5 {-6.92/20 2.5s}
10. Be3 {+7.38/20 1.6s} Nc5 {-6.66/21 3.3s} 11. Nxe5 {+7.68/21 2.6s}
f5 {-7.42/25 15s} 12. Nf3 {+7.53/21 3.4s} b6 {-7.23/21 3.1s}
13. O-O {+7.54/20 2.7s} f4 {-7.30/18 0.79s} 14. Bxc5 {+7.69/22 7.4s}
bxc5 {-7.37/24 8.7s} 15. d4 {+7.73/21 1.7s} Qe8 {-7.33/20 0.96s}
16. Kh2 {+7.63/21 4.1s} g5 {-7.47/22 4.8s} 17. Nxg5 {+7.70/21 4.3s}
cxd4 {-7.39/17 0.97s} 18. Nd5 {+7.93/21 3.4s} Nc6 {-7.68/18 2.5s}
19. Nf3 {+7.84/17 1.3s} Rb8 {-7.16/14 0.30s} 20. Nxd4 {+7.93/18 1.9s}
Ne5 {-8.25/16 1.1s} 21. Bh5 {+8.39/18 1.8s} Qd8 {-7.43/15 0.44s}
22. Nf3 {+7.91/20 3.4s} c6 {-7.72/22 2.7s} 23. Nxf4 {+8.37/21 2.1s}
Qf6 {-7.91/16 1.1s} 24. Nd3 {+8.60/19 1.7s} Nxc4 {-8.21/15 0.25s}
25. Qc1 {+8.75/19 2.2s} d5 {-8.58/17 1.8s} 26. Re1 {+8.99/19 2.2s}
Rb3 {-8.12/13 0.18s} 27. e5 {+9.40/21 3.0s} Qg7 {-8.84/19 1.8s}
28. Qc2 {+9.52/21 5.1s} Rxd3 {-8.79/15 0.46s} 29. Qxd3 {+9.24/19 1.7s}
Qh6 {-8.75/13 0.23s} 30. e6 {+9.63/24 8.9s} Qxh5 {-8.90/18 1.00s}
31. Qc3 {+9.92/20 6.9s} c5 {-9.91/16 2.2s} 32. e7 {+10.61/16 0.76s}
Re8 {-10.00/14 0.46s} 33. b3 {+10.42/17 1.3s} Bb7 {-10.30/16 1.7s}
34. Qf6 {+11.08/17 1.4s} Ne3 {-11.10/15 1.1s} 35. Qe6+ {+11.92/16 1.5s}
Qf7 {-11.75/13 0.36s} 36. Qxe3 {+12.50/15 0.90s} d4 {-11.51/12 0.30s}
37. Qg5+ {+13.51/13 0.77s} Qg6 {-13.22/16 2.2s} 38. Qxc5 {+12.98/15 1.6s}
d3 {-12.92/12 0.24s} 39. Qd4 {+14.10/15 1.2s} Qc6 {-12.50/15 1.5s}
40. Qxd3 {+14.13/15 1.2s} Qc7+ {-13.93/14 1.3s} 41. Kh1 {+14.93/14 0.82s}
Rxe7 {-14.06/15 1.2s} 42. Rxe7 {+14.84/15 0.91s} Qxe7 {-15.10/15 0.77s}
43. Rxa5 {+15.73/15 1.0s} Kf8 {-15.30/15 1.2s} 44. Rf5+ {+152.50/23 0.86s}
Ke8 {-15.01/14 0.35s} 45. Re5 {+152.60/27 1.8s} Bc8 {-152.59/26 1.6s}
46. Qxh7 {+152.62/28 0.80s} Be6 {-152.56/22 0.18s} 47. Qxe7+ {+152.62/27 0.93s}
Kxe7 {-152.63/27 0.83s} 48. Rxe6+ {+152.63/27 1.1s} Kxe6 {-152.65/29 0.96s}
49. g3 {+152.65/20 4.1s} Kd7 {-152.65/14 0.75s} 50. Kg2 {+152.65/20 0.36s}
Kc6 {-152.65/18 2.1s} 51. Ng5 {+152.65/22 2.1s} Kd5 {-152.65/15 0.44s}
52. h4 {+152.65/20 0.74s} Kd6 {-152.65/16 0.58s} 53. Nf3 {+152.65/21 0.95s}
Kd7 {-152.65/21 2.0s} 54. h5 {+152.65/18 0.21s} Kc6 {-152.65/17 0.57s}
55. h6 {+152.65/16 0.42s} Kd7 {-M24/21 1.3s} 56. h7 {+M19/23 1.9s}
Kc6 {-M20/22 0.71s} 57. h8=Q {+M17/20 0.23s} Kc5 {-M14/23 0.99s}
58. Qd4+ {+M15/21 0.44s} Kc6 {-M12/23 0.26s} 59. g4 {+M13/24 0.76s}
Kb7 {-M14/22 0.33s} 60. g5 {+M11/24 0.75s} Kc7 {-M10/28 0.83s}
61. g6 {+M9/27 0.71s} Kb7 {-M8/47 0.57s} 62. g7 {+M7/77 0.66s}
Ka6 {-M6/245 0.26s} 63. g8=Q {+M5/245 0.28s} Ka5 64. Qa8+ Kb5
65. Qaa4# {White mates} 1-0
-
- Posts: 66
- Joined: Sun Jun 25, 2023 3:30 pm
- Real Name: botunnet
- Location: Hrvatska Republika
- Contact:
Re: Can you do this test ?
0 loss
Re: Can you do this test ?
Thank you !maad59 wrote: Wed Nov 20, 2024 1:49 pm I downloaded Eman 8.6 and run the tests you recommend and got these results:
Test 1a
bestmove g2g4
Test 1b
bestmove d2d4 ponder g8f6
Regards
I hope you will find some free time to run the test 2...
Last edited by deeds on Fri Nov 22, 2024 11:52 am, edited 2 times in total.