New engine: Mora

Discussion of anything and everything relating to chess playing software and machines.

Moderators: hgm, Rebel, chrisw

jp
Posts: 1470
Joined: Mon Apr 23, 2018 7:54 am

Re: New engine: Mora

Post by jp »

gonzaloarro wrote: Wed Sep 18, 2019 6:50 am
MikeB wrote: Wed Sep 18, 2019 12:49 am Do you know your searches are non-deterministic with one core/thread ( at least for me) .
I think I know why. It's because the set of Zobrist keys used for hashing are generated at random when the engine starts. For 2 different executions of the program, the entries in the tranposition table are going to be different. The final results should be the same if the engine would inspect the whole search tree no matter the transposition table, but I also used some pruning techniques. So when you combine that with different values from the tranposition table it can finally lead to non deterministic searches.

Non determinism was definitely a big problem when I had to test the engine, but I think it shouldn't affect the strength.
What does Stockfish (or other open-source engines) do? Is there an easy way to hack SF so you can turn on non-determinism in they way your engine has it? Sometimes you want it (e.g. playing a bookless match), and maybe you want more than just multi-threading to provide it.
User avatar
MikeB
Posts: 4889
Joined: Thu Mar 09, 2006 6:34 am
Location: Pen Argyl, Pennsylvania

Re: New engine: Mora

Post by MikeB »

jp wrote: Thu Sep 19, 2019 6:45 am
gonzaloarro wrote: Wed Sep 18, 2019 6:50 am
MikeB wrote: Wed Sep 18, 2019 12:49 am Do you know your searches are non-deterministic with one core/thread ( at least for me) .
I think I know why. It's because the set of Zobrist keys used for hashing are generated at random when the engine starts. For 2 different executions of the program, the entries in the tranposition table are going to be different. The final results should be the same if the engine would inspect the whole search tree no matter the transposition table, but I also used some pruning techniques. So when you combine that with different values from the tranposition table it can finally lead to non deterministic searches.

Non determinism was definitely a big problem when I had to test the engine, but I think it shouldn't affect the strength.
What does Stockfish (or other open-source engines) do? Is there an easy way to hack SF so you can turn on non-determinism in they way your engine has it? Sometimes you want it (e.g. playing a bookless match), and maybe you want more than just multi-threading to provide it.
Honey X5j has a "variety" option which is used with a "Jekyll & Hyde"option to maximize variety . The settings below are the max setting for max variety and it plays crazy moves often ...a good setting for more normal play is using 8 or below for both. If either setting is set to zero - it is off.

start Honey

Code: Select all

Mac-Pro:cluster.mfb michaelbyrne$ Honey-X5j
Honey X5j by M. Byrne and scores of others...
set Variety 15
Confirmation: Variety set to 15  // value 0 is off, value 15 is max variety
set Jekyll_&_Hyde 15
Confirmation: Jekyll_&_Hyde set to 15 //value 0 is off , value 15 is max craziness 
set Clean_Search true   // just noticed this needs to be fixed , next update coming soon 
Confirmation: Clean_Search set to true
set Minimal_Output true
Confirmation: Minimal_Output set to true
1st run
max variety - will play crazy moves

Code: Select all

ucinewgame
go depth 12
info depth 1 seldepth 1 multipv 1 score cp 5983 nodes 20 nps 10000 tbhits 0 time 2 pv e2e4
info depth 2 seldepth 2 multipv 1 score cp 5650 nodes 58 nps 29000 tbhits 0 time 2 pv e2e4 b7b6
info depth 3 seldepth 3 multipv 1 score cp 5622 nodes 125 nps 62500 tbhits 0 time 2 pv e2e4 b7b6 f1c4
info depth 4 seldepth 4 multipv 1 score cp 5296 nodes 448 nps 224000 tbhits 0 time 2 pv e2e4 e7e6 f1c4 g7g6
info depth 5 seldepth 5 multipv 1 score cp 5655 lowerbound nodes 472 nps 157333 tbhits 0 time 3 pv e2e4 e7e6 f1c4 g7g6 d1f3
info depth 6 seldepth 8 multipv 1 score cp 5711 lowerbound nodes 718 nps 179500 tbhits 0 time 4 pv e2e3 e7e6 e3e4 d7d6 b2b4
info depth 7 seldepth 17 multipv 1 score cp 6144 lowerbound nodes 5257 nps 404384 tbhits 0 time 13 pv d2d4 d7d5 e2e3 b7b6 c2c3 c8d7 d1d3
info depth 8 seldepth 28 multipv 1 score cp 5695 nodes 17397 nps 457815 tbhits 0 time 38 pv c2c3 b7b6 d2d4 e7e6 d1a4 g7g6
info depth 9 seldepth 17 multipv 1 score cp 5783 lowerbound nodes 18436 nps 449658 tbhits 0 time 41 pv c2c3 b7b6 e2e4 e7e6 d2d3 c8b7 g1e2 g7g6 d1b3 g8e7 b3a4 b7c6 a4d4
info depth 10 seldepth 25 multipv 1 score cp 5971 lowerbound nodes 24120 nps 455094 tbhits 0 time 53 pv c2c3 b7b6 e2e4 e7e6 d2d3 c8b7 g1f3 g8e7 b1a3 g7g6 a1b1 c7c5 c1d2
info depth 11 seldepth 32 multipv 1 score cp 6081 lowerbound nodes 30510 nps 455373 tbhits 0 time 67 pv c2c3 b7b6 e2e4 e7e6 d2d4 g8e7 f1d3 e7g6 g1e2 f8e7 e1g1 e8g8 e2f4 g6f4 c1f4 c8b7 f1e1
info depth 12 seldepth 33 multipv 1 score cp 6341 lowerbound nodes 38974 nps 447977 tbhits 0 time 87 pv c2c3 b7b6 e2e4 e7e6 d2d4 g8e7 f1d3 e7g6 d3c2 f8e7 g1e2 e8g8 e4e5
bestmove c2c3 ponder b7b6

Code: Select all

ucinewgame
go depth 12
info depth 1 seldepth 1 multipv 1 score cp 5983 nodes 20 nps 20000 tbhits 0 time 1 pv e2e4
info depth 2 seldepth 2 multipv 1 score cp 6014 nodes 77 nps 77000 tbhits 0 time 1 pv c2c4 d7d6
info depth 3 seldepth 4 multipv 1 score cp 6014 nodes 132 nps 132000 tbhits 0 time 1 pv c2c4 d7d6 d1a4 b7b5 c4b5
info depth 4 seldepth 5 multipv 1 score cp 5455 nodes 358 nps 179000 tbhits 0 time 2 pv c2c3 d7d6 d1a4 b7b5 a4a3
info depth 5 seldepth 6 multipv 1 score cp 5451 nodes 602 nps 301000 tbhits 0 time 2 pv e2e4 d7d6 c2c3 b8c6 d1a4
info depth 6 seldepth 8 multipv 1 score cp 5747 lowerbound nodes 853 nps 284333 tbhits 0 time 3 pv a2a3 d7d5 e2e4 b8c6 e4d5 d8d5
info depth 7 seldepth 16 multipv 1 score cp 5630 lowerbound nodes 2050 nps 341666 tbhits 0 time 6 pv g1f3 d7d6 e2e3 g8f6 e3e4 f6e4
info depth 8 seldepth 21 multipv 1 score cp 5715 lowerbound nodes 4234 nps 384909 tbhits 0 time 11 pv g1f3 d7d6 e2e3 g8f6 e3e4 b8c6 f1c4 f6e4 e1g1 b7b5 f1e1 b5c4 e1e4 f7f6 e4c4 c6e5 f3e5
info depth 9 seldepth 27 multipv 1 score cp 5447 lowerbound nodes 15826 nps 452171 tbhits 0 time 35 pv e2e4 b8c6 a2a3 e7e5 g1f3 f8c5 c2c3 g8f6 d2d4
info depth 10 seldepth 42 multipv 1 score cp 5464 lowerbound nodes 49461 nps 426387 tbhits 0 time 116 pv a2a3 d7d5 e2e3 e7e5 d1h5 c7c6 e3e4
info depth 11 seldepth 37 multipv 1 score cp 5521 lowerbound nodes 109628 nps 421646 tbhits 0 time 260 pv a2a3 e7e6 e2e4 d8h4 g1f3 h4e4 d1e2 e4c2 b1c3 f8e7 e2e4 c2e4 c3e4 d7d6 e4g5
info depth 12 seldepth 44 multipv 1 score cp 5419 lowerbound nodes 229763 nps 411761 tbhits 0 time 558 pv a2a3 b8c6 d2d4 e7e5 d4e5 c6e5 b1c3 e5g4 c1e3 g4e3 f2e3 d8g5 h2h4
bestmove a2a3 ponder b8c6

Code: Select all

ucinewgame
go depth 12
info depth 1 seldepth 1 multipv 1 score cp 5983 nodes 20 nps 20000 tbhits 0 time 1 pv e2e4
info depth 2 seldepth 2 multipv 1 score cp 5703 nodes 58 nps 58000 tbhits 0 time 1 pv e2e4 b7b6
info depth 3 seldepth 3 multipv 1 score cp 5675 nodes 125 nps 125000 tbhits 0 time 1 pv e2e4 b7b6 f1c4
info depth 4 seldepth 4 multipv 1 score cp 6194 lowerbound nodes 249 nps 124500 tbhits 0 time 2 pv h2h4 b7b6 b1a3 e7e6
info depth 5 seldepth 5 multipv 1 score cp 6202 lowerbound nodes 402 nps 201000 tbhits 0 time 2 pv h2h4 b7b6 a2a4
info depth 6 seldepth 6 multipv 1 score cp 5891 nodes 659 nps 219666 tbhits 0 time 3 pv h2h4 e7e5
info depth 7 seldepth 11 multipv 1 score cp 6364 lowerbound nodes 1379 nps 344750 tbhits 0 time 4 pv a2a4 b7b6 e2e4 e7e6 a4a5 b6a5 a1a5 d7d5 e4d5 e6d5 h2h4 d8e7 d1e2 e7e2 g1e2
info depth 8 seldepth 17 multipv 1 score cp 6058 nodes 7605 nps 422500 tbhits 0 time 18 pv h2h4 e7e6 e2e4 d7d5 e4d5 d8d5 d1e2 d5f5
info depth 9 seldepth 24 multipv 1 score cp 5435 lowerbound nodes 21222 nps 451531 tbhits 0 time 47 pv d2d4 e7e6 c2c3 b7b6 h2h4 g8e7 c1g5 c8b7 g5e7 e8e7
info depth 10 seldepth 23 multipv 1 score cp 5715 lowerbound nodes 21803 nps 454229 tbhits 0 time 48 pv d2d4 e7e6 c2c3 b7b6 h2h4 g8e7 c1g5 c8b7 g5e7 e8e7 d1d2 b7e4 g1f3 e4f3 e2f3 d7d6 d4d5 e6d5 d2d5 b8d7 b1d2
info depth 11 seldepth 32 multipv 1 score cp 5719 lowerbound nodes 27358 nps 455966 tbhits 0 time 60 pv d2d4 e7e6 c2c3 d7d5 e2e4 d5e4 b1d2 b8d7 d2e4 b7b6 d1f3 d7f6 e4f6
info depth 12 seldepth 28 multipv 1 score cp 5763 lowerbound nodes 33637 nps 454554 tbhits 0 time 74 pv d2d4 e7e6 e2e4 d7d5 e4d5 e6d5 c2c3
bestmove d2d4 ponder e7e6
moderate variety

Code: Select all

set Variety 8 
Confirmation: Variety set to 8
set Jekyll_&_Hyde 8 
Confirmation: Jekyll_&_Hyde set to 8

Code: Select all

ucinewgame
go depth 12
info depth 1 seldepth 1 multipv 1 score cp 5983 nodes 20 nps 10000 tbhits 0 time 2 pv e2e4
info depth 2 seldepth 2 multipv 1 score cp 5767 nodes 58 nps 29000 tbhits 0 time 2 pv e2e4 b7b6
info depth 3 seldepth 3 multipv 1 score cp 5739 nodes 126 nps 63000 tbhits 0 time 2 pv e2e4 b7b6 f1c4
info depth 4 seldepth 4 multipv 1 score cp 5659 nodes 287 nps 143500 tbhits 0 time 2 pv d2d4 e7e6 e2e4
info depth 5 seldepth 5 multipv 1 score cp 5292 nodes 904 nps 301333 tbhits 0 time 3 pv d2d4 d7d5 e2e3
info depth 6 seldepth 7 multipv 1 score cp 5419 nodes 1852 nps 370400 tbhits 0 time 5 pv d2d4 d7d5 d1d3
info depth 7 seldepth 9 multipv 1 score cp 5193 nodes 7244 nps 557230 tbhits 0 time 13 pv e2e3 e7e6 a2a3 c7c6 c2c4 d7d5 b1c3
info depth 8 seldepth 11 multipv 1 score cp 5349 nodes 12810 nps 582272 tbhits 0 time 22 pv d2d4 d7d5 c2c4 c7c6 b1c3 g8f6 c4d5 f6d5
info depth 9 seldepth 12 multipv 1 score cp 5345 nodes 21715 nps 571447 tbhits 0 time 38 pv d2d4 d7d5 c2c4 b8c6 b1c3 e7e6 c4c5 f8e7 g1f3 g8f6 c1g5
info depth 10 seldepth 16 multipv 1 score cp 5284 nodes 48521 nps 570835 tbhits 0 time 85 pv c2c4 b8c6 d2d4 e7e6 d4d5 c6e5 g1f3 f8b4 c1d2 e5f3 e2f3
info depth 11 seldepth 18 multipv 1 score cp 5325 nodes 80433 nps 574521 tbhits 0 time 140 pv e2e3 e7e6 d2d4 c7c6 c1d2 d7d5 f1d3 g8f6 b1c3 f8d6 g1f3 e8g8
info depth 12 seldepth 17 multipv 1 score cp 5284 nodes 114156 nps 579472 tbhits 0 time 197 pv e2e4 e7e5 d2d4 d7d5 d4e5 d5e4 d1d8 e8d8 g1e2 b8c6 e2g3 c8d7 g3e4 c6e5
bestmove e2e4 ponder e7e5

Code: Select all

ucinewgame 
go depth 12
info depth 1 seldepth 1 multipv 1 score cp 5983 nodes 20 nps 10000 tbhits 0 time 2 pv e2e4
info depth 2 seldepth 2 multipv 1 score cp 5537 nodes 58 nps 29000 tbhits 0 time 2 pv e2e4 b7b6
info depth 3 seldepth 3 multipv 1 score cp 5508 nodes 127 nps 63500 tbhits 0 time 2 pv e2e4 b7b6 f1c4
info depth 4 seldepth 4 multipv 1 score cp 5275 nodes 479 nps 159666 tbhits 0 time 3 pv c2c4 d7d6 e2e4 e7e6
info depth 5 seldepth 7 multipv 1 score cp 5234 nodes 1372 nps 343000 tbhits 0 time 4 pv d2d4 c7c6 e2e4
info depth 6 seldepth 8 multipv 1 score cp 5165 nodes 2106 nps 421200 tbhits 0 time 5 pv e2e4 e7e6 d2d4 f8b4 c1d2
info depth 7 seldepth 10 multipv 1 score cp 5614 lowerbound nodes 3998 nps 444222 tbhits 0 time 9 pv d2d4
info depth 8 seldepth 10 multipv 1 score cp 5189 nodes 11121 nps 585315 tbhits 0 time 19 pv c2c3 b8c6 d2d4 e7e6 g1f3
info depth 9 seldepth 11 multipv 1 score cp 5320 nodes 14399 nps 575960 tbhits 0 time 25 pv g1f3 e7e6 d2d4
info depth 10 seldepth 13 multipv 1 score cp 5292 nodes 36075 nps 581854 tbhits 0 time 62 pv g1f3 g8f6 d2d4 d7d5 e2e3 e7e6 c2c3 c8d7 f1d3 f6e4 e1g1 c7c5
info depth 11 seldepth 17 multipv 1 score cp 5316 nodes 84076 nps 587944 tbhits 0 time 143 pv c2c4 d7d5 d2d4 e7e6 e2e3 b8c6 b1c3 g8f6 g1f3 f8b4 f1d3
info depth 12 seldepth 21 multipv 1 score cp 5234 nodes 140495 nps 595317 tbhits 0 time 236 pv c2c4 e7e6 d2d4 g8f6 e2e3 d7d5 c4c5 b8c6 b1c3 d8e7 g1f3 e6e5
bestmove c2c4 ponder e7e6

Code: Select all

ucinewgame
go depth 12
info depth 1 seldepth 1 multipv 1 score cp 5983 nodes 20 nps 20000 tbhits 0 time 1 pv e2e4
info depth 2 seldepth 2 multipv 1 score cp 5598 nodes 58 nps 58000 tbhits 0 time 1 pv e2e4 b7b6
info depth 3 seldepth 3 multipv 1 score cp 5569 nodes 127 nps 127000 tbhits 0 time 1 pv e2e4 b7b6 f1c4
info depth 4 seldepth 4 multipv 1 score cp 5460 nodes 323 nps 161500 tbhits 0 time 2 pv b1c3 b7b6 e2e4
info depth 5 seldepth 5 multipv 1 score cp 5185 nodes 1324 nps 441333 tbhits 0 time 3 pv e2e4 d7d5 d2d4
info depth 6 seldepth 6 multipv 1 score cp 5370 nodes 1371 nps 342750 tbhits 0 time 4 pv e2e4 d7d5 d2d4
info depth 7 seldepth 10 multipv 1 score cp 5267 nodes 5604 nps 509454 tbhits 0 time 11 pv g1f3 g8h6 e2e3 b8c6 c2c4 e7e5
info depth 8 seldepth 10 multipv 1 score cp 5353 nodes 7747 nps 516466 tbhits 0 time 15 pv g1f3 d7d5 e2e3 b8c6 f1b5 a8b8 d2d4
info depth 9 seldepth 13 multipv 1 score cp 5296 nodes 13440 nps 537600 tbhits 0 time 25 pv g1f3 d7d5 e2e3 b8c6 d2d4 g7g6 c2c4 f8g7 b1c3 e7e5
info depth 10 seldepth 17 multipv 1 score cp 5234 nodes 43093 nps 559649 tbhits 0 time 77 pv g1f3 d7d5 d2d4 d8d6 c2c4 d5c4 b1c3 b8c6 d1a4
info depth 11 seldepth 16 multipv 1 score cp 5284 nodes 75415 nps 567030 tbhits 0 time 133 pv g1f3 d7d5 e2e3 g8f6 c2c4 e7e6 b1c3 b8c6 d2d4
info depth 12 seldepth 16 multipv 1 score cp 5271 nodes 118192 nps 573747 tbhits 0 time 206 pv g1f3 d7d5 e2e3 g8f6 f1e2 c7c5 d2d4 c5d4 e2b5 b8c6 e3d4 f6e4 b1c3 e4c3
bestmove g1f3 ponder d7d5
less variety

Code: Select all

set Variety 4 
Confirmation: Variety set to 4
set Jekyll_&_Hyde 4 
Confirmation: Jekyll_&_Hyde set to 4

Code: Select all

ucinewgame
go depth 12
info depth 1 seldepth 1 multipv 1 score cp 5983 nodes 20 nps 10000 tbhits 0 time 2 pv e2e4
info depth 2 seldepth 2 multipv 1 score cp 5959 nodes 55 nps 27500 tbhits 0 time 2 pv e2e4 b7b6
info depth 3 seldepth 3 multipv 1 score cp 5943 nodes 143 nps 71500 tbhits 0 time 2 pv d2d4 e7e6 e2e4
info depth 4 seldepth 4 multipv 1 score cp 6066 lowerbound nodes 161 nps 80500 tbhits 0 time 2 pv d2d4
info depth 5 seldepth 5 multipv 1 score cp 6089 nodes 332 nps 166000 tbhits 0 time 2 pv d2d4 e7e6 d1d2
info depth 6 seldepth 6 multipv 1 score cp 5573 nodes 2264 nps 323428 tbhits 0 time 7 pv e2e4 b8c6 b1c3 e7e6 d2d4 d7d5
info depth 7 seldepth 9 multipv 1 score cp 5398 nodes 4188 nps 418800 tbhits 0 time 10 pv b1c3 b8c6 e2e4 e7e6 d2d4
info depth 8 seldepth 12 multipv 1 score cp 5480 nodes 7298 nps 429294 tbhits 0 time 17 pv b1c3 d7d5 d2d4
info depth 9 seldepth 13 multipv 1 score cp 5460 nodes 13513 nps 500481 tbhits 0 time 27 pv e2e4 d7d5 e4d5 c7c6 d2d4
info depth 10 seldepth 17 multipv 1 score cp 5382 nodes 31778 nps 520950 tbhits 0 time 61 pv e2e4 d7d5 e4d5 d8d5 d1e2 d5e6 h2h4 g8h6 g1f3
info depth 11 seldepth 16 multipv 1 score cp 5406 nodes 57589 nps 518819 tbhits 0 time 111 pv c2c4 g8f6 b1c3
info depth 12 seldepth 18 multipv 1 score cp 5411 nodes 104560 nps 522800 tbhits 0 time 200 pv e2e4 d7d5 e4d5 d8d5 b1c3 d5e6 f1e2
bestmove e2e4 ponder d7d5

Code: Select all

ucinewgame 
go depth 12
info depth 1 seldepth 1 multipv 1 score cp 5983 nodes 20 nps 20000 tbhits 0 time 1 pv e2e4
info depth 2 seldepth 2 multipv 1 score cp 5987 nodes 54 nps 54000 tbhits 0 time 1 pv e2e4 b7b6
info depth 3 seldepth 3 multipv 1 score cp 6458 nodes 132 nps 132000 tbhits 0 time 1 pv d2d4 d7d6 e2e4
info depth 4 seldepth 4 multipv 1 score cp 6042 nodes 325 nps 162500 tbhits 0 time 2 pv d2d4 e7e6 e2e4 b7b6
info depth 5 seldepth 5 multipv 1 score cp 5699 nodes 1029 nps 343000 tbhits 0 time 3 pv e2e4 c7c5 e4e5
info depth 6 seldepth 6 multipv 1 score cp 5406 nodes 3424 nps 428000 tbhits 0 time 8 pv b1c3 d7d5 d2d4 b8c6 e2e4 d5e4
info depth 7 seldepth 8 multipv 1 score cp 5353 nodes 6540 nps 503076 tbhits 0 time 13 pv d2d4 d7d5 g1f3 b8c6 d1d3 g8f6
info depth 8 seldepth 10 multipv 1 score cp 5345 nodes 10455 nps 522750 tbhits 0 time 20 pv d2d4 d7d5 c1f4 b8c6 e2e3 e7e6 g1f3
info depth 9 seldepth 11 multipv 1 score cp 5386 nodes 17000 nps 548387 tbhits 0 time 31 pv d2d4 d7d5 c2c3 g8f6 g1f3 f6e4 b1d2
info depth 10 seldepth 13 multipv 1 score cp 5443 nodes 22835 nps 556951 tbhits 0 time 41 pv d2d4 e7e6 e2e4
info depth 11 seldepth 13 multipv 1 score cp 5390 nodes 36547 nps 545477 tbhits 0 time 67 pv d2d4 d7d5 c2c3 g8f6 g1f3 e7e6 f3e5
info depth 12 seldepth 18 multipv 1 score cp 5390 nodes 89376 nps 528852 tbhits 0 time 169 pv d2d4 d7d5 e2e3 c7c6 g1f3
bestmove d2d4 ponder d7d5

Code: Select all

ucinewgame
go depth 12
info depth 1 seldepth 1 multipv 1 score cp 5983 nodes 20 nps 10000 tbhits 0 time 2 pv e2e4
info depth 2 seldepth 2 multipv 1 score cp 5999 nodes 54 nps 27000 tbhits 0 time 2 pv e2e4 b7b6
info depth 3 seldepth 3 multipv 1 score cp 6469 nodes 132 nps 66000 tbhits 0 time 2 pv d2d4 d7d6 e2e4
info depth 4 seldepth 4 multipv 1 score cp 6183 nodes 298 nps 149000 tbhits 0 time 2 pv d2d4 e7e6 e2e4 b7b6
info depth 5 seldepth 5 multipv 1 score cp 5783 nodes 1742 nps 348400 tbhits 0 time 5 pv b1c3 e7e5 e2e4
info depth 6 seldepth 6 multipv 1 score cp 5398 nodes 3082 nps 385250 tbhits 0 time 8 pv d2d4 d7d5 b1c3 b8d7 g1f3
info depth 7 seldepth 9 multipv 1 score cp 5361 nodes 5780 nps 444615 tbhits 0 time 13 pv d2d4 d7d5 c2c4 e7e6 e2e3 d5c4 b1c3 b8c6
info depth 8 seldepth 11 multipv 1 score cp 5415 nodes 9597 nps 479850 tbhits 0 time 20 pv d2d4 d7d5 c2c4 b8c6 b1c3
info depth 9 seldepth 10 multipv 1 score cp 5357 nodes 12322 nps 492880 tbhits 0 time 25 pv d2d4 d7d5 e2e3 b8c6 c2c4 e7e5 d4e5 d5c4 d1d8 e8d8
info depth 10 seldepth 14 multipv 1 score cp 5411 nodes 35171 nps 517220 tbhits 0 time 68 pv e2e4 d7d5 e4d5 d8d5 b1c3
info depth 11 seldepth 18 multipv 1 score cp 5366 nodes 59181 nps 519131 tbhits 0 time 114 pv e2e4 d7d5 e4d5 d8d5 g1e2 d5f5 b1c3
info depth 12 seldepth 19 multipv 1 score cp 5357 nodes 128406 nps 528419 tbhits 0 time 243 pv e2e4 d7d5 e4d5 g8f6 c2c4 e7e6 d1e2
bestmove e2e4 ponder d7d5
Image
User avatar
MikeB
Posts: 4889
Joined: Thu Mar 09, 2006 6:34 am
Location: Pen Argyl, Pennsylvania

Re: New engine: Mora

Post by MikeB »

A small sample of variety when using the Variety and Jekell & Hyde options both set to 10 with no opening book..

[pgn][Event "Mac Pro x5690 3.46 Ghz "] [Site "Mac-Pro.local"] [Date "2019.09.19"] [Round "1"] [White "Honey X5j"] [Black "Honey X5j"] [Result "0-1"] [TimeControl "10+0"] [Number "1"] [Annotator "1. +51.93 1... +48.93"] 1. d4 {+51.93/14 +9} d5 {+48.93/13 +9} 2. c4 {+52.10/11 +8} dxc4 {+49.51/11 +9} 3. Nf3 {+52.55/13 +8} Nf6 {+47.00/15 +8} 4. e3 {+51.85/12 +8} Be6 {+47.70/14 +7} 5. Nc3 {+52.10/13 +8} c6 {+47.70/13 +6} 6. Ng5 {+52.14/14 +7} Bg4 {+47.74/12 +6} 7. f3 {+52.14/12 +7} Bh5 {+46.59/12 +6} 8. Bxc4 {+52.43/13 +7} h6 {+47.82/12 +6} 9. Nh3 {+53.16/12 +7} e5 {+48.03/14 +5} 10. dxe5 {+52.67/12 +7} Qxd1+ {+46.92/13 +5} 11. Nxd1 {+52.75/13 +7} Nfd7 {+47.12/12 +5} 12. e6 {+52.63/13 +6} fxe6 {+47.70/13 +5} 13. Bd2 {+53.00/12 +6} Bf7 {+49.75/11 +5} 14. O-O {+52.88/11 +6} Nb6 {+49.47/11 +4} 15. Be2 {+51.56/14 +5} N8d7 {+49.67/12 +4} 16. Nhf2 {+50.91/13 +5} Be7 {+49.34/11 +4} 17. e4 {+51.44/13 +5} O-O {+48.85/12 +4} 18. Nd3 {+51.07/12 +5} a5 {+50.91/13 +4} 19. Ne3 {+51.07/14 +4} Bf6 {+50.16/13 +4} 20. Bc3 {+50.66/13 +4} Bxc3 {+50.08/12 +4} 21. bxc3 {+51.07/12 +4} Na4 {+50.53/13 +4} 22. Rac1 {+51.81/12 +4} Rfd8 {+50.29/12 +4} 23. Rfd1 {+49.75/14 +3} Nac5 {+50.53/11 +3} 24. Ng4 {+50.82/13 +3} e5 {+51.85/14 +3} 25. c4 {+50.16/14 +3} Nxd3 {+51.69/14 +3} 26. Rxd3 {+49.42/13 +3} Nc5 {+52.18/12 +3} 27. Rdd1 {+48.85/14 +3} Rxd1+ {+52.01/14 +3} 28. Rxd1 {+49.67/12 +3} Re8 {+52.01/12 +3} 29. g3 {+50.00/12 +3} Bh5 {+51.15/14 +3} 30. Nf2 {+50.04/12 +3} Ne6 {+52.06/11 +3} 31. Rd7 {+50.00/13 +2} Rf8 {+50.49/14 +2} 32. Rxb7 {+49.47/13 +2} Nd4 {+51.15/12 +2} 33. Kf1 {+49.59/14 +2} Bxf3 {+50.33/12 +2} 34. Bd3 {+50.04/12 +2} a4 {+52.22/13 +2} 35. Rb6 {+48.85/13 +2} a3 {+51.89/12 +2} 36. Rb7 {+48.60/13 +2} Kh7 {+52.92/12 +2} 37. h3 {+48.23/12 +1} h5 {+52.22/14 +2} 38. Kg1 {+48.35/12 +1} Ra8 {+51.23/13 +1} 39. Kh2 {+48.35/10 +1} Kh6 {+51.97/11 +1} 40. Bf1 {+47.12/12 +1} Ra4 {+52.10/10 +1} 41. h4 {+48.23/11 +1} Kg6 {+52.75/12 +1} 42. Nd3 {+48.03/11 +1} Ra5 {+52.75/12 +1} 43. Rd7 {+50.08/11 +1} Kf6 {+53.00/12 +1} 44. Bh3 {+48.85/13 +1} Bxe4 {+52.75/11 +1} 45. Rd6+ {+49.51/10 +1} Ke7 {+52.67/11 +1} 46. Rd7+ {+48.97/11 +1} Kf6 {+52.67/12 +1} 47. Rd6+ {+47.66/11 +1} Ke7 {+53.12/11 +1} 48. Rd7+ {+48.93/10 +1} Ke8 {+53.25/13 +1} 49. Nxe5 {+47.99/12 +1} Nf5 {+51.77/12 +1} 50. Bxf5 {+47.70/11 +1} Bxf5 {+52.59/12 +1} 51. Nxc6 {+47.41/13 +1} Kxd7 {+53.53/12 +1} 52. Nxa5 {+48.56/11 +1} Kd6 {+53.12/13 +1} 53. Nb3 {+46.84/12 +1} Be6 {+51.97/12 +1} 54. Na5 {+47.78/11 +1} Kc7 {+52.01/12 +1} 55. Kg1 {+47.08/15 +1} Kb6 {+69.80/12 +1} 56. Nb3 {+49.55/20 +1} Bxc4 {+74.11/13 +1} 57. Nc1 {+25.14/12 +1} Kc5 {+74.42/13 +1} 58. Kf2 {+23.51/13 +1} Kb4 {+79.32/14 +1} 59. Ke3 {+13.57/11 +1} Kc3 {+85.56/13 +1} 60. Ne2+ {+26.02/12 +1} Kb2 {+75.60/11 +1} 61. Nd4 {+25.76/10 +1} Bxa2 {+75.60/11 +1} 62. Nb5 {+24.22/11 +1} Be6 {+77.71/12 +1} 63. Nxa3 {+24.65/12 +1} Kxa3 {+77.71/12 +1} 64. Kf4 {+0.00/13 +1} Kb4 {+100.00/1 +1} 65. Kg5 {+0.00/15 +1} Bg4 {+100.00/11 +1} 66. Kg6 {+0.00/15 +1} Kc5 {+100.00/14 +1} 67. Kxg7 {+0.00/14 +1} Kd4 {+100.00/11 +1} 68. Kf7 {+0.00/14 +1} Ke3 {+100.00/15 +1} 69. Ke8 {+0.00/20 +1} Kf3 {+100.00/16 +1} 70. Ke7 {+0.00/18 +1} Kxg3 {+100.00/16 +1} 71. Kd6 {+0.00/20 +1} Kxh4 {+100.00/17 +1} 72. Kd5 {+0.00/19 +1} Kg3 {+100.00/16 +1} 73. Ke4 {+0.00/20 +1} h4 {+100.00/17 +1} 74. Ke3 {+0.00/17 +1} h3 {+100.00/16 +1} 75. Ke4 {+0.00/17 +1} h2 {+100.00/16 +1} 76. Kd3 {+0.00/15 +1} Kf4 {+100.00/15 +1} 77. Kd4 {+0.00/15 +1} h1=N {+100.00/14 +1} 78. Kd5 {+0.00/13 +1} Bf3+ {+100.00/16 +1} 79. Kc4 {+0.00/18 +1} Ke4 {+100.00/16 +1} 80. Kc3 {+0.00/14 +1} Nf2 {+100.00/16 +1} 81. Kc4 {+0.00/16 +1} Be2+ {+100.00/15 +1} 82. Kc3 {+0.00/16 +1} Ke3 {+100.00/16 +1} 83. Kb3 {+0.00/17 +1} Kd3 {+100.00/16 +1} 84. Kb4 {+0.00/19 +1} Ne4 {+100.00/14 +1} 85. Kb3 {+0.00/15 +1} Nc5+ {+100.00/15 +1} 86. Kb2 {+0.00/15 +1} Bh5 {+100.00/15 +1} 87. Ka1 {+0.00/13 +1} Kc2 {+100.00/16 +1} 88. Ka2 {+0.00/1 +1} Bf3 {+100.00/16 +1} 89. Ka1 {+0.00/16 +1} Bh5 {+100.00/15 +1} 90. Ka2 {+0.00/1 +1} Bf7+ {+100.00/16 +1} 91. Ka1 {+0.00/16 +1} Nb3+ {+100.00/14 +1} 92. Ka2 {+0.00/1 +1} Bd5 {+100.00/17 +1} 93. Ka3 {+0.00/1 +1} Nc5 {+100.00/15 +1} 94. Kb4 {+0.00/1 +1} Ne6 {+100.00/15 +1} 95. Ka3 {+0.00/12 +1} Kc3 {+100.00/15 +1} 96. Ka4 {+0.00/1 +1} Nd4 {+100.00/17 +1} 97. Ka5 {+0.00/13 +1} Bc6 {+100.00/17 +1} 98. Kb6 {+0.00/14 +1} Kb4 {+100.00/20 +0} 99. Ka6 {+0.00/14 +1} Ne6 {+100.00/20 +0} 100. Kb6 {-1000.10/19 +1} Bb5 {+1000.09/20 +0} 101. Kb7 {-1000.08/21 +1} Ka5 {+1000.06/26 +0} 102. Ka7 {-1000.05/22 +1} Ba6 {+1000.05/31 +0} 103. Kb8 {-1000.04/26 +1} Kb6 {+1000.04/49 +0} 104. Ka8 {-1000.03/1 +1} Nd4 {+1000.03/114 +0} 105. Kb8 {-1000.02/1 +1} Nc6+ {+1000.02/245 +0} 106. Ka8 {-1000.01/1 +1} Bb7# {+1000.01/245 +0} {Black mates} 0-1 [Event "Mac Pro x5690 3.46 Ghz "] [Site "Mac-Pro.local"] [Date "2019.09.19"] [Round "2"] [White "Honey X5j"] [Black "Honey X5j"] [Result "1-0"] [TimeControl "10+0"] [Number "3"] [Annotator "1. +52.38 1... +49.14"] 1. d4 {+52.38/13 +9} d5 {+49.14/15 +8} 2. Bf4 {+52.18/13 +9} e6 {+49.30/12 +8} 3. e3 {+52.01/13 +9} c5 {+49.14/12 +8} 4. Nc3 {+52.92/11 +9} a6 {+50.16/12 +8} 5. Nf3 {+51.81/14 +8} Nf6 {+50.12/12 +8} 6. Bd3 {+51.60/13 +8} Nc6 {+50.45/13 +7} 7. a3 {+50.58/13 +7} b6 {+50.82/12 +7} 8. O-O {+51.07/12 +7} Bb7 {+50.00/11 +7} 9. b3 {+50.53/13 +6} cxd4 {+50.95/14 +7} 10. exd4 {+52.01/12 +6} Bd6 {+50.58/13 +6} 11. Bxd6 {+51.69/13 +6} Qxd6 {+49.75/11 +6} 12. Ne2 {+52.10/14 +5} Ne4 {+50.00/13 +6} 13. Ng3 {+52.06/13 +5} f5 {+49.38/11 +6} 14. c4 {+51.93/11 +5} O-O {+50.70/11 +6} 15. Ne2 {+49.96/13 +5} h6 {+50.12/12 +5} 16. Qc1 {+51.03/11 +4} Rac8 {+49.59/12 +5} 17. Qb2 {+49.59/13 +4} Ng5 {+49.26/11 +5} 18. Ne5 {+49.14/14 +4} Nxe5 {+51.28/13 +5} 19. dxe5 {+50.21/11 +4} Qc5 {+48.60/13 +4} 20. b4 {+51.07/11 +4} Qc6 {+49.22/14 +4} 21. b5 {+52.88/14 +4} Qd7 {+50.74/15 +4} 22. Rad1 {+52.59/12 +3} axb5 {+49.47/13 +3} 23. cxb5 {+51.69/13 +3} Ne4 {+49.75/12 +3} 24. Nd4 {+51.65/13 +3} Rfe8 {+49.34/13 +3} 25. f3 {+51.23/12 +3} Nc5 {+49.05/13 +3} 26. Bc2 {+51.69/12 +3} Qc7 {+50.00/12 +3} 27. Rfe1 {+51.65/13 +3} Nd7 {+49.96/11 +3} 28. f4 {+51.44/14 +3} g5 {+50.04/11 +3} 29. Qc1 {+53.82/13 +2} g4 {+47.70/14 +2} 30. Re3 {+52.63/14 +2} Nc5 {+47.49/11 +2} 31. Rc3 {+53.29/12 +2} Qe7 {+49.34/12 +2} 32. a4 {+52.63/14 +2} Ra8 {+48.31/12 +2} 33. Ne2 {+52.63/11 +2} h5 {+49.47/11 +2} 34. h3 {+51.28/13 +1} Qg7 {+47.90/13 +2} 35. Nd4 {+51.89/10 +1} Qf7 {+48.27/12 +2} 36. Ra3 {+51.69/12 +1} Rec8 {+48.77/12 +1} 37. Qe3 {+51.60/12 +1} Ne4 {+48.77/11 +1} 38. Rda1 {+51.97/11 +1} Kh7 {+48.93/11 +1} 39. a5 {+52.84/11 +1} bxa5 {+48.81/12 +1} 40. Bd3 {+52.55/11 +1} gxh3 {+49.38/11 +1} 41. Qxh3 {+51.89/11 +1} Rg8 {+47.21/11 +1} 42. Nxe6 {+49.51/12 +1} Rxg2+ {+46.18/12 +1} 43. Kxg2 {+73.21/10 +1} Qg6+ {+36.06/14 +1} 44. Kh2 {+86.81/9 +1} Qxe6 {+23.09/12 +1} 45. Be2 {+77.80/10 +1} Nf6 {+33.16/11 +1} 46. Rc1 {+77.14/9 +1} Rc8 {+30.97/11 +1} 47. Bxh5 {+81.18/10 +1} Qd7 {+21.17/16 +1} 48. Be8+ {+98.33/10 +1} Kg8 {+2.18/12 +1} 49. Bxd7 {+98.13/13 +1} Rxc1 {+1.44/13 +1} 50. Be6+ {+99.73/10 +1} Kg7 {+1.38/15 +1} 51. exf6+ {+99.74/9 +1} Kxf6 {+0.31/11 +1} 52. Qxf5+ {+99.73/11 +1} Ke7 {+0.08/14 +1} 53. Qf7+ {+99.81/12 +1} Kd6 {+0.05/14 +1} 54. Qd7+ {+99.88/13 +1} Kc5 {+0.05/1 +1} 55. Qc7+ {+99.96/11 +1} Bc6 {+0.04/18 +1} 56. Qxc6+ {+99.98/13 +1} Kb4 {-1000.05/13 +1} 57. Qxc1 {+1000.06/11 +1} a4 {-1000.04/15 +1} 58. Qc3+ {+1000.05/11 +1} Kxb5 {-1000.03/1 +1} 59. Rxa4 {+1000.03/22 +1} d4 {+0.00/1 +1} 60. Bd7+ {+1000.02/1 +0} Kb6 {-1000.01/1 +1} 61. Qc6# {+1000.01/1 +0} {White mates} 1-0 [Event "Mac Pro x5690 3.46 Ghz "] [Site "Mac-Pro.local"] [Date "2019.09.19"] [Round "3"] [White "Honey X5j"] [Black "Honey X5j"] [Result "1-0"] [TimeControl "10+0"] [Number "4"] [Annotator "1. +51.81 1... +48.77"] 1. d4 {+51.81/14 +9} Nf6 {+48.77/14 +9} 2. e3 {+51.97/13 +9} d5 {+50.33/12 +9} 3. c4 {+51.65/12 +8} e6 {+50.12/12 +9} 4. Be2 {+51.36/11 +8} Be7 {+50.62/13 +8} 5. Nf3 {+51.97/12 +8} O-O {+49.55/12 +8} 6. Nc3 {+51.81/12 +8} dxc4 {+50.21/15 +8} 7. Bxc4 {+49.84/14 +7} c5 {+50.00/13 +8} 8. O-O {+50.95/12 +7} cxd4 {+50.25/12 +7} 9. exd4 {+50.16/13 +7} Nc6 {+50.78/12 +7} 10. a3 {+50.53/12 +7} a6 {+51.23/13 +7} 11. Ba2 {+51.60/14 +6} Qb6 {+50.95/13 +7} 12. Qd2 {+50.04/12 +6} h6 {+50.45/12 +7} 13. Rd1 {+51.11/13 +6} Rd8 {+50.21/12 +6} 14. h3 {+51.89/11 +5} e5 {+49.96/13 +6} 15. d5 {+51.81/13 +5} e4 {+49.96/14 +6} 16. Nh2 {+49.96/13 +5} Bf5 {+50.29/13 +5} 17. Nf1 {+49.96/14 +5} Bg6 {+50.12/13 +5} 18. Ng3 {+49.84/13 +5} Ne5 {+51.32/12 +5} 19. Qe2 {+50.74/13 +5} Bc5 {+51.15/14 +5} 20. b4 {+51.65/12 +5} Bd4 {+52.06/12 +5} 21. Na4 {+52.71/13 +5} Qb5 {+49.96/15 +5} 22. Rxd4 {+50.86/14 +4} Qxa4 {+50.00/13 +5} 23. Bb2 {+52.47/14 +4} Rac8 {+50.66/13 +4} 24. Rd2 {+52.88/12 +4} Qe8 {+49.09/14 +4} 25. d6 {+53.53/13 +3} Nd3 {+49.38/16 +4} 26. Bxf6 {+53.53/14 +3} Rc1+ {+52.79/15 +4} 27. Rxc1 {+65.52/13 +3} Nxc1 {+38.91/19 +4} 28. Qg4 {+77.08/14 +3} Nxa2 {+30.45/21 +3} 29. Bxd8 {+77.71/16 +3} Nc3 {+30.41/21 +3} 30. Bb6 {+90.25/15 +3} f5 {+20.51/19 +3} 31. Nxf5 {+87.17/16 +3} Nb1 {+4.90/18 +2} 32. d7 {+99.87/11 +3} Qf8 {+0.17/20 +2} 33. d8=R {+99.92/18 +3} Nxd2 {+0.16/15 +2} 34. Ne7+ {+1000.22/15 +3} Kf7 {+0.00/39 +1} 35. Qxg6+ {+100.00/16 +2} Kxe7 {-1000.61/1 +1} 36. Qd6+ {+1000.87/15 +2} Kf7 {-1000.89/1 +1} 37. Rxf8# {+1000.01/245 +2} {White mates} 1-0 [Event "Mac Pro x5690 3.46 Ghz "] [Site "Mac-Pro.local"] [Date "2019.09.19"] [Round "4"] [White "Honey X5j"] [Black "Honey X5j"] [Result "0-1"] [TimeControl "10+0"] [Number "5"] [Annotator "1. +51.73 1... +49.59"] 1. e4 {+51.73/15 +9} e5 {+49.59/14 +9} 2. Nf3 {+51.93/13 +9} d5 {+49.96/13 +8} 3. Nxe5 {+51.89/11 +8} dxe4 {+49.18/12 +8} 4. Bc4 {+52.88/12 +8} Qg5 {+49.05/13 +8} 5. Bxf7+ {+52.51/16 +7} Kd8 {+50.41/14 +8} 6. d4 {+53.12/15 +7} Qxg2 {+47.82/15 +8} 7. Rf1 {+52.88/12 +7} Nf6 {+47.99/13 +8} 8. Bc4 {+52.63/12 +7} Bg4 {+48.03/13 +7} 9. Qd2 {+52.55/14 +7} Kc8 {+46.43/13 +7} 10. Nxg4 {+52.67/13 +7} Qxg4 {+47.08/13 +7} 11. Qg5 {+53.45/12 +6} Qd7 {+48.52/14 +7} 12. Nc3 {+52.71/13 +6} Bb4 {+47.70/14 +6} 13. Be3 {+53.12/13 +6} h6 {+47.21/13 +6} 14. Qb5 {+53.25/12 +6} Qxb5 {+49.18/13 +6} 15. Bxb5 {+52.47/13 +5} Nbd7 {+48.31/14 +5} 16. Bd2 {+51.48/14 +5} a5 {+47.99/12 +5} 17. O-O-O {+52.22/12 +4} Bxc3 {+48.19/12 +5} 18. bxc3 {+51.65/13 +4} Nb6 {+47.99/13 +5} 19. Rg1 {+53.04/13 +4} g5 {+48.07/11 +5} 20. Be2 {+52.84/13 +4} Rd8 {+47.41/14 +4} 21. Rde1 {+53.57/12 +4} Nbd5 {+48.27/12 +4} 22. h4 {+53.53/13 +4} Nxc3 {+48.40/14 +4} 23. Bxc3 {+65.70/12 +3} Nd5 {+38.76/21 +3} 24. Ba1 {+70.76/15 +3} gxh4 {+38.10/14 +3} 25. Rg6 {+65.59/15 +3} h5 {+39.94/15 +3} 26. Bxh5 {+68.50/13 +3} Nf4 {+40.09/20 +3} 27. Bg4+ {+74.55/11 +2} Kb8 {+29.24/17 +3} 28. Rg7 {+77.34/12 +2} h3 {+33.56/12 +3} 29. Rxe4 {+72.60/15 +2} h2 {+35.80/13 +3} 30. Bf3 {+56.55/16 +2} Rf8 {+50.58/12 +3} 31. Bh1 {+70.35/12 +2} Nh3 {+38.56/15 +2} 32. Re1 {+54.88/15 +1} Nxf2 {+45.89/13 +2} 33. Bc3 {+62.25/12 +1} Ra6 {+46.02/15 +2} 34. d5 {+60.18/15 +1} Rh6 {+45.73/17 +2} 35. Rge7 {+53.86/12 +1} Nxh1 {+47.12/12 +2} 36. Rxh1 {+52.47/12 +1} Rg8 {+46.51/12 +2} 37. Bd4 {+52.96/13 +1} Rh4 {+47.00/12 +2} 38. Be3 {+53.82/11 +1} Kc8 {+46.39/11 +2} 39. Bf2 {+55.12/10 +1} Rh5 {+47.94/11 +1} 40. Re2 {+53.29/10 +1} Rg2 {+47.74/12 +1} 41. c4 {+53.08/10 +1} Rf5 {+58.36/13 +1} 42. Re8+ {+46.26/14 +1} Kd7 {+57.35/1 +1} 43. Rhe1 {+49.96/11 +1} Rgxf2 {+51.52/17 +1} 44. R8e7+ {+46.84/16 +1} Kd6 {+55.21/15 +1} 45. R1e6+ {+47.04/15 +1} Kc5 {+82.83/1 +1} 46. Rxc7+ {+38.25/11 +1} Kd4 {+70.28/12 +1} 47. Rh7 {+21.41/9 +1} Rf1+ {+81.02/12 +1} 48. Kb2 {+24.43/13 +1} h1=Q {+82.02/12 +1} 49. Rxh1 {+26.34/16 +1} Rxh1 {+92.57/10 +1} 50. Kb3 {+12.96/9 +1} Rb1+ {+92.74/10 +1} 51. Kc2 {+8.33/9 +1} Rb4 {+93.38/12 +1} 52. Kd1 {+7.93/9 +1} Kd3 {+100.00/12 +1} 53. Re3+ {-1000.04/29 +1} Kxe3 {+1000.04/25 +1} 54. Kc2 {-1000.03/50 +1} Rf4 {+1000.03/56 +1} 55. a3 {-1000.02/245 +1} Rfxc4+ {+1000.02/245 +1} 56. Kd1 {-1000.01/1 +1} Rb1# {+1000.01/245 +1} {Black mates} 0-1 [Event "Mac Pro x5690 3.46 Ghz "] [Site "Mac-Pro.local"] [Date "2019.09.19"] [Round "5"] [White "Honey X5j"] [Black "Honey X5j"] [Result "1/2-1/2"] [TimeControl "10+0"] [Number "6"] [Annotator "1. +51.23 1... +48.93"] 1. e4 {+51.23/13 +9} e5 {+48.93/13 +9} 2. Nc3 {+51.81/13 +9} Nf6 {+49.63/12 +9} 3. f4 {+51.19/13 +8} d5 {+52.34/11 +9} 4. exd5 {+49.96/13 +8} exf4 {+52.43/13 +8} 5. Bb5+ {+50.00/12 +7} Bd7 {+50.49/13 +8} 6. Nf3 {+49.34/12 +7} Bxb5 {+53.29/11 +8} 7. Nxb5 {+47.66/13 +7} Nxd5 {+52.26/14 +7} 8. O-O {+49.51/12 +7} c6 {+51.28/14 +7} 9. Nc3 {+50.41/14 +6} Nc7 {+51.48/12 +7} 10. d4 {+49.59/13 +6} Ne6 {+51.15/12 +6} 11. d5 {+49.79/12 +6} cxd5 {+53.33/13 +6} 12. Nxd5 {+48.56/13 +6} Bd6 {+51.97/15 +6} 13. Qd3 {+48.52/13 +6} Nc6 {+52.59/12 +6} 14. Bd2 {+48.44/13 +6} Ne7 {+51.89/13 +5} 15. Qb5+ {+48.52/11 +5} Kf8 {+51.81/13 +5} 16. Kh1 {+48.44/12 +5} a6 {+51.77/12 +5} 17. Qd3 {+50.04/12 +5} Nc5 {+50.04/15 +5} 18. Qd4 {+50.04/17 +5} Ne6 {+49.96/14 +5} 19. Qd3 {+50.04/15 +5} Nc5 {+49.96/14 +4} 20. Qd4 {+50.04/18 +5} Ne6 {+50.04/16 +4} 21. Qd3 {+49.96/21 +5} {Draw by repetition} 1/2-1/2 [Event "Mac Pro x5690 3.46 Ghz "] [Site "Mac-Pro.local"] [Date "2019.09.19"] [Round "6"] [White "Honey X5j"] [Black "Honey X5j"] [Result "1/2-1/2"] [TimeControl "10+0"] [Number "7"] [Annotator "1. +52.38 1... +49.22"] 1. d4 {+52.38/13 +9} d5 {+49.22/15 +9} 2. e3 {+52.14/13 +9} e6 {+49.84/13 +8} 3. Nf3 {+51.93/11 +8} c5 {+49.96/13 +8} 4. c4 {+51.48/12 +8} Nf6 {+50.16/12 +8} 5. Nc3 {+50.82/12 +8} Nc6 {+49.42/12 +8} 6. Be2 {+51.73/11 +8} Be7 {+49.55/13 +8} 7. O-O {+52.26/11 +8} cxd4 {+50.00/14 +7} 8. exd4 {+51.69/13 +7} O-O {+50.66/11 +7} 9. a3 {+50.53/14 +7} b6 {+51.81/12 +7} 10. cxd5 {+50.66/12 +7} Nxd5 {+50.91/12 +7} 11. Re1 {+50.41/12 +7} Bb7 {+50.49/13 +7} 12. Bd3 {+49.14/11 +6} Nxc3 {+50.12/13 +6} 13. bxc3 {+51.07/13 +6} Rc8 {+50.86/12 +6} 14. Bd2 {+50.08/14 +6} Qd6 {+50.82/13 +6} 15. a4 {+50.12/13 +5} Bf6 {+51.44/13 +6} 16. Qb1 {+51.77/13 +5} h6 {+50.62/13 +6} 17. a5 {+52.18/13 +5} Nxa5 {+50.37/14 +5} 18. Rxa5 {+51.11/14 +5} Bxf3 {+50.00/12 +5} 19. Rxa7 {+51.15/13 +5} Ra8 {+51.23/12 +5} 20. Rxa8 {+51.11/13 +5} Bxa8 {+50.04/12 +5} 21. Qd1 {+51.07/13 +4} Bd5 {+51.28/12 +5} 22. Qg4 {+52.51/11 +4} Rc8 {+50.70/14 +4} 23. h4 {+53.16/14 +4} Kf8 {+50.70/11 +4} 24. Ra1 {+50.00/15 +3} Qd8 {+50.62/13 +4} 25. h5 {+49.79/13 +3} Be7 {+50.58/12 +4} 26. Be2 {+49.47/13 +3} Bd6 {+53.45/11 +4} 27. Ra6 {+49.09/13 +2} Qc7 {+51.52/14 +4} 28. Bd3 {+49.92/13 +2} Qb7 {+51.56/12 +4} 29. Ra1 {+49.96/14 +2} b5 {+50.21/14 +3} 30. Rb1 {+49.18/11 +2} b4 {+50.95/11 +3} 31. cxb4 {+50.21/12 +2} Ra8 {+49.96/15 +3} 32. Bf1 {+50.00/12 +2} Qb8 {+51.85/12 +3} 33. b5 {+50.04/12 +2} Ra2 {+50.04/13 +3} 34. Be1 {+49.84/11 +2} Bh2+ {+50.04/14 +2} 35. Kh1 {+50.70/1 +2} Bd6 {+49.96/12 +2} 36. Kg1 {+50.08/13 +2} Kg8 {+50.04/15 +2} 37. b6 {+50.04/13 +2} Qc8 {+50.04/13 +2} 38. Qh3 {+50.21/11 +1} Bb7 {+50.04/14 +2} 39. Qe3 {+50.00/13 +1} Qc6 {+51.48/12 +2} 40. Rb5 {+49.96/12 +1} Ra1 {+51.97/11 +2} 41. Rb2 {+47.12/14 +1} Bf4 {+52.63/12 +1} 42. Qxf4 {+47.70/11 +1} Rxe1 {+55.86/11 +1} 43. f3 {+47.70/14 +1} e5 {+51.60/13 +1} 44. Qd2 {+48.03/12 +1} Ra1 {+52.96/12 +1} 45. Ra2 {+49.84/12 +1} Rxa2 {+53.12/11 +1} 46. Qxa2 {+48.85/11 +1} Qxb6 {+52.22/12 +1} 47. Qc4 {+48.11/11 +1} Qxd4+ {+52.47/13 +1} 48. Qxd4 {+48.72/11 +1} exd4 {+51.11/12 +1} 49. Kf2 {+48.85/12 +1} Bc8 {+51.93/11 +1} 50. Bb5 {+49.51/11 +1} Bf5 {+51.81/14 +1} 51. Ke2 {+50.00/13 +1} Kf8 {+52.51/13 +1} 52. g4 {+46.92/13 +1} Bc8 {+51.15/15 +1} 53. Kd3 {+47.16/11 +1} f5 {+52.79/13 +1} 54. gxf5 {+48.85/12 +1} Bb7 {+59.03/13 +1} 55. f4 {+42.85/13 +1} Bf3 {+58.67/15 +1} 56. Kxd4 {+43.41/13 +1} Ke7 {+59.79/12 +1} 57. f6+ {+42.73/12 +1} gxf6 {+59.83/13 +1} 58. Bc4 {+43.21/13 +1} Bxh5 {+58.52/13 +1} 59. Ke4 {+50.00/1 +1} Bd1 {+50.00/11 +1} 60. f5 {+50.00/11 +1} h5 {+50.00/13 +1} 61. Ba6 {+50.00/11 +1} Kd6 {+50.00/11 +1} 62. Bf1 {+50.00/1 +1} Bg4 {+50.00/13 +1} 63. Bc4 {+50.00/1 +1} h4 {+50.00/11 +1} 64. Bf1 {+50.00/12 +1} Kc5 {+50.00/13 +1} 65. Kf4 {+50.00/11 +1} Bd1 {+50.00/12 +1} 66. Ke4 {+50.00/11 +1} Bc2+ {+50.00/12 +1} 67. Kf4 {+50.00/12 +1} Kd4 {+50.00/13 +1} 68. Kg4 {+50.00/2 +1} Ke3 {+50.00/12 +1} 69. Bc4 {+50.00/10 +1} h3 {+50.00/10 +1} 70. Kxh3 {+50.00/11 +1} Bxf5+ {+50.00/12 +1} 71. Kh4 {+50.00/12 +1} Bd7 {+50.00/13 +1} 72. Bd5 {+50.00/12 +1} f5 {+50.00/11 +1} 73. Bg2 {+50.00/12 +1} f4 {+50.00/11 +1} 74. Kg5 {+50.00/12 +1} Bb5 {+50.00/11 +1} 75. Kf6 {+50.00/12 +1} Be2 {+50.00/12 +1} 76. Kg5 {+50.00/11 +1} Ba6 {+50.00/14 +1} 77. Kf5 {+50.00/13 +1} Bc4 {+50.00/13 +1} 78. Bb7 {+50.00/14 +1} Bd3+ {+50.00/13 +1} 79. Ke5 {+50.00/11 +1} Be2 {+50.00/12 +1} 80. Be4 {+50.00/13 +1} Bf3 {+50.00/11 +1} 81. Bg6 {+50.00/12 +1} Bb7 {+50.00/11 +1} 82. Bh5 {+50.00/15 +0} Be4 {+50.00/12 +1} 83. Bg4 {+50.00/12 +0} Bf3 {+50.00/13 +1} 84. Bh3 {+50.00/13 +0} Bd1 {+50.00/12 +1} 85. Bg2 {+50.00/14 +0} Bf3 {+50.00/15 +1} 86. Bh3 {+50.00/16 +0} Bd1 {+50.00/16 +1} 87. Bg2 {+50.00/17 +0} Kf2 {+50.00/11 +1} 88. Kxf4 {+50.00/11 +0} {Xboard adjudication: Insufficient mating material} 1/2-1/2 [Event "Mac Pro x5690 3.46 Ghz "] [Site "Mac-Pro.local"] [Date "2019.09.19"] [Round "7"] [White "Honey X5j"] [Black "Honey X5j"] [Result "1/2-1/2"] [TimeControl "10+0"] [Number "8"] [Annotator "1. +52.30 1... +49.22"] 1. Nf3 {+52.30/14 +9} d5 {+49.22/14 +9} 2. e3 {+52.22/13 +8} Nf6 {+49.92/13 +8} 3. d4 {+51.77/12 +8} e6 {+49.47/11 +8} 4. c4 {+51.77/15 +7} Be7 {+48.64/12 +8} 5. Be2 {+51.32/13 +7} O-O {+50.00/13 +8} 6. Nc3 {+50.91/13 +7} dxc4 {+50.33/12 +7} 7. O-O {+50.82/12 +7} a6 {+50.21/13 +7} 8. a4 {+50.86/13 +6} c5 {+51.44/13 +7} 9. Bxc4 {+52.10/13 +6} Nc6 {+51.19/14 +7} 10. Qe2 {+50.58/13 +6} cxd4 {+52.43/13 +7} 11. exd4 {+49.71/14 +6} Nxd4 {+51.97/14 +6} 12. Nxd4 {+50.82/12 +6} Qxd4 {+52.01/12 +6} 13. Rd1 {+48.93/13 +6} Qb6 {+50.74/15 +6} 14. Ne4 {+49.09/14 +5} Qc7 {+52.30/13 +6} 15. Bg5 {+49.26/12 +5} Nxe4 {+52.14/15 +5} 16. Bxe7 {+49.38/12 +5} Nc3 {+52.88/12 +5} 17. bxc3 {+50.95/12 +5} Qxe7 {+51.69/13 +5} 18. Qe5 {+52.26/11 +5} Bd7 {+51.32/13 +5} 19. Qc7 {+51.60/13 +5} Rac8 {+51.60/13 +5} 20. Qxb7 {+51.28/14 +5} Rxc4 {+50.00/13 +5} 21. Rxd7 {+50.95/13 +5} Qf6 {+49.96/14 +4} 22. Qxa6 {+51.11/12 +4} Qxc3 {+50.49/12 +4} 23. Rad1 {+51.15/12 +4} h5 {+50.04/13 +4} 24. h3 {+50.00/13 +4} Rc5 {+50.70/11 +4} 25. Qd6 {+49.96/12 +4} Rfc8 {+50.00/13 +4} 26. Qa6 {+49.96/13 +4} g6 {+49.96/13 +4} 27. Qb6 {+49.96/12 +4} Qe5 {+50.16/13 +3} 28. Qb1 {+48.85/13 +3} Qf4 {+51.93/13 +3} 29. Qb2 {+49.34/13 +3} e5 {+51.15/11 +3} 30. Qd2 {+49.59/12 +3} Qxd2 {+51.15/14 +3} 31. R1xd2 {+49.96/12 +3} Ra5 {+51.15/12 +3} 32. Re7 {+50.00/13 +3} Rxa4 {+51.15/12 +3} 33. Rxe5 {+50.04/11 +3} Rc1+ {+51.15/13 +3} 34. Kh2 {+48.85/12 +3} h4 {+51.15/12 +3} 35. g3 {+48.85/14 +2} hxg3+ {+51.15/12 +3} 36. fxg3 {+48.85/13 +2} Raa1 {+51.77/13 +3} 37. h4 {+49.96/14 +2} Rh1+ {+50.41/15 +2} 38. Kg2 {+49.96/1 +2} Rhg1+ {+50.04/17 +2} 39. Kh3 {+49.96/13 +2} Ra3 {+50.00/13 +2} 40. Rg5 {+49.92/14 +2} Kg7 {+50.00/14 +2} 41. Kh2 {+49.96/14 +2} Rc1 {+51.15/14 +2} 42. Rb5 {+49.96/16 +2} Rcc3 {+50.04/15 +2} 43. Rg2 {+49.96/12 +2} Kh6 {+51.15/14 +2} 44. Rb8 {+49.96/15 +2} f5 {+51.69/13 +2} 45. Rh8+ {+50.00/15 +2} Kg7 {+51.69/1 +2} 46. Rb8 {+49.96/18 +2} Rf3 {+51.85/13 +2} 47. Rc8 {+49.96/15 +2} Rab3 {+50.04/15 +2} 48. Rc7+ {+50.00/14 +2} Kh6 {+50.04/15 +2} 49. Rc4 {+50.00/13 +2} Rfe3 {+50.04/15 +2} 50. Rc8 {+49.96/12 +2} Ra3 {+50.04/14 +1} 51. Rc6 {+49.96/16 +2} Reb3 {+50.04/18 +1} 52. Rcc2 {+50.00/16 +2} Rf3 {+50.04/17 +1} 53. Rc4 {+49.96/16 +2} Rae3 {+50.04/18 +1} 54. Rc8 {+49.96/17 +2} Rb3 {+50.04/16 +1} 55. Rc4 {+49.96/17 +1} Ra3 {+50.04/17 +1} 56. Rc7 {+50.00/18 +1} Rfd3 {+50.04/17 +1} 57. Rc6 {+50.00/18 +1} Rf3 {+50.04/16 +1} 58. Rc7 {+49.96/18 +1} Rfd3 {+50.04/18 +1} 59. Rc6 {+49.96/16 +1} Rdb3 {+50.04/16 +1} 60. Rc4 {+49.96/16 +1} Re3 {+50.04/18 +1} 61. Rc1 {+49.96/15 +1} Reb3 {+50.04/15 +1} 62. Rc4 {+49.96/15 +1} Re3 {+50.04/16 +1} 63. Rc6 {+49.96/17 +1} Rab3 {+50.04/18 +1} 64. Rc7 {+49.96/15 +1} Rbd3 {+50.04/16 +1} 65. Rc8 {+49.96/14 +1} Rf3 {+50.04/17 +1} 66. Rc6 {+49.96/14 +1} Kg7 {+50.04/17 +1} 67. Rc7+ {+50.00/15 +1} Kh6 {+50.04/19 +1} 68. Rc8 {+49.96/15 +1} Rfe3 {+50.04/18 +1} 69. Rh8+ {+49.96/15 +1} Kg7 {+52.22/1 +1} 70. Rc8 {+49.96/20 +1} Kh6 {+50.04/18 +1} 71. Rh8+ {+49.96/17 +1} Kg7 {+50.04/1 +1} 72. Rc8 {+49.96/19 +1} Rb3 {+50.04/17 +1} 73. Rc6 {+49.96/17 +1} Kh6 {+50.04/16 +1} 74. Rc4 {+49.96/16 +1} Red3 {+50.04/20 +1} 75. Rc8 {+49.96/16 +1} Re3 {+50.04/18 +1} 76. Rc4 {+49.96/16 +1} Rf3 {+50.04/18 +1} 77. Rc7 {+49.96/15 +1} Ra3 {+50.04/17 +1} 78. Rc5 {+49.96/16 +1} Rad3 {+50.04/16 +1} 79. Rc6 {+50.00/14 +1} f4 {+50.00/15 +1} 80. Rc4 {+50.00/15 +1} Rxg3 {+50.00/14 +1} 81. Rxg3 {+50.00/16 +1} fxg3+ {+50.00/15 +1} 82. Kh3 {+50.00/11 +1} Kh5 {+50.00/13 +1} 83. Rc5+ {+50.00/12 +1} Kh6 {+50.00/18 +1} 84. Rc6 {+50.00/11 +1} Kg7 {+50.00/13 +1} 85. Kg2 {+50.00/14 +1} Ra3 {+50.00/11 +1} 86. Kh3 {+50.00/14 +1} Rb3 {+50.00/11 +1} 87. Kg2 {+50.00/16 +1} Rd3 {+50.00/13 +1} 88. Kh3 {+50.00/16 +1} Rb3 {+50.00/13 +1} 89. Kg2 {+50.00/18 +1} Kh6 {+50.00/14 +1} 90. Rc5 {+50.00/14 +1} Rd3 {+50.00/12 +1} 91. Rg5 {+50.00/14 +1} Ra3 {+50.00/14 +1} 92. Rc5 {+50.00/17 +1} Rb3 {+50.00/18 +1} 93. Rg5 {+50.00/16 +1} Kg7 {+50.00/17 +1} 94. h5 {+50.00/12 +1} Kh6 {+50.00/9 +1} 95. Rxg6+ {+50.00/10 +1} Kxh5 {+50.00/12 +1} 96. Rxg3 {+50.00/11 +1} Rxg3+ {+50.00/12 +1} 97. Kxg3 {+50.00/14 +1} {Xboard adjudication: Insufficient mating material} 1/2-1/2 [Event "Mac Pro x5690 3.46 Ghz "] [Site "Mac-Pro.local"] [Date "2019.09.19"] [Round "8"] [White "Honey X5j"] [Black "Honey X5j"] [Result "1/2-1/2"] [TimeControl "10+0"] [Number "9"] [Annotator "1. +51.48 1... +49.09"] 1. e4 {+51.48/15 +8} c5 {+49.09/14 +9} 2. Nf3 {+52.38/12 +8} Nc6 {+49.38/13 +9} 3. Bd3 {+53.04/12 +8} Nf6 {+49.67/12 +9} 4. O-O {+51.44/14 +7} g6 {+51.07/13 +8} 5. Nc3 {+51.44/13 +7} Bg7 {+51.77/14 +8} 6. Bc4 {+49.96/14 +7} O-O {+51.69/11 +8} 7. d3 {+49.63/13 +7} d6 {+51.60/12 +8} 8. h3 {+48.97/13 +6} e6 {+51.77/13 +7} 9. Bb3 {+49.09/13 +6} a6 {+52.63/13 +7} 10. Ne2 {+50.08/12 +6} d5 {+51.40/14 +7} 11. exd5 {+50.29/12 +6} exd5 {+51.48/12 +7} 12. c3 {+51.07/12 +6} h6 {+50.00/14 +6} 13. Re1 {+51.56/12 +6} Re8 {+49.47/13 +6} 14. Be3 {+50.53/12 +5} b6 {+49.26/12 +6} 15. d4 {+50.82/13 +5} c4 {+50.08/12 +6} 16. Bc2 {+50.62/11 +5} Ra7 {+49.96/13 +6} 17. Ng3 {+50.00/12 +5} Rae7 {+49.75/13 +5} 18. Qd2 {+50.16/12 +5} g5 {+49.55/14 +5} 19. Ne5 {+50.00/13 +5} Nxe5 {+51.32/13 +5} 20. dxe5 {+51.11/12 +5} Rxe5 {+50.04/14 +5} 21. Bd4 {+49.96/13 +4} Rxe1+ {+50.04/13 +5} 22. Rxe1 {+50.53/12 +4} Rxe1+ {+50.41/14 +5} 23. Qxe1 {+50.37/13 +4} Be6 {+50.08/13 +4} 24. Qe3 {+50.00/13 +4} b5 {+50.29/13 +4} 25. Be5 {+49.96/12 +4} Nd7 {+49.71/13 +4} 26. Bxg7 {+49.79/12 +4} Kxg7 {+50.16/12 +4} 27. Qd4+ {+49.96/13 +3} Kg8 {+51.07/12 +4} 28. Nh5 {+50.53/12 +3} f6 {+50.45/13 +4} 29. Qa7 {+50.04/13 +3} Kf7 {+52.06/13 +4} 30. Qxa6 {+49.05/12 +3} Qb6 {+50.41/13 +4} 31. Qxb6 {+50.74/14 +3} Nxb6 {+51.15/13 +3} 32. Ng3 {+51.15/13 +3} d4 {+49.96/16 +3} 33. cxd4 {+49.96/12 +3} b4 {+51.40/15 +3} 34. f3 {+50.16/13 +3} b3 {+52.34/15 +2} 35. axb3 {+50.00/14 +3} cxb3 {+51.28/15 +2} 36. Be4 {+48.85/17 +2} Nc4 {+50.74/13 +2} 37. d5 {+48.89/14 +2} Bd7 {+51.15/15 +2} 38. Bf5 {+48.85/14 +2} Ke7 {+51.15/15 +2} 39. Bxd7 {+48.85/15 +2} Kxd7 {+51.15/13 +2} 40. Ne4 {+50.00/14 +2} f5 {+51.15/14 +2} 41. Nc5+ {+49.67/14 +2} Kd6 {+51.15/16 +2} 42. Nxb3 {+49.96/16 +2} Kxd5 {+51.15/16 +2} 43. h4 {+50.00/17 +2} Nxb2 {+50.00/15 +2} 44. hxg5 {+50.00/13 +2} hxg5 {+50.00/16 +2} 45. g4 {+50.00/16 +2} f4 {+50.00/15 +2} 46. Nd2 {+50.00/17 +2} Kd4 {+50.00/17 +2} 47. Ne4 {+50.00/18 +2} Ke3 {+50.00/19 +2} 48. Nxg5 {+50.00/20 +2} Nd3 {+50.00/11 +2} 49. Kg2 {+50.00/15 +2} Ne5 {+50.00/14 +2} 50. Kf1 {+50.00/17 +2} Ng6 {+50.00/21 +1} 51. Kg2 {+50.00/20 +2} Ne5 {+50.00/18 +1} 52. Kf1 {+50.00/20 +2} Nc4 {+50.00/19 +1} 53. Kg2 {+50.00/18 +2} Nd2 {+50.00/17 +1} 54. Kh2 {+50.00/18 +2} Nxf3+ {+50.00/5 +1} 55. Nxf3 {+50.00/17 +1} Kxf3 {+50.00/18 +1} 56. g5 {+50.00/15 +1} Ke3 {+50.00/18 +1} 57. g6 {+50.00/15 +1} f3 {+50.00/18 +1} 58. g7 {+50.00/17 +1} f2 {+50.00/17 +1} 59. g8=Q {+50.00/19 +1} f1=Q {+50.00/19 +1} 60. Qe6+ {+50.00/16 +1} Kd2 {+50.00/17 +1} 61. Qa2+ {+50.00/16 +1} Kc3 {+50.00/15 +1} 62. Qa5+ {+50.00/14 +1} Kb3 {+50.00/13 +1} {Xboard adjudication: Trivial draw} 1/2-1/2 [Event "Mac Pro x5690 3.46 Ghz "] [Site "Mac-Pro.local"] [Date "2019.09.19"] [Round "9"] [White "Honey X5j"] [Black "Honey X5j"] [Result "0-1"] [TimeControl "10+0"] [Number "10"] [Annotator "1. +51.77 1... +49.59"] 1. e3 {+51.77/15 +8} e6 {+49.59/14 +9} 2. Nf3 {+51.97/14 +8} Nf6 {+49.05/13 +9} 3. Be2 {+52.01/13 +8} Be7 {+50.29/14 +9} 4. c4 {+52.51/14 +8} b6 {+50.04/14 +8} 5. O-O {+51.19/14 +7} Bb7 {+49.88/14 +8} 6. d4 {+51.73/12 +7} O-O {+49.67/12 +8} 7. b3 {+51.85/13 +7} d5 {+49.59/14 +8} 8. Bb2 {+50.78/14 +7} dxc4 {+49.34/12 +8} 9. Bxc4 {+51.65/13 +7} Nbd7 {+50.33/14 +7} 10. Qe2 {+52.34/13 +6} c5 {+49.26/13 +7} 11. Rd1 {+52.26/12 +6} cxd4 {+49.22/13 +6} 12. Nxd4 {+52.18/12 +6} a6 {+48.23/12 +6} 13. a4 {+52.67/13 +6} Qc7 {+48.81/14 +5} 14. Nd2 {+52.14/11 +5} Ne5 {+50.66/12 +5} 15. Rac1 {+51.15/14 +5} Nxc4 {+47.99/13 +5} 16. Rxc4 {+51.65/13 +5} Qd7 {+49.01/12 +5} 17. N4f3 {+52.88/11 +5} Rfd8 {+50.04/14 +5} 18. Rd4 {+50.04/14 +4} Qe8 {+51.11/13 +5} 19. Nc4 {+48.85/13 +4} Rxd4 {+51.44/12 +5} 20. Nxd4 {+49.22/12 +4} Bc5 {+50.49/12 +4} 21. Nc2 {+50.78/11 +4} Qc6 {+50.70/12 +4} 22. Ne1 {+50.95/12 +4} Rc8 {+51.03/11 +4} 23. a5 {+50.78/13 +3} b5 {+51.48/13 +4} 24. Nb6 {+51.15/12 +3} Bxb6 {+51.11/15 +4} 25. axb6 {+49.51/13 +3} Qxb6 {+51.93/14 +4} 26. Bxf6 {+47.62/14 +3} gxf6 {+52.71/13 +4} 27. Qh5 {+47.94/13 +2} Qc7 {+52.67/15 +3} 28. b4 {+47.25/12 +2} Rd8 {+53.12/13 +3} 29. h3 {+47.62/12 +2} Rxd1 {+53.37/13 +3} 30. Qxd1 {+48.07/12 +2} a5 {+53.57/12 +3} 31. bxa5 {+49.88/11 +2} Qxa5 {+52.38/14 +3} 32. Nd3 {+48.23/12 +2} Qa4 {+52.67/12 +3} 33. Qd2 {+48.48/12 +1} Kg7 {+52.79/12 +2} 34. Nf4 {+47.86/12 +1} Bd5 {+50.16/13 +2} 35. Kh2 {+49.96/10 +1} Qa2 {+52.01/11 +2} 36. Qd1 {+49.96/11 +1} Qxf2 {+53.78/11 +2} 37. Nxd5 {+46.75/14 +1} exd5 {+53.04/13 +2} 38. Qxd5 {+45.98/13 +1} Qxe3 {+64.51/22 +2} 39. Qxb5 {+25.95/15 +1} Qe5+ {+73.98/16 +2} 40. Qxe5 {+9.61/17 +1} fxe5 {+80.07/20 +2} 41. Kg3 {+0.00/16 +1} f5 {+100.00/11 +2} 42. Kf2 {+0.00/17 +1} Kg6 {+100.00/20 +2} 43. Kf3 {+0.00/17 +1} f4 {+100.00/17 +1} 44. Ke4 {+0.00/17 +1} Kf6 {+100.00/18 +1} 45. Kd3 {+0.00/17 +1} Kf5 {+100.00/16 +1} 46. Kc4 {+0.00/16 +1} Ke4 {+100.00/18 +1} 47. Kb3 {+0.00/13 +1} Kd3 {+100.00/17 +1} 48. Kb2 {+0.00/13 +1} Kd2 {+100.00/15 +1} 49. Kb3 {+0.00/12 +1} e4 {+100.00/17 +1} 50. h4 {+0.00/11 +1} e3 {+100.00/14 +1} 51. h5 {+0.00/11 +1} e2 {+100.00/16 +1} 52. Kb4 {+0.00/15 +1} e1=Q {+100.00/1 +1} 53. Kc4 {+0.00/1 +1} Qe5 {+100.00/1 -8} 54. h6 {+0.00/14 +1} Qe4+ {+100.00/1 -8} 55. Kc5 {+0.00/15 +1} Qxg2 {+100.00/1 -8} 56. Kb4 {-1000.08/13 +1} Qh3 {+100.00/11 -8} 57. Kb5 {-1000.07/15 +1} Qxh6 {+100.00/11 -8} 58. Kc4 {-1000.05/16 +1} f3 {+1000.06/12 -8} 59. Kb3 {-1000.04/21 +1} f2 {+1000.04/17 -8} 60. Ka2 {-1000.03/25 +1} f1=Q {+1000.03/23 -8} 61. Kb3 {-1000.02/165 +1} Qb5+ {+1000.02/148 -8} 62. Ka2 {-1000.01/245 +1} Qha6# {+1000.01/163 -8} {Black mates} 0-1 [Event "Mac Pro x5690 3.46 Ghz "] [Site "Mac-Pro.local"] [Date "2019.09.19"] [Round "10"] [White "Honey X5j"] [Black "Honey X5j"] [Result "1-0"] [TimeControl "10+0"] [Number "11"] [Annotator "1. +51.69 1... +47.66"] 1. e4 {+51.69/14 +9} d5 {+47.66/13 +9} 2. e5 {+52.01/13 +8} e6 {+50.00/11 +9} 3. c3 {+51.36/14 +8} c5 {+50.53/13 +9} 4. Nf3 {+51.56/13 +8} Bd7 {+49.34/12 +9} 5. Be2 {+51.93/14 +8} Ne7 {+50.53/13 +8} 6. O-O {+52.34/11 +8} Nf5 {+51.40/14 +8} 7. d4 {+50.37/13 +7} Nc6 {+50.74/13 +8} 8. Bd3 {+50.41/12 +7} cxd4 {+51.11/13 +8} 9. Bxf5 {+50.33/14 +7} exf5 {+50.99/12 +7} 10. cxd4 {+49.92/12 +7} Be7 {+51.85/12 +7} 11. Nc3 {+51.15/13 +7} Be6 {+50.25/12 +7} 12. h3 {+50.86/13 +6} g5 {+50.58/12 +7} 13. Re1 {+50.49/13 +6} g4 {+51.23/13 +7} 14. Nh2 {+48.40/12 +6} Rg8 {+51.44/14 +6} 15. g3 {+50.86/13 +5} Qb6 {+49.30/14 +6} 16. Ne2 {+50.58/12 +5} O-O-O {+49.96/12 +6} 17. h4 {+51.65/13 +5} Kb8 {+49.22/14 +6} 18. Be3 {+51.44/13 +5} Qxb2 {+49.30/14 +5} 19. Nf4 {+51.81/14 +5} Qa3 {+50.04/14 +5} 20. Re2 {+52.38/12 +5} b6 {+48.35/14 +5} 21. Bc1 {+51.97/14 +4} Qb4 {+49.84/13 +5} 22. Be3 {+51.44/15 +4} Rc8 {+50.04/13 +4} 23. Rb1 {+51.11/12 +4} Qc4 {+49.14/13 +4} 24. Nf1 {+49.88/12 +4} Rc7 {+50.04/14 +4} 25. Reb2 {+51.48/14 +3} Rgc8 {+48.68/12 +4} 26. a4 {+51.23/13 +3} Qa6 {+49.05/14 +4} 27. Rb5 {+51.48/11 +3} Na5 {+48.07/13 +4} 28. Bd2 {+51.89/13 +3} Nc4 {+47.45/12 +4} 29. a5 {+52.59/12 +3} Rc6 {+47.99/14 +3} 30. axb6 {+52.92/11 +3} axb6 {+48.72/13 +3} 31. Ne3 {+53.12/14 +3} Na3 {+47.66/14 +3} 32. Nexd5 {+53.53/13 +2} Nxb1 {+47.37/14 +3} 33. Rxb1 {+52.30/14 +2} Ba3 {+47.49/12 +3} 34. Be3 {+53.45/12 +2} Rd8 {+48.35/13 +2} 35. Nb4 {+52.01/15 +2} Bxb4 {+47.25/12 +2} 36. Rxb4 {+51.60/12 +2} Rc5 {+47.08/14 +2} 37. d5 {+53.08/12 +2} Rdxd5 {+47.53/12 +2} 38. Qb1 {+53.33/12 +2} Rc6 {+47.82/15 +2} 39. Nxd5 {+54.11/11 +2} Bxd5 {+49.84/12 +2} 40. Bxb6 {+51.44/14 +1} Be4 {+48.64/13 +2} 41. Ba5+ {+52.55/11 +1} Ka8 {+50.45/11 +2} 42. Qa1 {+53.61/13 +1} Rg6 {+46.67/15 +1} 43. e6 {+80.49/11 +1} f6 {+35.53/14 +1} 44. e7 {+72.92/13 +1} Rg8 {+29.62/14 +1} 45. Rd4 {+86.18/10 +1} Rb8 {+32.72/13 +1} 46. Rd8 {+91.75/11 +1} Bc6 {+24.71/13 +1} 47. Qe1 {+79.81/12 +1} Qb7 {+33.67/17 +1} 48. Bb4 {+76.58/11 +1} Qb6 {+33.56/12 +1} 49. Qe6 {+86.85/9 +1} Qb5 {+20.68/17 +1} 50. Qd6 {+92.05/10 +1} Qb7 {+4.93/15 +1} 51. Rxb8+ {+99.47/11 +1} Ka7 {+0.06/14 +1} 52. e8=Q {+100.00/14 +1} Qb6 {-1000.20/12 +1} 53. Qf7+ {+1000.18/11 +1} Qc7 {-1000.33/52 +1} 54. Qdxc7+ {+1000.60/12 +1} Ka6 {-1000.55/245 +1} 55. Qxc6# {+1000.01/113 +1} {White mates} 1-0[/pgn]
Image
User avatar
MikeB
Posts: 4889
Joined: Thu Mar 09, 2006 6:34 am
Location: Pen Argyl, Pennsylvania

Re: New engine: Mora

Post by MikeB »

Here's Honey playing 10 games with Variety not enabled, 10 straight Sicilians with this very micro bullet time control.

All games started with 1. e4 c5 2,, Nc3 or Nf3 then e6 9 times with one 2 ...Nc6 with the first 4 moves. The variety above weakens Honey tremendously but obviously suitable for human play.

[pgn][Event "Mac Pro x5690 3.46 Ghz "] [Site "Mac-Pro.local"] [Date "2019.09.19"] [Round "1"] [White "Honey X5j"] [Black "Honey X5j"] [Result "1/2-1/2"] [TimeControl "10+0"] [Number "1"] [Annotator "1. +57.51 1... +49.01"] 1. e4 {+57.51/17 +8} c5 {+49.01/18 +8} 2. Nc3 {+58.04/12 +8} e6 {+51.28/14 +8} 3. Nf3 {+57.91/15 +8} Nc6 {+51.11/14 +8} 4. Bb5 {+58.28/14 +8} Nd4 {+47.25/14 +8} 5. O-O {+56.34/15 +8} a6 {+50.62/16 +8} 6. Bd3 {+54.47/16 +7} Nxf3+ {+50.82/14 +8} 7. Qxf3 {+55.57/13 +7} Bd6 {+47.62/14 +7} 8. Qh3 {+55.53/16 +6} b5 {+46.84/14 +7} 9. b3 {+56.34/12 +6} Be5 {+47.33/13 +7} 10. Bb2 {+59.71/13 +6} Nf6 {+46.59/14 +7} 11. Nd1 {+57.07/18 +5} Bxb2 {+48.03/15 +6} 12. Nxb2 {+56.38/15 +5} d5 {+46.92/15 +6} 13. exd5 {+57.47/14 +5} O-O {+49.18/13 +6} 14. dxe6 {+53.20/17 +4} Bxe6 {+48.40/16 +6} 15. Qh4 {+53.16/16 +4} Qa5 {+48.44/14 +6} 16. Qf4 {+52.71/14 +4} Nd5 {+49.75/13 +6} 17. Qh4 {+54.76/15 +4} h6 {+49.63/15 +6} 18. Rfd1 {+54.43/15 +4} Qa3 {+51.15/15 +6} 19. Rdb1 {+48.27/14 +4} Rfe8 {+52.43/15 +5} 20. h3 {+49.51/16 +3} Rad8 {+54.39/14 +5} 21. Qe4 {+46.84/17 +3} Nf6 {+53.74/15 +5} 22. Qh4 {+49.96/14 +3} Rd5 {+53.00/16 +5} 23. Nd1 {+49.96/14 +3} Rh5 {+53.90/15 +5} 24. Qf4 {+49.96/14 +3} Rg5 {+52.06/16 +5} 25. Qh2 {+54.15/14 +3} Bf5 {+53.45/17 +4} 26. Ne3 {+49.59/16 +2} Bxd3 {+55.78/16 +4} 27. cxd3 {+44.14/16 +2} Qb4 {+55.29/15 +4} 28. Qd6 {+44.79/15 +2} Qxd2 {+59.67/14 +4} 29. Rd1 {+46.26/13 +2} Qe2 {+59.03/17 +3} 30. Re1 {+47.62/14 +2} Qh5 {+57.55/18 +3} 31. Kh2 {+47.08/14 +2} Rge5 {+58.04/14 +3} 32. Rec1 {+47.62/13 +2} R8e6 {+57.55/12 +3} 33. Qc7 {+43.62/14 +1} Qh4 {+62.18/15 +3} 34. Kg1 {+43.74/13 +1} Qd4 {+64.47/13 +2} 35. a4 {+43.98/12 +1} b4 {+68.96/14 +2} 36. Rab1 {+43.37/12 +1} Re8 {+64.32/15 +2} 37. Qa7 {+41.09/15 +1} Qxd3 {+66.95/14 +2} 38. Rd1 {+41.17/14 +1} Qe2 {+63.94/17 +2} 39. Re1 {+41.32/13 +1} Qd3 {+60.50/17 +2} 40. Red1 {+41.84/14 +1} Qe2 {+57.43/15 +2} 41. Re1 {+42.45/13 +1} R5e7 {+60.85/14 +2} 42. Rxe2 {+41.21/14 +1} Rxa7 {+61.55/13 +2} 43. Rd1 {+43.09/11 +1} Rd7 {+61.59/14 +2} 44. Rxd7 {+40.49/14 +1} Nxd7 {+61.90/13 +2} 45. Kf1 {+40.37/12 +1} Nf8 {+64.47/12 +1} 46. Rd2 {+39.90/12 +1} Ne6 {+62.72/14 +1} 47. Rd6 {+41.29/11 +1} a5 {+62.87/16 +1} 48. Nc4 {+41.25/12 +1} Nd4 {+63.10/15 +1} 49. Nd2 {+40.93/12 +1} f6 {+63.71/16 +1} 50. g4 {+39.70/13 +1} Kf7 {+59.83/15 +1} 51. h4 {+41.09/13 +1} Re5 {+60.42/13 +1} 52. Rd7+ {+40.09/11 +1} Re7 {+60.62/13 +1} 53. Rd5 {+38.99/11 +1} Re5 {+57.43/14 +1} 54. Rd7+ {+40.81/13 +1} Re7 {+58.95/14 +1} 55. Rd5 {+41.09/12 +1} Rc7 {+61.83/12 +1} 56. Rd6 {+41.56/12 +1} c4 {+55.61/13 +1} 57. bxc4 {+42.25/10 +1} Ne6 {+54.51/11 +1} 58. Ra6 {+55.04/11 +1} Nf4 {+55.04/11 +1} 59. Rxa5 {+53.66/10 +1} Rd7 {+49.96/13 +1} 60. Ke1 {+54.51/11 +1} Nd3+ {+49.96/11 +1} 61. Ke2 {+53.94/11 +1} Nc1+ {+45.40/9 +1} 62. Kd1 {+54.80/11 +1} Rxd2+ {+45.61/11 +1} 63. Kxc1 {+55.82/11 +1} Rxf2 {+43.82/11 +1} 64. Rb5 {+61.55/11 +1} Ke7 {+45.73/10 +1} 65. Rxb4 {+58.64/8 +1} Kd6 {+41.92/9 +1} 66. a5 {+52.47/10 +1} Ra2 {+48.77/10 +1} 67. Rb7 {+52.01/9 +1} Rxa5 {+49.01/10 +1} 68. Kb2 {+54.51/10 +1} Kc5 {+48.85/10 +1} 69. Kb3 {+56.67/10 +1} g5 {+50.00/11 +1} 70. Rh7 {+53.49/10 +1} gxh4 {+50.00/11 +1} 71. Rxh6 {+50.00/12 +1} Ra1 {+50.00/14 +1} 72. Rh5+ {+50.00/11 +1} Kd4 {+50.00/12 +1} 73. Rxh4 {+50.00/12 +1} Rb1+ {+50.00/1 +0} 74. Kc2 {+50.00/10 +1} Rf1 {+50.00/10 +0} 75. g5+ {+50.00/7 +1} Kc5 {+50.00/10 +0} 76. g6 {+50.00/8 +1} Rg1 {+50.00/1 +0} 77. Rf4 {+50.00/8 +1} Rxg6 {+50.00/9 +0} 78. Kd3 {+50.00/9 +1} Rg3+ {+50.00/9 +0} 79. Ke4 {+50.00/10 +1} Rg6 {+50.00/9 +0} 80. Kf5 {+50.00/9 +1} Rg8 {+50.00/9 +0} 81. Rf1 {+50.00/9 +1} Re8 {+50.00/9 +0} 82. Rd1 {+50.00/9 +1} Rh8 {+50.00/9 +0} 83. Kf4 {+50.00/9 +1} Kc6 {+50.00/9 +0} 84. Kf5 {+50.00/9 +1} Re8 {+50.00/10 +0} 85. Kg6 {+50.00/9 +1} Rf8 {+50.00/9 +0} 86. Kg7 {+50.00/10 +1} Re8 {+50.00/9 +0} 87. Kg6 {+50.00/9 +1} f5 {+50.00/10 +0} 88. Rd5 {+50.00/9 +1} f4 {+50.00/11 +0} 89. Rf5 {+50.00/10 +1} Rg8+ {+50.00/10 +0} 90. Kf7 {+50.00/10 +1} Rg4 {+50.00/10 +0} 91. c5 {+50.00/9 +1} Rg3 {+50.00/10 +0} 92. Rxf4 {+50.00/9 +1} Kxc5 {+50.00/10 +0} 93. Ke8 {+50.00/9 +1} Kd6 {+50.00/8 +0} 94. Rf1 {+50.00/8 +1} Rg2 {+50.00/8 +0} 95. Kf8 {+50.00/8 +1} Kc5 {+50.00/9 +0} {Xboard adjudication: Trivial draw} 1/2-1/2 [Event "Mac Pro x5690 3.46 Ghz "] [Site "Mac-Pro.local"] [Date "2019.09.19"] [Round "2"] [White "Honey X5j"] [Black "Honey X5j"] [Result "0-1"] [TimeControl "10+0"] [Number "3"] [Annotator "1. +58.48 1... +49.01"] 1. e4 {+58.48/16 +9} c5 {+49.01/18 +8} 2. Nf3 {+57.55/15 +9} e6 {+48.40/15 +8} 3. Nc3 {+61.48/12 +9} Nc6 {+51.81/14 +8} 4. Bb5 {+58.24/16 +8} Nd4 {+46.67/15 +8} 5. O-O {+54.64/14 +8} a6 {+49.18/16 +7} 6. Be2 {+53.49/16 +7} Ne7 {+51.15/14 +7} 7. d3 {+52.51/17 +6} Nec6 {+52.30/13 +7} 8. Nxd4 {+50.37/15 +6} cxd4 {+51.28/14 +7} 9. Nb1 {+51.60/15 +6} Be7 {+52.59/16 +7} 10. Nd2 {+52.47/17 +5} O-O {+52.75/13 +7} 11. f4 {+52.55/15 +5} d6 {+55.00/14 +7} 12. Nb3 {+54.43/12 +5} a5 {+55.57/14 +7} 13. a4 {+51.36/14 +5} Bd7 {+55.90/14 +6} 14. Bd2 {+51.93/14 +5} Bf6 {+54.39/15 +6} 15. Be1 {+50.00/13 +5} Qc7 {+56.14/12 +6} 16. c3 {+49.14/15 +4} Rfb8 {+56.67/15 +6} 17. c4 {+49.18/14 +4} Re8 {+56.67/14 +5} 18. c5 {+49.88/14 +4} e5 {+56.91/13 +5} 19. f5 {+50.04/14 +4} Nb4 {+56.10/18 +5} 20. cxd6 {+52.51/14 +4} Qxd6 {+56.59/16 +5} 21. Nd2 {+52.18/16 +4} b5 {+56.55/16 +5} 22. b3 {+50.74/15 +4} Bg5 {+56.26/16 +5} 23. axb5 {+49.96/15 +4} Bxb5 {+55.82/16 +5} 24. Nc4 {+48.60/15 +3} Bxc4 {+57.19/14 +4} 25. bxc4 {+49.42/14 +3} Reb8 {+56.63/15 +4} 26. Kh1 {+46.06/18 +3} Nc6 {+57.95/14 +4} 27. Bg4 {+45.77/15 +3} Qh6 {+56.06/17 +4} 28. Rf2 {+50.00/15 +2} Be7 {+56.30/15 +3} 29. Bd2 {+48.07/15 +2} Qf6 {+57.15/14 +3} 30. Kg1 {+50.00/14 +2} Bb4 {+57.35/15 +3} 31. Bc1 {+50.04/13 +2} Bc3 {+57.75/14 +3} 32. Ra4 {+49.92/15 +2} Rb7 {+58.64/14 +3} 33. Be2 {+44.88/16 +2} Nb4 {+61.79/13 +3} 34. g4 {+43.86/15 +2} Na6 {+61.40/14 +3} 35. g5 {+42.61/13 +2} Qc6 {+62.14/14 +3} 36. Ra2 {+48.48/13 +2} Rb1 {+53.33/15 +3} 37. Qc2 {+40.53/16 +1} Rab8 {+60.93/13 +3} 38. Bd1 {+44.02/13 +1} R8b3 {+61.67/15 +3} 39. Ba3 {+43.70/13 +1} a4 {+60.30/15 +3} 40. h4 {+43.86/12 +1} Nb4 {+65.67/15 +3} 41. Bxb4 {+42.05/13 +1} Rxb4 {+66.07/16 +2} 42. Qe2 {+42.77/12 +1} Qb7 {+72.86/14 +2} 43. Rf1 {+45.85/14 +1} R1b2 {+71.97/19 +2} 44. Rxb2 {+47.45/11 +1} Rxb2 {+76.47/15 +2} 45. Qh5 {+47.66/12 +1} Bd2 {+78.34/15 +2} 46. g6 {+54.72/12 +1} Be3+ {+80.43/15 +2} 47. Kh1 {+28.30/15 +1} hxg6 {+80.28/16 +2} 48. fxg6 {+30.90/13 +1} fxg6 {+80.67/15 +2} 49. Qxe5 {+31.71/14 +1} Qc8 {+93.38/17 +2} 50. Qg3 {+35.04/11 +1} a3 {+70.66/16 +2} 51. Bg4 {+14.08/14 +1} Qc6 {+75.17/17 +2} 52. Qh3 {+40.81/11 +1} a2 {+83.85/15 +2} 53. Be6+ {+28.60/13 +1} Kh8 {+77.51/16 +2} 54. Bd5 {+32.72/11 +1} Qa6 {+90.42/16 +2} 55. Qd7 {+25.36/15 +1} Rb8 {+83.49/18 +1} 56. Qc7 {+27.27/13 +1} Rc8 {+84.32/17 +1} 57. Bb7 {+21.78/14 +1} Rxc7 {+85.10/17 +1} 58. Bxa6 {+21.17/13 +1} Ra7 {+84.90/16 +1} 59. Bb5 {+18.43/13 +1} a1=R {+85.78/15 +1} 60. Rxa1 {+18.40/12 +1} Rxa1+ {+85.44/14 +1} 61. Kg2 {+18.25/12 +1} Kg8 {+85.90/15 +1} 62. c5 {+18.72/10 +1} Ra5 {+85.78/14 +1} 63. Bc4+ {+16.99/10 +1} Kf8 {+86.87/13 +1} 64. c6 {+16.30/11 +1} Rc5 {+87.07/14 +1} 65. Bd5 {+15.60/11 +1} Ke7 {+87.26/13 +1} 66. Kf3 {+16.69/11 +1} Kd6 {+87.48/13 +1} 67. Bf7 {+15.38/11 +1} Rxc6 {+88.14/13 +1} 68. Bxg6 {+13.90/11 +1} Rc3 {+90.80/13 +1} 69. e5+ {+13.19/10 +1} Kxe5 {+92.17/13 +1} 70. Be4 {+12.87/10 +1} Rc1 {+92.22/13 +1} 71. h5 {+12.47/11 +1} Rg1 {+93.18/16 +1} 72. Bc6 {+10.89/11 +1} Rg5 {+93.20/11 +1} 73. Be8 {+8.02/12 +1} Kf6 {+93.36/14 +1} 74. Ke2 {+7.44/13 +1} Ke7 {+93.22/13 +1} 75. Ba4 {+7.39/12 +1} Rxh5 {+94.40/16 +1} 76. Kf3 {+7.39/11 +1} Rf5+ {+94.53/11 +1} 77. Ke4 {+7.45/12 +1} g6 {+100.00/15 +1} 78. Bd7 {+0.00/16 +1} Kd6 {+100.00/18 +1} 79. Bxf5 {+0.00/18 +1} gxf5+ {+100.00/25 +1} 80. Kxf5 {+0.00/12 +1} Kc5 {+100.00/23 +1} 81. Ke4 {+0.00/14 +1} Kb4 {+100.00/24 +1} 82. Kf3 {+0.00/22 +1} Kc3 {+100.00/21 +1} 83. Ke2 {+0.00/21 +1} Bc1 {+100.00/22 +1} 84. Kd1 {+0.00/19 +1} Be3 {+100.00/24 +1} 85. Ke2 {+0.00/21 +1} Kc2 {+100.00/24 +1} 86. Kf3 {+0.00/19 +1} Kxd3 {+100.00/19 +1} 87. Kg2 {+0.00/19 +1} Ke2 {+100.00/20 +1} 88. Kg3 {+0.00/19 +1} d3 {+100.00/20 +1} 89. Kg4 {+0.00/19 +1} Bg1 {+100.00/17 +1} 90. Kf5 {+0.00/18 +1} d2 {+100.00/18 +1} 91. Ke5 {+0.00/17 +1} d1=N {+100.00/18 +1} 92. Ke4 {+0.00/16 +1} Ne3 {+100.00/18 +1} 93. Kd4 {+0.00/17 +1} Nf1+ {+100.00/16 +1} 94. Ke4 {+0.00/16 +1} Bh2 {+100.00/16 +1} 95. Kd4 {+0.00/17 +1} Nd2 {+100.00/16 +1} 96. Kc5 {+0.00/11 +1} Ke3 {+100.00/16 +1} 97. Kd5 {+0.00/16 +1} Kd3 {+100.00/15 +1} 98. Kc5 {+0.00/18 +1} Ke4 {+100.00/15 +1} 99. Kc6 {+0.00/18 +1} Kd4 {+100.00/14 +1} 100. Kb5 {+0.00/15 +1} Kd5 {+100.00/16 +1} 101. Kb6 {+0.00/19 +1} Be5 {+100.00/15 +1} 102. Kb7 {+0.00/15 +1} Bg3 {+100.00/15 +1} 103. Kb6 {+0.00/16 +1} Be5 {+100.00/17 +1} 104. Kb7 {+0.00/17 +1} Nc4 {+100.00/17 +1} 105. Ka7 {+0.00/17 +1} Kc6 {+100.00/17 +1} 106. Ka8 {+0.00/16 +1} Nb6+ {+100.00/15 +1} 107. Ka7 {+0.00/1 +1} Bf4 {+100.00/18 +1} 108. Ka6 {+0.00/1 +1} Bb8 {+100.00/14 +1} 109. Ka5 {+0.00/1 +1} Nd5 {+100.00/18 +1} 110. Ka4 {+0.00/17 +1} Kc5 {+100.00/16 +1} 111. Kb3 {+0.00/17 +1} Nb4 {+100.00/19 +1} 112. Kb2 {+0.00/18 +1} Bf4 {+100.00/21 +1} 113. Kc3 {+0.00/18 +0} Bg5 {+100.00/19 +1} 114. Kb3 {+0.00/19 +0} Bf6 {+1000.23/21 +1} 115. Ka4 {+0.00/19 +0} Kc4 {+1000.21/21 +1} 116. Ka3 {-1000.13/22 +0} Bc3 {+1000.09/24 +1} 117. Ka4 {+0.00/1 +0} Nd3 {+1000.08/24 +1} 118. Ka3 {+0.00/1 +0} Bb4+ {+1000.07/24 +1} 119. Ka2 {-1000.05/23 +0} Kc3 {+1000.05/28 +1} 120. Kb1 {-1000.04/26 +0} Kb3 {+1000.04/40 +1} 121. Ka1 {-1000.03/1 +0} Kc2 {+1000.03/186 +1} 122. Ka2 {-1000.02/1 +0} Nc1+ {+1000.02/245 +1} 123. Ka1 {-1000.01/1 +0} Bc3# {+1000.01/245 +1} {Black mates} 0-1 [Event "Mac Pro x5690 3.46 Ghz "] [Site "Mac-Pro.local"] [Date "2019.09.19"] [Round "3"] [White "Honey X5j"] [Black "Honey X5j"] [Result "1/2-1/2"] [TimeControl "10+0"] [Number "4"] [Annotator "1. +58.48 1... +49.01"] 1. e4 {+58.48/16 +9} c5 {+49.01/18 +8} 2. Nf3 {+57.55/15 +9} e6 {+46.55/15 +8} 3. Nc3 {+61.48/12 +9} Nc6 {+49.63/14 +8} 4. Bb5 {+58.24/16 +8} Nd4 {+49.79/13 +8} 5. O-O {+54.64/14 +8} a6 {+48.56/16 +7} 6. Be2 {+53.49/16 +7} Ne7 {+51.69/15 +7} 7. d3 {+52.51/17 +6} Nec6 {+52.63/14 +7} 8. Nxd4 {+50.37/15 +6} cxd4 {+51.97/16 +7} 9. Nb1 {+51.60/15 +6} Be7 {+52.38/16 +6} 10. Nd2 {+52.47/17 +5} O-O {+53.08/15 +6} 11. f4 {+51.60/16 +5} d6 {+53.86/13 +6} 12. a3 {+49.59/15 +5} Bd7 {+53.74/13 +6} 13. Bg4 {+51.36/14 +4} Qc7 {+54.43/14 +5} 14. Nf3 {+51.32/13 +4} f5 {+54.19/13 +5} 15. Bh3 {+51.03/14 +4} Bf6 {+53.41/15 +5} 16. Bd2 {+50.66/14 +4} g6 {+53.12/14 +5} 17. g3 {+51.85/14 +4} fxe4 {+55.53/12 +5} 18. dxe4 {+51.89/12 +4} e5 {+54.35/13 +5} 19. Bxd7 {+52.92/13 +4} Qxd7 {+50.53/16 +4} 20. Qe2 {+53.08/13 +4} Kh8 {+50.00/15 +4} 21. fxe5 {+53.98/15 +3} dxe5 {+49.05/15 +4} 22. Ne1 {+54.92/13 +3} Bg7 {+50.00/14 +4} 23. Nd3 {+52.96/15 +3} Rae8 {+50.12/13 +4} 24. Rxf8+ {+52.96/15 +3} Rxf8 {+52.22/15 +4} 25. Rf1 {+52.43/15 +3} Rxf1+ {+50.37/14 +3} 26. Kxf1 {+53.61/15 +3} Nd8 {+51.73/15 +3} 27. Kg2 {+50.04/17 +2} Qc8 {+51.32/13 +3} 28. c3 {+49.96/14 +2} Qc4 {+51.69/16 +3} 29. cxd4 {+49.14/12 +2} exd4 {+51.81/12 +3} 30. Kf2 {+49.96/15 +2} Kg8 {+51.69/14 +3} 31. h4 {+49.96/13 +2} Qb3 {+51.60/14 +3} 32. g4 {+50.00/14 +2} Ne6 {+49.96/14 +2} 33. g5 {+50.04/14 +2} b6 {+51.85/12 +2} 34. Qg4 {+49.96/14 +2} a5 {+53.12/16 +2} 35. Ke2 {+49.22/14 +2} Qc4 {+52.96/14 +2} 36. b4 {+50.00/13 +2} Bf8 {+52.14/13 +2} 37. Qg3 {+50.04/11 +2} axb4 {+50.04/16 +2} 38. axb4 {+49.96/13 +2} Nd8 {+50.00/16 +2} 39. Qe5 {+50.04/13 +2} Nf7 {+50.04/15 +2} 40. Qd5 {+50.04/15 +2} b5 {+50.04/16 +2} 41. Bf4 {+49.96/17 +2} Qc2+ {+50.04/16 +2} 42. Bd2 {+50.04/18 +2} Qc4 {+51.15/16 +1} 43. Bf4 {+49.96/20 +1} Qc2+ {+50.04/20 +1} 44. Bd2 {+50.04/22 +1} Qc4 {+50.04/18 +1} {Draw by repetition} 1/2-1/2 [Event "Mac Pro x5690 3.46 Ghz "] [Site "Mac-Pro.local"] [Date "2019.09.19"] [Round "4"] [White "Honey X5j"] [Black "Honey X5j"] [Result "1-0"] [TimeControl "10+0"] [Number "5"] [Annotator "1. +57.51 1... +49.01"] 1. e4 {+57.51/17 +9} c5 {+49.01/18 +8} 2. Nc3 {+58.04/12 +9} e6 {+50.12/14 +8} 3. Nf3 {+57.91/15 +8} Nc6 {+49.51/16 +8} 4. Bb5 {+58.28/14 +8} Nd4 {+47.94/15 +8} 5. O-O {+56.34/15 +8} a6 {+47.86/16 +7} 6. Bd3 {+54.47/16 +7} Nxf3+ {+47.53/15 +7} 7. Qxf3 {+55.57/13 +7} d6 {+45.65/17 +7} 8. b3 {+55.53/15 +7} Nf6 {+45.40/17 +6} 9. Bb2 {+59.11/13 +7} Bd7 {+46.02/16 +6} 10. Qe2 {+56.14/17 +6} Be7 {+46.10/13 +6} 11. f4 {+56.26/13 +6} Bc6 {+46.55/14 +6} 12. f5 {+56.87/12 +6} O-O {+46.02/12 +6} 13. Rae1 {+56.06/15 +5} Kh8 {+47.86/14 +6} 14. fxe6 {+52.96/15 +5} fxe6 {+47.74/13 +6} 15. a4 {+53.45/15 +5} Rb8 {+51.15/15 +5} 16. Nd1 {+58.36/13 +5} e5 {+48.40/17 +5} 17. c4 {+55.37/15 +5} Be8 {+49.01/16 +5} 18. Ne3 {+52.84/14 +4} Bh5 {+53.66/13 +5} 19. g4 {+52.67/13 +4} Bg6 {+50.08/16 +5} 20. Qg2 {+53.49/15 +4} Nd7 {+51.15/13 +4} 21. Nf5 {+53.66/14 +4} Bg5 {+50.58/15 +4} 22. Rf3 {+53.98/14 +4} Bxf5 {+49.55/16 +4} 23. gxf5 {+55.41/12 +4} g6 {+49.42/18 +3} 24. Kh1 {+53.00/17 +3} gxf5 {+50.00/14 +3} 25. Rg1 {+56.18/15 +3} fxe4 {+49.96/16 +3} 26. Bxe4 {+60.89/14 +3} Rxf3 {+47.25/14 +3} 27. Qxf3 {+64.62/14 +3} Qe7 {+50.04/14 +3} 28. Bf5 {+59.79/16 +3} h6 {+46.96/18 +2} 29. h4 {+69.83/15 +3} Bxd2 {+47.33/16 +2} 30. Bxd7 {+66.44/17 +3} Qxd7 {+34.37/18 +2} 31. Rg2 {+65.18/18 +3} Rg8 {+45.65/13 +2} 32. Rxd2 {+70.42/14 +3} Qe7 {+35.53/17 +2} 33. Rh2 {+72.99/15 +3} Rf8 {+37.32/14 +2} 34. Qh3 {+72.63/17 +3} b5 {+37.94/15 +2} 35. axb5 {+73.31/13 +2} axb5 {+36.52/14 +2} 36. cxb5 {+68.46/15 +2} Qb7+ {+36.67/11 +2} 37. Rg2 {+67.50/17 +2} Qxb5 {+37.48/14 +2} 38. Qg3 {+67.17/15 +2} Qf1+ {+33.05/13 +2} 39. Kh2 {+67.64/14 +2} Qf4 {+33.63/14 +2} 40. Bc1 {+66.84/15 +2} Qxg3+ {+37.05/13 +2} 41. Rxg3 {+67.96/16 +2} Rf6 {+32.79/16 +1} 42. Kg2 {+69.03/14 +2} Kh7 {+29.58/15 +1} 43. h5 {+70.42/14 +2} d5 {+31.61/13 +1} 44. Rc3 {+74.05/14 +2} Rc6 {+31.86/13 +1} 45. Ba3 {+73.95/13 +2} Ra6 {+25.30/14 +1} 46. Bxc5 {+77.77/12 +2} d4 {+23.06/13 +1} 47. Rc1 {+77.77/14 +2} Kg7 {+21.30/14 +1} 48. Kf3 {+79.41/13 +2} Kf6 {+22.83/12 +1} 49. Ke4 {+80.49/12 +2} Ra2 {+24.19/11 +1} 50. Bd6 {+81.82/13 +2} Re2+ {+25.23/11 +1} 51. Kd5 {+82.76/14 +2} d3 {+23.21/11 +1} 52. Rf1+ {+82.92/13 +1} Kg5 {+20.81/12 +1} 53. Bxe5 {+82.21/14 +1} d2 {+20.54/11 +1} 54. Rd1 {+86.20/14 +1} Re3 {+17.70/11 +1} 55. b4 {+86.20/13 +1} Rd3+ {+14.08/10 +1} 56. Kc4 {+88.47/13 +1} Rd8 {+16.03/10 +1} 57. b5 {+90.33/14 +1} Kxh5 {+13.71/11 +1} 58. b6 {+97.50/12 +1} Rd7 {+12.62/11 +1} 59. Kc5 {+99.71/13 +1} Kg4 {+2.83/10 +1} 60. Kc6 {+99.72/12 +1} Rf7 {+0.31/10 +1} 61. b7 {+100.00/12 +1} Rf1 {+0.26/9 +1} 62. Rxf1 {+100.00/10 +1} d1=Q {+0.00/1 +1} 63. Rxd1 {+100.00/1 +1} Kf5 {+0.00/11 +1} 64. b8=Q {+100.00/11 +1} Ke4 {-1000.05/12 +1} 65. Re1+ {+1000.05/5 +1} Kf5 {-1000.03/23 +1} 66. Qc8+ {+1000.03/11 +1} Kg6 {-1000.02/223 +1} 67. Rg1+ {+1000.02/102 +1} Kh7 {-1000.01/245 +1} 68. Rg7# {+1000.01/227 +1} {White mates} 1-0 [Event "Mac Pro x5690 3.46 Ghz "] [Site "Mac-Pro.local"] [Date "2019.09.19"] [Round "5"] [White "Honey X5j"] [Black "Honey X5j"] [Result "1/2-1/2"] [TimeControl "10+0"] [Number "6"] [Annotator "1. +57.51 1... +49.01"] 1. e4 {+57.51/17 +9} c5 {+49.01/18 +8} 2. Nc3 {+58.04/12 +9} e6 {+48.15/15 +8} 3. Nf3 {+57.91/15 +8} Nc6 {+48.77/14 +8} 4. Bb5 {+58.28/14 +8} Nd4 {+46.34/14 +8} 5. O-O {+56.34/15 +8} Bd6 {+48.77/14 +8} 6. Nxd4 {+60.77/14 +8} cxd4 {+43.90/14 +7} 7. Ne2 {+58.16/14 +7} Ne7 {+44.63/15 +7} 8. Ba4 {+59.19/14 +7} Qa5 {+48.35/14 +7} 9. Bb3 {+57.75/15 +7} Qh5 {+48.60/14 +7} 10. h3 {+59.03/13 +7} Qe5 {+50.04/15 +7} 11. Ng3 {+54.60/15 +7} Qc5 {+50.04/16 +6} 12. d3 {+56.67/15 +6} Bxg3 {+50.37/14 +6} 13. fxg3 {+56.26/14 +6} O-O {+47.82/16 +6} 14. a4 {+55.78/17 +6} a5 {+48.03/15 +6} 15. g4 {+57.03/16 +6} b6 {+48.15/13 +6} 16. Bf4 {+55.33/15 +5} Bb7 {+47.82/15 +5} 17. Bg3 {+58.16/15 +5} d5 {+46.80/15 +5} 18. e5 {+58.00/13 +5} b5 {+47.00/17 +5} 19. Bf2 {+58.87/17 +5} b4 {+46.10/15 +5} 20. Qd2 {+61.52/17 +5} h6 {+38.33/18 +4} 21. Bg3 {+61.44/14 +5} Rac8 {+41.80/16 +4} 22. Rf3 {+60.26/17 +5} Nc6 {+44.31/15 +4} 23. h4 {+61.44/18 +4} Qe7 {+44.47/16 +4} 24. Re1 {+61.13/16 +4} Qc7 {+42.97/18 +3} 25. Qf4 {+62.06/16 +4} Qd7 {+41.84/16 +3} 26. Ref1 {+61.48/19 +4} Qd8 {+42.45/18 +3} 27. Bf2 {+62.41/17 +3} f6 {+41.44/16 +3} 28. exf6 {+62.75/15 +3} Rxf6 {+41.17/15 +3} 29. Qg3 {+58.83/17 +3} Rxf3 {+41.29/16 +3} 30. Qxf3 {+60.26/16 +3} Qf6 {+42.49/16 +3} 31. Bg3 {+60.22/16 +3} Qxf3 {+43.01/18 +3} 32. gxf3 {+59.95/16 +3} h5 {+43.17/15 +3} 33. Bd6 {+56.46/18 +3} Kf7 {+44.79/15 +2} 34. Bc5 {+56.46/18 +2} Rh8 {+45.20/18 +2} 35. Kf2 {+55.65/19 +2} Bc8 {+46.02/19 +2} 36. Ke2 {+55.94/15 +2} Bd7 {+47.74/14 +2} 37. Kf2 {+55.86/16 +2} Kf6 {+47.04/14 +2} 38. Bd6 {+54.43/18 +2} Kf7 {+46.22/15 +2} 39. Kg3 {+55.65/16 +2} Kf6 {+45.57/13 +2} 40. Bf4 {+54.39/19 +2} Ke7 {+47.29/16 +2} 41. Re1 {+54.39/19 +2} Kf6 {+46.96/15 +2} 42. Bc7 {+54.35/20 +2} Kf7 {+47.08/15 +2} 43. Bd6 {+54.35/21 +2} Kg6 {+47.70/17 +2} 44. Rh1 {+54.35/20 +2} Kf6 {+47.70/18 +2} 45. Ra1 {+54.27/18 +2} Kg6 {+47.70/20 +2} 46. Re1 {+54.06/17 +2} Kf7 {+46.67/19 +2} 47. Rg1 {+54.06/17 +2} Kf6 {+46.67/16 +2} 48. Rf1 {+54.06/20 +2} Kg6 {+47.70/18 +2} 49. Re1 {+54.06/21 +2} Kf7 {+47.70/17 +2} 50. Rg1 {+54.06/19 +2} Kg6 {+47.66/15 +1} 51. Rh1 {+53.94/16 +2} Kf6 {+47.53/19 +1} 52. Bc7 {+53.90/16 +2} Rc8 {+47.66/15 +1} 53. Bb6 {+53.90/16 +1} Rh8 {+47.74/15 +1} 54. Rh2 {+54.39/15 +1} Rb8 {+47.74/17 +1} 55. Bc5 {+53.90/20 +1} Rh8 {+46.96/19 +1} 56. Rh1 {+53.90/21 +1} Be8 {+46.34/18 +1} 57. Bb6 {+53.90/17 +1} Bd7 {+47.33/17 +1} 58. Bc7 {+53.90/18 +1} Rc8 {+47.33/18 +1} 59. Bf4 {+53.90/19 +1} Rh8 {+47.57/17 +1} 60. Re1 {+53.90/18 +1} Kf7 {+47.57/14 +1} 61. Bg5 {+53.90/18 +1} Kg6 {+47.57/16 +1} 62. Rf1 {+53.90/19 +1} Kf7 {+47.57/18 +1} 63. Ra1 {+53.90/20 +1} Ne7 {+47.70/19 +1} 64. Re1 {+53.90/19 +1} Nc6 {+47.70/18 +1} 65. Rf1 {+53.90/20 +1} Ne7 {+47.70/18 +1} 66. Re1 {+53.90/19 +1} Nc6 {+47.66/17 +1} 67. Bf4 {+53.86/16 +1} Kf6 {+47.74/14 +1} 68. Kh3 {+53.90/18 +1} Kf7 {+47.78/15 +1} 69. Bd6 {+53.82/15 +1} Kg6 {+47.78/13 +1} 70. Bc7 {+53.86/15 +1} Rc8 {+47.78/15 +1} 71. Bg3 {+53.82/13 +1} Rh8 {+47.74/13 +1} 72. Bd6 {+53.86/14 +1} Kf6 {+47.74/16 +1} 73. Rg1 {+53.86/14 +1} Be8 {+47.78/14 +1} 74. Rf1 {+53.86/15 +1} Bd7 {+47.94/12 +1} 75. Rg1 {+53.78/15 +1} Be8 {+47.94/14 +1} 76. Bg3 {+53.86/15 +1} Bd7 {+47.82/13 +1} 77. Bc7 {+53.70/14 +1} Be8 {+47.94/13 +1} 78. Bb6 {+53.74/14 +1} g5 {+49.84/14 +1} 79. hxg5+ {+55.17/11 +1} Kxg5 {+50.00/11 +1} 80. f4+ {+56.30/12 +1} Kf6 {+50.00/13 +1} 81. g5+ {+50.04/18 +1} Kf5 {+50.00/14 +1} 82. Bc5 {+50.04/17 +1} Bg6 {+49.96/14 +1} 83. Kh4 {+50.04/17 +1} Rb8 {+49.96/15 +1} 84. Ra1 {+50.04/18 +1} Rh8 {+49.96/15 +1} 85. Rf1 {+50.04/16 +1} Rc8 {+49.96/15 +1} 86. Re1 {+50.04/18 +1} Rd8 {+49.96/17 +1} 87. Rh1 {+50.04/15 +1} Rg8 {+49.96/18 +1} 88. Re1 {+50.04/16 +1} Rd8 {+49.96/17 +1} 89. Rg1 {+50.04/16 +1} Rh8 {+49.96/17 +1} 90. Ba2 {+50.04/18 +1} Bf7 {+49.96/15 +1} 91. Rf1 {+50.04/17 +1} Bg6 {+48.68/16 +1} 92. Re1 {+50.04/18 +1} Rc8 {+49.96/16 +1} 93. Bb1 {+56.38/12 +1} Bf7 {+48.97/14 +1} 94. c4 {+58.20/12 +1} bxc3 {+38.48/10 +1} 95. bxc3 {+57.43/11 +1} Rb8 {+41.96/10 +1} 96. c4 {+58.44/11 +1} Rd8 {+39.62/10 +1} 97. cxd5 {+63.56/11 +1} Rxd5 {+41.05/10 +1} 98. Ba3 {+59.91/10 +1} Nb4 {+45.36/11 +1} 99. Re4 {+58.16/10 +1} Rd7 {+39.50/10 +1} 100. Bxb4 {+61.24/10 +1} axb4 {+40.17/10 +1} 101. Bc2 {+58.00/10 +1} Rc7 {+52.92/12 +1} 102. Bb3 {+46.59/10 +1} Rc3 {+55.41/11 +1} 103. Bxe6+ {+45.49/10 +1} Bxe6 {+60.66/11 +1} 104. Re5+ {+42.05/9 +1} Kxf4 {+55.53/10 +1} 105. Rxe6 {+43.45/10 +1} Rxd3 {+57.71/11 +1} 106. Rf6+ {+39.94/9 +1} Ke5 {+59.71/10 +1} 107. Rf1 {+39.74/9 +1} Rd2 {+53.61/9 +1} 108. Rb1 {+42.53/9 +1} Rh2+ {+61.59/8 +1} 109. Kg3 {+44.47/1 +1} Ra2 {+58.71/11 +1} 110. Rxb4 {+45.94/9 +1} Ra1 {+53.37/8 +1} 111. Kf2 {+43.01/8 +1} Ra2+ {+53.04/8 +1} 112. Kg3 {+46.84/10 +1} d3 {+55.29/8 +1} 113. Kf3 {+50.00/10 +1} Kf5 {+50.00/10 +1} 114. Rd4 {+50.00/12 +1} d2 {+50.00/11 +1} 115. Ke2 {+50.00/12 +1} h4 {+50.00/12 +1} 116. Rxh4 {+50.00/15 +1} d1=Q+ {+50.00/1 +0} 117. Kxd1 {+50.00/10 +1} Kxg5 {+50.00/9 +0} 118. Rc4 {+50.00/9 +1} Kf6 {+50.00/9 +0} 119. Kc1 {+50.00/11 +1} Ke6 {+50.00/10 +0} 120. Kb1 {+50.00/9 +1} Rh2 {+50.00/10 +0} 121. Rd4 {+50.00/9 +1} Ke5 {+50.00/10 +0} 122. Rd8 {+50.00/9 +1} Rh4 {+50.00/10 +0} 123. Ra8 {+50.00/10 +1} Kd5 {+50.00/10 +0} 124. a5 {+50.00/10 +1} Kc6 {+50.00/11 +0} 125. a6 {+50.00/9 +1} Ra4 {+50.00/11 +0} 126. Kb2 {+50.00/10 +1} Kb6 {+50.00/10 +0} 127. Re8 {+50.00/9 +1} Rxa6 {+50.00/9 +0} 128. Kc3 {+50.00/9 +1} Kc6 {+50.00/9 +0} 129. Re6+ {+50.00/9 +1} Kb5 {+50.00/10 +0} 130. Rxa6 {+50.00/10 +1} Kxa6 {+50.00/11 +0} {Xboard adjudication: Insufficient mating material} 1/2-1/2 [Event "Mac Pro x5690 3.46 Ghz "] [Site "Mac-Pro.local"] [Date "2019.09.19"] [Round "6"] [White "Honey X5j"] [Black "Honey X5j"] [Result "1-0"] [TimeControl "10+0"] [Number "7"] [Annotator "1. +58.48 1... +49.01"] 1. e4 {+58.48/16 +9} c5 {+49.01/18 +8} 2. Nf3 {+57.55/15 +9} e6 {+48.31/16 +8} 3. Nc3 {+61.48/12 +9} Nc6 {+48.81/14 +8} 4. Bb5 {+58.24/16 +8} Nd4 {+48.68/14 +8} 5. O-O {+54.64/14 +8} a6 {+49.88/15 +7} 6. Be2 {+53.49/16 +7} Ne7 {+53.61/12 +7} 7. d3 {+52.51/17 +6} Nec6 {+51.11/15 +7} 8. Nxd4 {+50.37/15 +6} cxd4 {+53.90/15 +7} 9. Nb1 {+51.60/15 +6} d5 {+52.43/15 +7} 10. exd5 {+52.18/16 +6} exd5 {+51.48/16 +7} 11. Re1 {+53.57/13 +6} Be7 {+53.20/17 +7} 12. Bf4 {+53.53/15 +6} O-O {+52.75/14 +7} 13. Nd2 {+53.53/15 +6} Be6 {+52.30/15 +7} 14. a3 {+52.88/15 +6} Qd7 {+51.40/15 +6} 15. Nf3 {+53.45/14 +6} f6 {+49.75/16 +6} 16. h3 {+53.49/16 +5} Rfe8 {+49.92/16 +6} 17. Bg3 {+52.06/15 +5} Bd8 {+50.29/15 +6} 18. Nd2 {+53.33/14 +5} f5 {+50.33/13 +6} 19. Nf3 {+53.86/16 +5} Bf6 {+49.18/19 +5} 20. Bh4 {+55.78/15 +5} Qe7 {+49.84/16 +5} 21. Bxf6 {+54.27/16 +4} Qxf6 {+48.19/17 +5} 22. Qd2 {+55.04/18 +4} h6 {+49.75/16 +5} 23. g3 {+51.44/18 +4} g5 {+50.00/15 +5} 24. Nh2 {+51.11/16 +3} Bf7 {+50.53/17 +5} 25. Bf3 {+52.10/17 +3} Kg7 {+50.00/16 +5} 26. Rxe8 {+51.73/17 +3} Rxe8 {+50.70/16 +4} 27. Re1 {+50.04/14 +3} Rxe1+ {+51.81/15 +4} 28. Qxe1 {+51.40/14 +2} b6 {+50.00/19 +4} 29. Qe2 {+53.08/15 +2} Qg6 {+49.88/16 +4} 30. Nf1 {+53.33/15 +2} a5 {+49.96/17 +4} 31. Nd2 {+54.68/14 +2} Kf8 {+49.96/17 +4} 32. Kg2 {+53.12/16 +2} Kg7 {+49.96/17 +4} 33. Kg1 {+52.67/16 +2} Kf8 {+49.96/19 +3} 34. Kg2 {+51.28/16 +2} Kg7 {+49.96/18 +3} 35. Kf1 {+53.94/16 +2} Kf8 {+49.96/19 +3} 36. Ke1 {+53.37/17 +2} Kg7 {+49.96/17 +3} 37. Kd1 {+52.84/15 +2} Kf8 {+49.96/17 +3} 38. Kc1 {+54.31/13 +1} Kg7 {+49.96/18 +3} 39. a4 {+55.49/13 +1} Kf8 {+49.96/15 +3} 40. Nb1 {+55.08/14 +1} f4 {+48.81/17 +3} 41. gxf4 {+57.71/12 +1} gxf4 {+49.47/13 +3} 42. Qd1 {+56.18/13 +1} Nb4 {+47.70/16 +3} 43. Na3 {+57.63/13 +1} Be8 {+46.26/17 +2} 44. Nb5 {+58.91/13 +1} Bxb5 {+46.26/14 +2} 45. axb5 {+64.28/12 +1} Ke7 {+42.00/15 +2} 46. Kd2 {+68.43/11 +1} Kd6 {+46.22/14 +2} 47. Qf1 {+57.55/15 +1} Qf5 {+38.64/16 +2} 48. h4 {+62.75/14 +1} a4 {+38.48/16 +2} 49. Qa1 {+71.00/12 +1} Kc5 {+24.80/16 +1} 50. Qxa4 {+76.35/12 +1} h5 {+26.53/14 +1} 51. Qa8 {+76.32/12 +1} Kxb5 {+26.14/14 +1} 52. Qe8+ {+77.89/13 +1} Nc6 {+25.99/13 +1} 53. Qxh5 {+80.82/15 +1} Qxh5 {+20.35/15 +1} 54. Bxh5 {+81.12/14 +1} Ne7 {+15.97/20 +1} 55. Be8+ {+84.45/16 +1} Kc5 {+17.55/17 +1} 56. Ke2 {+84.70/16 +1} Nf5 {+17.41/18 +1} 57. h5 {+84.42/15 +1} Kd6 {+17.55/17 +1} 58. Kf3 {+85.44/15 +1} Ke5 {+13.47/17 +1} 59. Kg4 {+82.66/17 +1} Nd6 {+13.82/15 +1} 60. Bg6 {+83.92/15 +1} Kf6 {+13.45/16 +1} 61. Kxf4 {+85.06/13 +1} Nb7 {+16.96/17 +1} 62. Be8 {+86.98/13 +1} Nd8 {+18.11/11 +1} 63. Bd7 {+85.17/16 +1} Ke7 {+18.75/15 +1} 64. Bb5 {+86.47/14 +1} Kf6 {+14.98/16 +1} 65. Ba4 {+86.58/14 +1} Nf7 {+14.00/16 +1} 66. Bc6 {+88.01/12 +1} Ke6 {+14.73/13 +1} 67. Ba4 {+85.90/16 +1} Kf6 {+15.68/16 +1} 68. Bc6 {+86.37/14 +1} Ke6 {+12.60/16 +1} 69. Be8 {+85.90/15 +1} Nd6 {+15.51/14 +1} 70. h6 {+87.48/13 +1} Kf6 {+12.51/15 +1} 71. Bc6 {+87.24/14 +1} Nf7 {+12.03/13 +1} 72. h7 {+87.94/11 +1} Nh8 {+11.18/13 +1} 73. Bxd5 {+88.37/12 +1} Ng6+ {+12.06/11 +1} 74. Ke4 {+89.01/12 +1} Kg7 {+12.15/12 +1} 75. Kxd4 {+89.64/12 +1} Kxh7 {+10.63/12 +1} 76. Be4 {+94.89/14 +1} Kh6 {+5.73/13 +1} 77. Bxg6 {+95.01/14 +1} Kg5 {+5.57/13 +1} 78. Kd5 {+95.13/14 +1} Kf6 {+5.60/15 +1} 79. Kc6 {+95.71/14 +1} Ke5 {+5.70/15 +1} 80. Kxb6 {+100.00/14 +1} Kd4 {+0.00/1 +1} 81. c4 {+100.00/1 +1} Ke5 {+0.00/1 +1} 82. b4 {+100.00/16 +1} Ke6 {+0.00/11 +1} 83. c5 {+100.00/13 +1} Ke5 {+0.00/14 +1} 84. c6 {+100.00/9 +1} Kf4 {+0.00/14 +1} 85. c7 {+100.00/11 +1} Kf3 {+0.00/14 +1} 86. Be4+ {+100.00/1 +1} Kxf2 {+0.00/15 +1} 87. c8=Q {+100.00/13 +1} Ke1 {+0.00/11 +1} 88. Kc5 {+100.00/7 +1} Kf2 {-1000.07/16 +1} 89. Kd4 {+100.00/13 +1} Kg3 {-1000.04/20 +1} 90. b5 {+100.00/2 +1} Kh4 {-1000.05/16 +1} 91. b6 {+1000.05/11 +1} Kg3 {-1000.04/21 +1} 92. b7 {+1000.04/13 +1} Kf2 {-1000.03/21 +1} 93. b8=Q {+1000.03/5 +1} Ke1 {-1000.02/52 +1} 94. Qc1+ {+1000.02/4 +1} Kf2 {-1000.01/245 +1} 95. Qh2# {+1000.01/11 +0} {White mates} 1-0 [Event "Mac Pro x5690 3.46 Ghz "] [Site "Mac-Pro.local"] [Date "2019.09.19"] [Round "7"] [White "Honey X5j"] [Black "Honey X5j"] [Result "1-0"] [TimeControl "10+0"] [Number "8"] [Annotator "1. +58.48 1... +49.01"] 1. e4 {+58.48/16 +9} c5 {+49.01/18 +8} 2. Nf3 {+57.55/15 +9} e6 {+48.19/17 +8} 3. Nc3 {+61.48/12 +9} Nc6 {+49.67/13 +8} 4. Bb5 {+58.24/16 +8} Nd4 {+47.41/14 +7} 5. O-O {+54.64/14 +8} Bd6 {+48.85/13 +7} 6. Nxd4 {+60.06/15 +8} cxd4 {+42.97/14 +7} 7. Ne2 {+60.34/14 +7} Nf6 {+43.41/16 +7} 8. d3 {+59.75/13 +7} a6 {+45.00/16 +6} 9. Ba4 {+63.48/13 +7} e5 {+41.72/14 +6} 10. Bb3 {+60.58/15 +7} O-O {+43.78/15 +6} 11. Ng3 {+60.54/16 +7} Be7 {+41.64/14 +5} 12. f4 {+60.38/15 +6} d6 {+44.92/14 +5} 13. fxe5 {+61.90/16 +6} dxe5 {+43.13/15 +5} 14. Nf5 {+60.22/15 +6} a5 {+42.97/14 +5} 15. Qe1 {+60.54/15 +6} Nh5 {+42.89/15 +5} 16. Qe2 {+60.73/16 +6} a4 {+44.55/16 +5} 17. Bc4 {+61.59/14 +6} Nf6 {+44.59/14 +5} 18. b3 {+59.51/18 +5} Be6 {+41.88/15 +4} 19. Qf3 {+62.41/15 +4} Kh8 {+41.60/17 +4} 20. Qg3 {+62.64/15 +4} Nh5 {+39.34/15 +4} 21. Qxe5 {+66.73/17 +4} Ra5 {+49.30/14 +4} 22. Bb5 {+66.55/14 +4} Bf6 {+40.05/16 +3} 23. Qc5 {+58.08/15 +4} axb3 {+45.24/15 +3} 24. cxb3 {+59.19/17 +4} Bd7 {+43.37/18 +3} 25. Ba3 {+59.79/13 +4} Rxa3 {+45.65/16 +3} 26. Bxd7 {+58.99/14 +4} Ra5 {+39.54/18 +3} 27. Bb5 {+61.67/15 +3} b6 {+40.13/15 +3} 28. Qb4 {+63.02/15 +3} Be5 {+40.33/15 +3} 29. a4 {+62.33/15 +3} Ra7 {+39.54/14 +3} 30. Qe1 {+64.54/16 +3} Nf4 {+37.40/16 +2} 31. g3 {+65.14/14 +3} Ne6 {+36.67/14 +2} 32. Nh4 {+66.59/14 +3} Ng5 {+37.09/13 +2} 33. Qd2 {+65.89/16 +2} Rc7 {+37.40/14 +2} 34. Bc4 {+66.59/13 +2} Bf6 {+33.27/15 +2} 35. Kg2 {+66.84/13 +2} g6 {+35.19/14 +2} 36. a5 {+68.43/13 +2} bxa5 {+36.75/12 +2} 37. Rxa5 {+68.43/13 +2} Be7 {+34.89/13 +1} 38. Nf3 {+68.29/14 +2} Nxf3 {+35.64/13 +1} 39. Rxf3 {+68.21/13 +2} Rb7 {+33.74/14 +1} 40. Ra6 {+70.49/14 +2} f6 {+34.71/13 +1} 41. h4 {+67.86/13 +2} Qb8 {+37.28/12 +1} 42. h5 {+68.53/14 +2} gxh5 {+35.80/12 +1} 43. Qh6 {+70.07/12 +2} Ra7 {+38.13/14 +1} 44. Rf5 {+70.14/13 +2} h4 {+39.38/11 +1} 45. Qxh4 {+69.34/14 +2} Bd8 {+28.53/14 +1} 46. Rxa7 {+74.33/14 +2} Qxa7 {+31.61/12 +1} 47. b4 {+76.29/13 +2} Qg7 {+27.17/13 +1} 48. b5 {+75.01/15 +2} Re8 {+26.98/13 +1} 49. Rc5 {+76.26/17 +1} Bc7 {+25.48/12 +1} 50. Rc6 {+78.70/12 +1} Be5 {+26.08/11 +1} 51. b6 {+73.09/14 +1} Qd7 {+26.72/11 +1} 52. Bd5 {+75.72/13 +1} Rf8 {+23.62/11 +1} 53. Rc5 {+75.44/14 +1} f5 {+21.36/11 +1} 54. Bc4 {+79.81/11 +1} Qg7 {+21.28/11 +1} 55. exf5 {+80.15/14 +1} Bf6 {+25.83/11 +1} 56. Qe4 {+81.52/12 +1} Qg5 {+30.41/11 +1} 57. Qe1 {+79.24/14 +1} Be7 {+17.67/10 +1} 58. Rc7 {+80.97/12 +1} Bd6 {+10.83/10 +1} 59. Rd7 {+81.75/13 +1} Bb8 {+17.86/11 +1} 60. Be6 {+86.70/14 +1} Qe3 {+13.36/11 +1} 61. Qxe3 {+89.15/13 +1} dxe3 {+11.58/11 +1} 62. g4 {+89.68/12 +1} h6 {+10.99/11 +1} 63. Kf3 {+90.00/12 +1} e2 {+9.24/11 +1} 64. Kxe2 {+91.90/11 +1} Bh2 {+7.93/11 +1} 65. d4 {+92.18/13 +1} Bf4 {+7.75/12 +1} 66. Kf3 {+93.54/12 +1} Bb8 {+8.05/11 +1} 67. d5 {+95.01/12 +1} h5 {+5.95/10 +1} 68. g5 {+97.74/11 +1} Be5 {+1.59/11 +1} 69. Ke4 {+98.79/11 +1} Bf6 {+2.07/11 +1} 70. g6 {+1000.06/16 +1} Bg7 {+0.23/11 +1} 71. b7 {+1000.05/20 +1} h4 {-1000.04/24 +1} 72. f6 {+1000.04/23 +1} Rxf6 {-1000.03/51 +1} 73. b8=Q+ {+1000.03/81 +1} Rf8 {-1000.02/245 +1} 74. Qxf8+ {+1000.02/225 +1} Bxf8 {-1000.01/1 +1} 75. Rh7# {+1000.01/245 +1} {White mates} 1-0 [Event "Mac Pro x5690 3.46 Ghz "] [Site "Mac-Pro.local"] [Date "2019.09.19"] [Round "8"] [White "Honey X5j"] [Black "Honey X5j"] [Result "1-0"] [TimeControl "10+0"] [Number "9"] [Annotator "1. +57.51 1... +49.01"] 1. e4 {+57.51/17 +9} c5 {+49.01/18 +8} 2. Nc3 {+58.04/12 +9} e6 {+47.12/14 +8} 3. Nf3 {+57.91/15 +8} Nc6 {+50.16/14 +8} 4. Bb5 {+58.28/14 +8} Nd4 {+46.75/15 +8} 5. O-O {+56.34/15 +8} Bd6 {+47.16/13 +8} 6. Nxd4 {+60.77/14 +8} cxd4 {+44.47/15 +7} 7. Ne2 {+58.16/14 +7} Qb6 {+44.43/15 +7} 8. Bd3 {+59.91/14 +7} Ne7 {+45.28/14 +7} 9. c3 {+59.11/15 +7} Nc6 {+46.67/12 +7} 10. Bc2 {+60.10/13 +7} O-O {+45.36/15 +6} 11. Rb1 {+57.71/16 +6} Be7 {+46.02/15 +6} 12. a3 {+59.95/14 +6} d6 {+47.12/16 +6} 13. cxd4 {+59.03/16 +6} Nxd4 {+47.90/16 +6} 14. Nxd4 {+56.59/15 +6} Qxd4 {+47.49/15 +5} 15. d3 {+57.59/14 +5} Qb6 {+46.14/15 +5} 16. Be3 {+58.36/14 +5} Qa6 {+45.40/14 +5} 17. d4 {+57.51/16 +5} Bd7 {+46.43/15 +5} 18. Qd2 {+58.40/13 +5} Rac8 {+45.49/13 +5} 19. Rfc1 {+56.50/17 +4} b5 {+47.41/14 +5} 20. h3 {+55.21/16 +4} Qb7 {+46.88/14 +5} 21. Bd3 {+57.11/13 +4} d5 {+48.52/15 +4} 22. e5 {+53.98/17 +3} b4 {+48.44/14 +4} 23. axb4 {+52.84/16 +3} Bb5 {+50.99/14 +4} 24. f4 {+54.68/13 +3} g6 {+48.85/16 +4} 25. g4 {+56.26/13 +3} Bxd3 {+48.85/14 +4} 26. Qxd3 {+54.47/14 +3} Qxb4 {+46.06/17 +3} 27. Rc3 {+57.67/14 +3} Rxc3 {+49.96/14 +3} 28. bxc3 {+58.28/13 +3} Qa5 {+49.84/14 +3} 29. f5 {+58.95/13 +2} Bh4 {+49.96/15 +3} 30. Bh6 {+71.37/15 +2} Rc8 {+50.04/15 +3} 31. fxe6 {+73.86/14 +2} fxe6 {+22.51/18 +3} 32. Rf1 {+75.87/15 +2} Qc7 {+23.01/17 +3} 33. g5 {+77.05/17 +2} Bxg5 {+23.36/18 +2} 34. Bxg5 {+78.28/17 +2} Qxc3 {+25.80/17 +2} 35. Qxc3 {+79.16/17 +2} Rxc3 {+21.86/18 +2} 36. Bh6 {+79.62/16 +2} Rc8 {+21.30/18 +2} 37. Ra1 {+80.80/16 +2} Rc7 {+22.74/15 +2} 38. Kh2 {+81.20/15 +2} Kf7 {+20.59/17 +2} 39. Kg3 {+80.69/15 +2} Ke7 {+16.94/17 +2} 40. Ra6 {+82.04/15 +2} Kf7 {+17.17/16 +2} 41. Kg4 {+83.06/17 +2} Rb7 {+15.51/18 +1} 42. Be3 {+84.49/15 +2} Ke7 {+15.51/14 +1} 43. Kg5 {+84.73/15 +2} Kd7 {+17.86/12 +1} 44. Bf4 {+85.44/13 +2} Ke7 {+12.91/16 +1} 45. Kh6 {+88.52/15 +2} Kf7 {+13.08/15 +1} 46. Kxh7 {+92.04/13 +2} Rc7 {+6.75/16 +1} 47. Bg5 {+93.26/14 +2} Rd7 {+7.84/14 +1} 48. h4 {+94.81/15 +2} Rb7 {+4.43/16 +1} 49. Ra1 {+95.40/14 +2} a6 {+3.72/15 +1} 50. Rf1+ {+97.15/15 +2} Ke8+ {+3.72/1 +1} 51. Kxg6 {+97.16/16 +2} Rb4 {+2.41/14 +1} 52. h5 {+97.89/16 +2} Kd7 {+1.96/14 +1} 53. h6 {+98.33/15 +1} Rb8 {+1.72/14 +1} 54. h7 {+98.47/15 +1} a5 {+1.65/13 +1} 55. Rh1 {+98.71/16 +1} Rh8 {+1.50/14 +1} 56. Bf6 {+99.78/17 +1} Rf8 {+1.43/13 +1} 57. h8=Q {+100.00/17 +1} Rxh8 {+0.00/11 +1} 58. Rxh8 {+100.00/17 +1} a4 {+0.00/17 +1} 59. Kf7 {+100.00/19 +1} a3 {+0.00/16 +1} 60. Ra8 {+100.00/18 +1} a2 {+0.00/15 +1} 61. Rxa2 {+100.00/20 +1} Kc7 {+0.00/17 +1} 62. Kxe6 {+100.00/20 +1} Kc6 {+0.00/1 +1} 63. Ra6+ {+100.00/2 +1} Kb5 {+0.00/15 +1} 64. Kxd5 {+100.00/1 +1} Kxa6 {+0.00/15 +1} 65. e6 {+1000.11/16 +1} Kb6 {-1000.12/18 +1} 66. e7 {+1000.07/19 +1} Kb5 {-1000.08/19 +1} 67. e8=Q+ {+1000.06/21 +1} Kb4 {-1000.04/18 +1} 68. Qe3 {+1000.04/25 +1} Kb5 {-1000.03/36 +1} 69. Qb3+ {+1000.03/45 +1} Ka6 {-1000.02/242 +1} 70. Kc6 {+1000.02/245 +1} Ka5 {-1000.01/245 +1} 71. Qa3# {+1000.01/245 +1} {White mates} 1-0 [Event "Mac Pro x5690 3.46 Ghz "] [Site "Mac-Pro.local"] [Date "2019.09.19"] [Round "9"] [White "Honey X5j"] [Black "Honey X5j"] [Result "1/2-1/2"] [TimeControl "10+0"] [Number "10"] [Annotator "1. +57.51 1... +49.01"] 1. e4 {+57.51/17 +9} c5 {+49.01/18 +8} 2. Nc3 {+58.04/12 +9} Nc6 {+49.01/16 +8} 3. Nf3 {+58.87/13 +8} e6 {+50.12/15 +8} 4. Bb5 {+55.69/17 +7} Nge7 {+48.31/16 +7} 5. d4 {+53.25/16 +7} cxd4 {+48.23/14 +7} 6. Nxd4 {+55.98/14 +7} a6 {+48.97/14 +7} 7. Be2 {+56.38/14 +7} d5 {+49.22/15 +7} 8. exd5 {+55.57/14 +7} Nxd5 {+48.56/13 +6} 9. Nxd5 {+54.80/14 +6} Qxd5 {+52.26/13 +6} 10. Nxc6 {+55.17/13 +6} Qxc6 {+49.05/16 +6} 11. Bg5 {+54.80/14 +6} Bd7 {+50.04/13 +6} 12. O-O {+54.23/13 +6} Qc7 {+50.41/15 +5} 13. Qd4 {+53.98/15 +6} e5 {+50.08/13 +5} 14. Qd3 {+52.34/14 +6} h6 {+53.16/13 +5} 15. Be3 {+53.08/14 +6} Be7 {+51.60/16 +5} 16. Rad1 {+52.79/14 +5} Bc6 {+52.06/12 +5} 17. Qb3 {+53.41/15 +5} b5 {+51.89/13 +5} 18. c4 {+53.61/14 +5} O-O {+51.19/12 +4} 19. Rd2 {+52.01/15 +5} Rad8 {+50.78/16 +4} 20. Rfd1 {+50.99/15 +4} Rxd2 {+51.15/14 +4} 21. Rxd2 {+51.15/14 +4} Qb7 {+51.03/16 +4} 22. f3 {+52.51/15 +4} Bf6 {+49.92/13 +4} 23. a4 {+55.29/15 +4} bxa4 {+51.77/14 +4} 24. Qxb7 {+47.82/15 +4} Bxb7 {+53.70/13 +3} 25. Rd6 {+47.29/16 +4} e4 {+55.33/15 +3} 26. Rb6 {+48.60/15 +4} exf3 {+54.27/16 +3} 27. Bxf3 {+48.85/15 +3} Bxf3 {+54.06/15 +3} 28. gxf3 {+48.31/14 +3} Re8 {+51.69/16 +3} 29. Bf2 {+48.11/15 +3} a5 {+52.84/16 +3} 30. Rb5 {+48.56/15 +3} Re2 {+52.51/16 +3} 31. Rxa5 {+48.85/14 +3} Rxb2 {+53.61/13 +3} 32. Rxa4 {+48.85/14 +3} Rc2 {+52.88/14 +3} 33. Kf1 {+48.15/14 +3} Kh7 {+52.59/16 +3} 34. Ke1 {+47.99/13 +3} Bc3+ {+53.78/15 +2} 35. Kf1 {+46.39/15 +3} Be5 {+51.81/15 +2} 36. h4 {+49.01/15 +3} Kg6 {+52.92/14 +2} 37. Ke1 {+48.31/13 +3} Bc3+ {+52.88/16 +2} 38. Kf1 {+48.31/14 +3} Bf6 {+54.27/17 +2} 39. Ke1 {+48.68/15 +3} Kf5 {+52.47/16 +2} 40. c5 {+49.96/13 +3} g5 {+51.56/14 +2} 41. h5 {+48.68/14 +2} Bc3+ {+53.86/13 +2} 42. Kf1 {+45.00/16 +2} Be5 {+53.20/13 +2} 43. Bd4 {+44.83/15 +2} Bxd4 {+56.50/15 +2} 44. Rxd4 {+47.45/15 +2} Rxc5 {+55.73/14 +1} 45. Kf2 {+46.71/15 +2} Rc6 {+56.30/14 +1} 46. Ra4 {+45.49/14 +2} Ke6 {+53.41/17 +1} 47. Ra5 {+48.23/16 +2} Kf6 {+53.41/16 +1} 48. Ra4 {+48.44/14 +2} Ke6 {+53.08/18 +1} 49. Ra5 {+49.09/18 +2} Rd6 {+52.59/17 +1} 50. Kg2 {+49.34/18 +2} Kf6 {+52.55/16 +1} 51. Ra4 {+49.34/22 +2} Ke5 {+52.59/17 +1} 52. Ra5+ {+49.34/19 +2} Kf4 {+52.55/18 +1} 53. Ra4+ {+49.42/21 +2} Ke5 {+52.51/18 +1} 54. Ra5+ {+49.42/23 +2} Kf6 {+52.30/18 +1} 55. Ra4 {+49.42/26 +2} Kg7 {+52.30/20 +1} 56. Kg3 {+49.42/25 +2} Rf6 {+52.30/19 +1} 57. Kg4 {+49.42/26 +2} Rb6 {+52.30/23 +1} 58. Kg3 {+49.42/26 +2} Rb1 {+52.30/23 +1} 59. Kh2 {+49.42/27 +2} Rc1 {+56.38/20 +1} 60. Kg2 {+49.42/29 +2} Rc6 {+52.30/22 +1} 61. Kf2 {+49.42/24 +2} Rd6 {+52.26/20 +1} 62. Kg2 {+49.51/21 +2} Rd1 {+52.26/20 +1} 63. Kh2 {+49.51/23 +2} Rd6 {+52.26/21 +1} 64. Kh3 {+49.51/25 +1} Rd2 {+52.22/22 +1} 65. Kg3 {+49.42/23 +1} Rd1 {+52.26/23 +1} 66. Kh2 {+49.42/27 +1} Rb1 {+52.22/19 +1} 67. Kg2 {+49.42/28 +1} Rb5 {+52.10/18 +1} 68. Kh3 {+49.42/27 +1} Rc5 {+52.22/20 +1} 69. Kg2 {+49.42/26 +1} Rc2+ {+52.10/20 +1} 70. Kh3 {+49.42/26 +1} Rc5 {+52.10/21 +1} 71. Kg2 {+49.42/29 +1} Rc1 {+52.10/21 +1} 72. Kh2 {+49.42/23 +1} Rc6 {+52.10/21 +1} 73. Kg2 {+49.51/25 +1} Kf6 {+52.10/19 +1} 74. Kg3 {+49.51/22 +1} Ke6 {+52.10/20 +1} 75. Ra5 {+49.42/21 +1} Kf6 {+52.10/20 +1} 76. Ra4 {+49.51/23 +1} Rb6 {+52.10/22 +1} 77. Kg2 {+49.51/22 +1} Ke6 {+52.10/20 +1} 78. Ra5 {+49.55/19 +1} Rb2+ {+52.10/21 +1} 79. Kg3 {+49.51/21 +1} Kf6 {+52.10/19 +1} 80. Ra6+ {+49.51/21 +1} Kg7 {+52.06/19 +1} 81. Ra4 {+49.51/23 +1} Rb3 {+51.77/17 +1} 82. Kf2 {+49.63/22 +1} Rb2+ {+51.73/18 +1} 83. Kg3 {+49.63/24 +1} Rb5 {+51.85/18 +1} 84. Kh3 {+49.67/18 +1} Rd5 {+51.65/17 +1} 85. Kg3 {+49.79/17 +1} Rd6 {+51.65/19 +1} 86. Kh3 {+49.79/17 +1} Rc6 {+51.97/18 +1} 87. Kg3 {+49.96/19 +1} Kf6 {+51.52/16 +1} 88. Kg2 {+49.96/18 +1} Rd6 {+51.52/19 +1} 89. Kg3 {+49.96/20 +1} Rd1 {+51.52/16 +1} 90. Kg2 {+49.96/18 +1} Rc1 {+51.52/16 +1} 91. Ra6+ {+49.96/21 +1} Kg7 {+51.52/17 +1} 92. Ra4 {+49.96/22 +1} Rc6 {+51.15/19 +1} 93. Kh3 {+49.96/22 +1} f5 {+51.15/19 +1} 94. Kg3 {+49.96/23 +1} Rb6 {+50.53/16 +1} 95. Ra8 {+49.96/20 +1} Kf6 {+50.04/16 +1} 96. Ra4 {+49.96/20 +1} Ke5 {+50.04/15 +1} 97. Ra5+ {+49.96/21 +1} Ke6 {+50.04/18 +1} 98. Ra7 {+49.96/18 +1} Kf6 {+50.04/17 +1} 99. Ra4 {+49.96/21 +1} f4+ {+50.04/18 +1} 100. Kg4 {+49.96/18 +1} Ke5 {+50.04/16 +1} 101. Re4+ {+50.00/15 +1} Kd5 {+50.04/14 +1} 102. Ra4 {+50.00/16 +1} Re6 {+50.04/14 +1} 103. Kf5 {+50.00/15 +1} Rc6 {+50.04/13 +1} 104. Kg4 {+49.96/17 +1} Rf6 {+50.04/15 +1} 105. Ra7 {+49.96/17 +1} Rc6 {+50.04/18 +1} 106. Ra5+ {+49.96/18 +1} Kd4 {+50.04/18 +1} 107. Ra4+ {+49.96/18 +1} Kc3 {+50.04/18 +1} 108. Ra3+ {+49.96/18 +1} Kc4 {+50.04/17 +1} 109. Ra4+ {+49.96/18 +1} Kd5 {+50.04/18 +1} 110. Kf5 {+49.96/18 +1} Rb6 {+50.04/16 +1} 111. Ra7 {+50.00/14 +1} Kd4 {+50.04/14 +1} 112. Rg7 {+50.00/15 +1} Rb5+ {+53.86/10 +1} 113. Kg6 {+50.00/15 +1} g4 {+50.00/10 +1} 114. fxg4 {+50.00/14 +1} Rb6+ {+50.00/11 +1} 115. Kh7 {+50.00/15 +1} f3 {+50.00/12 +1} 116. g5 {+50.00/14 +1} hxg5 {+50.00/12 +1} 117. Rxg5 {+50.00/7 +1} Ke4 {+50.00/10 +1} 118. Rg7 {+50.00/10 +1} Rf6 {+50.00/11 +1} 119. Rg1 {+50.00/11 +1} Kd3 {+50.00/9 +1} 120. Kg7 {+50.00/11 +1} f2 {+50.00/10 +1} 121. Rf1 {+50.00/11 +1} Ke2 {+50.00/12 +1} 122. Rxf2+ {+50.00/12 +1} Rxf2 {+50.00/15 +1} 123. h6 {+50.00/14 +1} Rh2 {+50.00/15 +1} 124. h7 {+50.00/16 +1} Rh1 {+50.00/15 +1} 125. h8=Q {+50.00/16 +1} Rxh8 {+50.00/17 +1} 126. Kxh8 {+50.00/16 +1} {Xboard adjudication: Insufficient mating material} 1/2-1/2 [Event "Mac Pro x5690 3.46 Ghz "] [Site "Mac-Pro.local"] [Date "2019.09.19"] [Round "10"] [White "Honey X5j"] [Black "Honey X5j"] [Result "1/2-1/2"] [TimeControl "10+0"] [Number "11"] [Annotator "1. +58.48 1... +49.01"] 1. e4 {+58.48/16 +9} c5 {+49.01/18 +8} 2. Nf3 {+57.55/15 +9} e6 {+47.86/15 +8} 3. Nc3 {+61.48/12 +9} Nc6 {+46.67/15 +8} 4. Bb5 {+58.24/16 +8} Nd4 {+48.97/14 +8} 5. O-O {+54.64/14 +8} Bd6 {+48.03/13 +8} 6. Nxd4 {+60.06/15 +7} cxd4 {+43.09/15 +7} 7. Ne2 {+60.34/14 +7} Qb6 {+43.13/14 +7} 8. Bd3 {+56.99/16 +6} Ne7 {+44.10/13 +7} 9. f4 {+57.71/15 +6} O-O {+45.32/15 +7} 10. Ng3 {+57.15/15 +6} Bc5 {+44.06/15 +6} 11. a3 {+57.03/15 +6} a5 {+43.45/14 +6} 12. b3 {+57.07/14 +6} d5 {+45.94/13 +6} 13. a4 {+57.11/13 +6} Nc6 {+48.35/15 +6} 14. exd5 {+52.79/18 +5} exd5 {+49.75/14 +6} 15. Kh1 {+54.84/12 +5} Nb4 {+50.45/15 +6} 16. Bb5 {+53.82/14 +5} Qd6 {+49.38/16 +5} 17. f5 {+54.51/14 +4} Bd7 {+50.21/14 +5} 18. Bxd7 {+54.15/15 +4} Qxd7 {+51.85/14 +5} 19. Ba3 {+55.33/14 +4} f6 {+49.67/17 +5} 20. Bxb4 {+55.69/14 +4} Bxb4 {+50.62/15 +5} 21. Ne2 {+54.43/14 +4} Bc5 {+46.10/17 +4} 22. g4 {+54.19/16 +4} Rfc8 {+46.22/17 +4} 23. Nf4 {+55.29/14 +4} Bd6 {+46.80/16 +4} 24. Ne6 {+56.59/15 +4} Be5 {+44.47/14 +4} 25. d3 {+59.55/14 +4} Ra6 {+42.49/17 +3} 26. Re1 {+57.87/15 +4} h6 {+42.29/16 +3} 27. Qd2 {+58.12/15 +3} Rac6 {+43.90/17 +3} 28. Ra2 {+58.79/16 +3} Rc3 {+44.22/15 +3} 29. Qf2 {+59.75/16 +3} Qc6 {+43.70/17 +3} 30. Re2 {+59.15/15 +3} Qd7 {+40.93/17 +2} 31. h4 {+63.02/14 +3} g5 {+38.84/17 +2} 32. Nxd4 {+61.75/15 +3} Bxd4 {+39.94/16 +2} 33. Qxd4 {+62.25/14 +3} Qd6 {+39.07/13 +2} 34. hxg5 {+62.72/19 +3} hxg5 {+41.36/12 +2} 35. Kg2 {+62.72/15 +3} R3c7 {+43.25/15 +2} 36. c4 {+61.94/19 +3} Rh7 {+43.78/13 +2} 37. Qxd5+ {+63.48/17 +3} Qxd5+ {+42.97/13 +2} 38. cxd5 {+66.40/19 +3} Rd7 {+42.61/13 +1} 39. Rac2 {+65.74/20 +2} Rxc2 {+40.17/17 +1} 40. Rxc2 {+66.92/18 +2} Rxd5 {+40.17/18 +1} 41. Rc8+ {+66.11/18 +2} Kf7 {+36.40/18 +1} 42. Rc7+ {+67.28/16 +2} Ke8 {+32.83/17 +1} 43. Rxb7 {+67.86/18 +2} Rxd3 {+32.83/15 +1} 44. Rb5 {+69.80/17 +2} Ke7 {+37.67/16 +1} 45. Rxa5 {+70.45/18 +2} Rxb3 {+31.25/15 +1} 46. Ra6 {+70.73/17 +2} Ra3 {+33.30/14 +1} 47. a5 {+55.53/18 +2} Ra2+ {+34.52/15 +1} 48. Kf3 {+55.86/17 +2} Ra4 {+35.53/15 +1} 49. Ra8 {+61.55/17 +2} Kd6 {+35.80/13 +1} 50. a6 {+51.19/20 +2} Ra3+ {+47.45/12 +1} 51. Ke4 {+50.04/20 +2} Ra4+ {+48.03/14 +1} 52. Kd3 {+50.04/20 +1} Kc5 {+47.62/16 +1} 53. Ke2 {+50.04/21 +1} Ra2+ {+48.07/13 +1} 54. Ke3 {+50.04/21 +1} Ra3+ {+49.79/15 +1} 55. Kd2 {+50.04/21 +1} Ra4 {+49.96/15 +1} 56. Ke3 {+50.04/20 +1} Ra3+ {+49.96/17 +1} 57. Kd2 {+50.04/22 +1} Ra4 {+49.96/17 +1} 58. Kd3 {+50.04/20 +1} Ra3+ {+49.96/17 +1} 59. Ke4 {+50.04/22 +1} Ra4+ {+49.96/18 +1} 60. Kd3 {+50.04/21 +1} Ra3+ {+49.96/18 +1} 61. Ke4 {+50.04/22 +1} Ra4+ {+49.96/21 +1} 62. Kf3 {+50.04/23 +1} Ra3+ {+49.96/17 +1} 63. Ke2 {+50.04/21 +1} Ra2+ {+49.96/19 +1} 64. Kf3 {+50.04/23 +1} Ra3+ {+49.96/20 +1} 65. Kg2 {+50.04/24 +1} Ra2+ {+49.96/20 +1} 66. Kg3 {+50.04/22 +1} Ra3+ {+49.96/21 +1} 67. Kg2 {+50.04/23 +1} Ra2+ {+49.96/20 +1} 68. Kh3 {+50.04/21 +1} Ra3+ {+49.96/19 +1} 69. Kh2 {+50.04/25 +1} Ra2+ {+49.96/20 +1} 70. Kh1 {+50.04/20 +1} Ra1+ {+49.96/17 +1} 71. Kh2 {+50.04/26 +1} Ra2+ {+49.96/21 +1} 72. Kg3 {+50.04/24 +1} Ra3+ {+49.96/22 +1} 73. Kf2 {+50.04/26 +1} Ra2+ {+49.96/22 +1} 74. Kg3 {+50.04/23 +1} {Draw by repetition} 1/2-1/2[/pgn]
Image
gonzaloarro
Posts: 12
Joined: Sat Aug 31, 2019 4:23 am
Full name: Gonzalo Arro

Re: New engine: Mora

Post by gonzaloarro »

jp wrote: Thu Sep 19, 2019 6:45 am
gonzaloarro wrote: Wed Sep 18, 2019 6:50 am
MikeB wrote: Wed Sep 18, 2019 12:49 am Do you know your searches are non-deterministic with one core/thread ( at least for me) .
I think I know why. It's because the set of Zobrist keys used for hashing are generated at random when the engine starts. For 2 different executions of the program, the entries in the tranposition table are going to be different. The final results should be the same if the engine would inspect the whole search tree no matter the transposition table, but I also used some pruning techniques. So when you combine that with different values from the tranposition table it can finally lead to non deterministic searches.

Non determinism was definitely a big problem when I had to test the engine, but I think it shouldn't affect the strength.
What does Stockfish (or other open-source engines) do? Is there an easy way to hack SF so you can turn on non-determinism in they way your engine has it? Sometimes you want it (e.g. playing a bookless match), and maybe you want more than just multi-threading to provide it.
I just want to be clear that I was not trying to achieve non determinism, it was an unexpected consequence of my implementation. But if you want non determinism without opening books there should probably be a better way to do it (not that I know how).

And I'm also sure that many engines provide some kind of option to adjust variety without having to hack the code, like the example MikeB posted.
jp
Posts: 1470
Joined: Mon Apr 23, 2018 7:54 am

Re: New engine: Mora

Post by jp »

gonzaloarro wrote: Fri Sep 20, 2019 1:24 am I just want to be clear that I was not trying to achieve non determinism, it was an unexpected consequence of my implementation. But if you want non determinism without opening books there should probably be a better way to do it (not that I know how).
Yes, I understood (but it can be useful if it can be turned on and off).
jp
Posts: 1470
Joined: Mon Apr 23, 2018 7:54 am

Re: New engine: Mora

Post by jp »

MikeB wrote: Thu Sep 19, 2019 8:41 pm The variety above weakens Honey tremendously but obviously suitable for human play.
But if we want variety but still close to full strength, will setting Variety to 10 and J&H to 1 do it?
User avatar
MikeB
Posts: 4889
Joined: Thu Mar 09, 2006 6:34 am
Location: Pen Argyl, Pennsylvania

Re: New engine: Mora

Post by MikeB »

jp wrote: Fri Sep 20, 2019 12:34 pm
MikeB wrote: Thu Sep 19, 2019 8:41 pm The variety above weakens Honey tremendously but obviously suitable for human play.
But if we want variety but still close to full strength, will setting Variety to 10 and J&H to 1 do it?
It will be, nut the variety will be much more limited. In fact last night I re-did the variety function to make it just a single checkout box.

It will play with sufficient variety that that I would expect one would nave have anything close to a duplicate game with no opening book ( but I suppose it could happen) and the user will be able to set it off or on whether they are playing full-strength or one of the weaker Elo levels.

At the middle Elo levels from 1600 to 1800, the variety function will costs about ~200 Elo, so if you normally play at Elo 1500 against Honey, you would want to move up to about 1700 with the variety switch turned on. At the higher Elo levels, the impact is about 300 Elo or a little more.


Here's is the impact from using Variety on playing strength Elo at various Elo levels ( using the Honey play by Elo function with Elo identified in the engine name below , the "v" signals Variety was turned on

Code: Select all

 Rank Name             Rating   Δ     +    -     #     Σ    Σ%     W    L    D   W%    =%   OppR 
 ---------------------------------------------------------------------------------------------------------
    1 Honey-X5j-1800    1809   0.0   16   16  2500 2020.0  80.8 1923  383  194  76.9   7.8  1543 
    2 Honey-X5i-1700    1700 109.0   14   14  2500 1662.0  66.5 1549  725  226  62.0   9.0  1564 
    3 Honey-X5j-1600    1584 115.3   14   14  2500 1244.5  49.8 1143 1154  203  45.7   8.1  1588 
    4 Honey-X5j-1800v   1572  12.9   14   14  2500 1191.0  47.6 1086 1204  210  43.4   8.4  1590 
    5 Honey-X5i-1700v   1474  97.7   15   15  2500  835.0  33.4  733 1563  204  29.3   8.2  1610 
    6 Honey-X5j-1600v   1384  90.2   16   16  2500  547.5  21.9  472 1877  151  18.9   6.0  1628 
 ---------------------------------------------------------------------------------------------------------
 
 Rank Name             Rating   Δ     +    -     #     Σ    Σ%     W    L    D   W%    =%   OppR 
 ---------------------------------------------------------------------------------------------------------
    1 Honey-X5i-2200    2213   0.0   17   17  2500 2094.0  83.8 1978  290  232  79.1   9.3  1896 
    2 Honey-X5i-2100    2100 113.5   15   15  2500 1766.0  70.6 1621  589  290  64.8  11.6  1919 
    3 Honey-X5i-2000    2000 100.2   14   14  2500 1429.0  57.2 1277  919  304  51.1  12.2  1939 
    4 Honey-X5i-2200v   1876 123.3   14   14  2500  995.5  39.8  831 1340  329  33.2  13.2  1964 
    5 Honey-X5i-2100v   1789  87.3   15   15  2500  711.5  28.5  579 1656  265  23.2  10.6  1981 
    6 Honey-X5i-2000v   1716  72.8   16   16  2500  504.0  20.2  403 1895  202  16.1   8.1  1996 
 ---------------------------------------------------------------------------------------------------------
 
Rank Name             Rating   Δ     +    -     #     Σ    Σ%     W    L    D   W%    =%   OppR 
---------------------------------------------------------------------------------------------------------
   1 Honey-X5i-2700    2710   0.0   15   15  2500 2118.5  84.7 1913  176  411  76.5  16.4  2375 
   2 Honey-X5i-2600    2610 100.1   13   13  2500 1846.0  73.8 1586  394  520  63.4  20.8  2395 
   3 Honey-X5i-2500    2500 109.6   12   12  2500 1503.5  60.1 1205  698  597  48.2  23.9  2417 
   4 Honey-X5i-2700v   2334 165.6   12   12  2500  910.0  36.4  574 1254  672  23.0  26.9  2450 
   5 Honey-X5i-2600v   2256  78.8   13   13  2500  668.5  26.7  407 1570  523  16.3  20.9  2466 
   6 Honey-X5i-2500v   2177  78.6   14   14  2500  453.5  18.1  242 1835  423   9.7  16.9  2482 
---------------------------------------------------------------------------------------------------------
Sample game, playing Honey at Elo 1500 with variety turned on, no opening book. Elo 1500 sees about 700 nps, there is no randomization with the Elo play except any the lowest Elo levels, the strength is limited by reducing the nps, thus shortening the Horizon .

[pgn] [Event "fun game"] [Site "Mac-Pro.local"] [Date "2019.09.20"] [Round "-"] [White "me""] [Black "Honey X5j"] [Result "1-0"] [TimeControl "120+3"] 1. e4 Nc6 {+48.11/8 +116} 2. d4 d5 {+47.53/8 +113} 3. e5 e6 {+47.74/8 +110} 4. c3 Bd7 {+46.92/8 +107} 5. Bd3 g5 {+44.10/9 +104} 6. Nf3 h6 {+46.26/10 +100} 7. Be3 g4 {+46.71/9 +97} 8. Nfd2 h5 {+46.80/9 +94} 9. f3 Bh6 {+46.30/8 +91} 10. Qe2 Bg5 {+46.10/7 +88} 11. O-O Bxe3+ {+47.16/9 +85} 12. Qxe3 Nce7 {+46.43/10 +81} 13. fxg4 hxg4 {+44.02/10 +78} 14. Qg5 Nf5 {+51.52/10 +75} 15. Qxg4 Ne3 {+47.82/9 +72} 16. Qg7 Qh4 {+46.71/9 +69} 17. Rxf7 Qxh2+ {+48.60/8 +66} 18. Kf2 Nd1+ {+47.16/10 +62} 19. Ke1 O-O-O {+46.96/12 +59} 20. Kxd1 Qh1+ {+27.96/9 +56} 21. Bf1 a6 {+28.00/10 +53} 22. Kc1 Qh6 {+28.77/11 +50} 23. Na3 Qxg7 {+29.04/12 +47} 24. Rxg7 Nh6 {+20.97/9 +44} 25. b3 Nf5 {+25.89/11 +41} 26. Rg6 Rdf8 {+22.86/9 +38} 27. Nc2 Ne7 {+23.89/11 +35} 28. Rf6 Rfg8 {+33.27/13 +32} 29. Rf2 Nf5 {+23.48/10 +29} 30. Kb2 Kb8 {+22.57/10 +26} 31. Bd3 Rg3 {+21.55/12 +23} 32. Bxf5 exf5 {+25.26/12 +21} 33. Nb4 Rh2 {+14.12/10 +18} 34. Rg1 Rg7 {+13.90/11 +16} 35. Nxd5 c6 {+12.27/12 +14} 36. Nf4 Rhh7 {+8.76/11 +12} 37. Nf1 Rh6 {+8.71/10 +10} 38. Ne3 Rg3 {+12.10/11 +9} 39. Rf3 Rxf3 {+9.52/10 +7} 40. gxf3 Kc7 {+13.17/8 +6} 41. Rg7 Rh2+ {+8.73/10 +5} 42. Ka3 Kd8 {+4.57/9 +4} 43. Rg8+ Be8 {+9.55/9 +4} 44. Nxf5 a5 {+7.96/11 +3} 45. Nd6 Rd2 {+1.84/8 +3} 46. Rxe8+ Kd7 {+1.92/14 +3} 47. Ng6 b5 {+2.01/8 +3} 48. Re7+ Kd8 {+1.85/8 +3} 49. Nb7+ Kc8 {+3.43/9 +3} 50. Nf8 b4+ {+2.72/7 +3} 51. cxb4 axb4+ {+4.53/10 +3} 52. Kxb4 Rxd4+ {+2.80/7 +3} 53. Kc3 Rf4 {+3.70/9 +3} 54. Ne6 Rxf3+ {+5.04/10 +3} 55. Kb4 Kb8 {+3.43/9 +3} 56. Kc5 Ka7 {+4.24/8 +3} 57. Nd6+ Ka6 {+4.48/10 +3} 58. Kxc6 Rf1 {+2.63/7 +3} 59. Nc4 Rf6 {+2.24/9 +3} 60. Kc5 Rh6 {+0.00/7 +3} 61. Kb4 Rxe6 {+0.00/19 +3} 62. Rxe6+ Kb7 {+0.00/9 -6} 63. Kb5 Kc8 {+0.00/6 -3} 64. Kc6 Kb8 {-1000.03/13 +0} 65. Re8+ Ka7 {-1000.02/23 +2} 66. Rc8 Ka6 {-1000.01/245 +3} 67. Ra8# {White mates} 1-0[/pgn]
Image
jp
Posts: 1470
Joined: Mon Apr 23, 2018 7:54 am

Re: New engine: Mora

Post by jp »

MikeB wrote: Fri Sep 20, 2019 2:14 pm At the middle Elo levels from 1600 to 1800, the variety function will costs about ~200 Elo, so if you normally play at Elo 1500 against Honey, you would want to move up to about 1700 with the variety switch turned on. At the higher Elo levels, the impact is about 300 Elo or a little more.
Thanks for that info. It's interesting that the elo drop is so large. If we use a huge number of threads to add variety, I wouldn't guess the elo drop would be huge, but maybe that sort of variety is also limited.
the_real_greco
Posts: 70
Joined: Thu Sep 19, 2019 5:55 am
Full name: Andy!

Re: New engine: Mora

Post by the_real_greco »

gonzaloarro wrote: Sat Sep 14, 2019 4:39 am
"MORA" doesn't actually stand for anything, it is just the name of my cat who was happen to be at my desk when I started to code, so I decided to name the engine in her honor haha.
Does anyone else find this explanation sort of... regressive?