New engine releases 2019

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

Moderators: hgm, Rebel, chrisw

User avatar
Guenther
Posts: 4605
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: New engine releases 2019

Post by Guenther »

If someone wants to take a shot at 'Gearheart', which was virtually announced in January by Josh Odom.
sources:
https://bitbucket.org/odomobo/gearheart

viewtopic.php?f=7&t=69764&p=788244&hili ... rt#p788244
https://rwbc-chess.de

trollwatch:
Chessqueen + chessica + AlexChess + Eduard + Sylwy
User avatar
Guenther
Posts: 4605
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: New engine releases 2019

Post by Guenther »

https://rwbc-chess.de

trollwatch:
Chessqueen + chessica + AlexChess + Eduard + Sylwy
tpoppins
Posts: 919
Joined: Tue Nov 24, 2015 9:11 pm
Location: upstate

Re: New engine releases 2019

Post by tpoppins »

Guenther wrote: Fri Apr 26, 2019 2:11 pm If someone wants to take a shot at 'Gearheart', which was virtually announced in January by Josh Odom.
sources:
https://bitbucket.org/odomobo/gearheart

viewtopic.php?f=7&t=69764&p=788244&hili ... rt#p788244

GearHeart 0.16 POPCNT and SSE3 builds

Mediafire: GearHeart-016-tp.zip
Filedropper: GearHeart-016-tp.zip

Compilation requires the sparsehash and boost packages.
I also had to disable FLTO as the resulting execs crashed.
Tirsa Poppins
CCRL
User avatar
Guenther
Posts: 4605
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: New engine releases 2019

Post by Guenther »

tpoppins wrote: Fri Apr 26, 2019 3:03 pm
Guenther wrote: Fri Apr 26, 2019 2:11 pm If someone wants to take a shot at 'Gearheart', which was virtually announced in January by Josh Odom.
sources:
https://bitbucket.org/odomobo/gearheart

viewtopic.php?f=7&t=69764&p=788244&hili ... rt#p788244

GearHeart 0.16 POPCNT and SSE3 builds

Mediafire: GearHeart-016-tp.zip
Filedropper: GearHeart-016-tp.zip

Compilation requires the sparsehash and boost packages.
I also had to disable FLTO as the resulting execs crashed.
Thanks Tirsa, I knew you couldn't resist ;-)
https://rwbc-chess.de

trollwatch:
Chessqueen + chessica + AlexChess + Eduard + Sylwy
Gabor Szots
Posts: 1362
Joined: Sat Jul 21, 2018 7:43 am
Location: Szentendre, Hungary
Full name: Gabor Szots

Re: New engine releases 2019

Post by Gabor Szots »

Gabor Szots
CCRL testing group
User avatar
Guenther
Posts: 4605
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: New engine releases 2019

Post by Guenther »

Finally added PyTuroChamp to the chronology after some re-testing sessions today.
Could run successfully matches now under CuteChess as uci! with Python 3.71 and pypy3 (recommended for speed).
You stilll need to import python-chess first, in your Python or pypy installation with the pip importer.
https://github.com/niklasf/python-chess

For rating organisations probably the best is to use 'newt' from several available PyTuroChamp flavors,
because this one has time management!

I backdated the entry to 2018-07-02 when several major changes were done to stability and uci support.
Current release was changed just a week ago for at least one flavour.
BTW it is also able to play from start positions since a while.

https://github.com/mdoege/PyTuroChamp
https://mdoege.github.io/PyTuroChamp/
https://mdoege.github.io/PyTuroChamp/engine.html

Currently running a test match vs. NSVChess_014 at 40/4.

For simplicity and other things I just run it through Inbetween:

Code: Select all

[InBetween]
Debug := 3
CommandLine := C:\pypy3\pypy3.exe C:\Engines\WB\PyTuroChamp_20190422/ptc_xboard.py newt
Log := PyTuroChamp_20190422.log
 
[Client2Server]
; Set transalation of commands from the client here
; format word := translation
 
[Server2Client]
; Set transalation of commands from the server here
; format word := translation
The json entry for CuteChess:

Code: Select all

{
		"command" : "PyTuroChamp_20190422.exe",
		"name" : "PyTuroChamp_20190422",
		"protocol" : "uci",
		"stderrFile" : "",
		"workingDirectory" : "C:\\Engines\\WB\\PyTuroChamp_20190422"
	},
https://rwbc-chess.de

trollwatch:
Chessqueen + chessica + AlexChess + Eduard + Sylwy
User avatar
Guenther
Posts: 4605
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: New engine releases 2019

Post by Guenther »

Guenther wrote: Mon Apr 29, 2019 1:56 pm Currently running a test match vs. NSVChess_014 at 40/4.
8 games, final result 4:4 should have been 4.5:3.5 for NSVChess though.

Game 3 uncorked an promotion bug for NSV which I wasn't aware anymore.
(can be fixed with polyglot, which will set Q as a promotion piece automatically,
if Promoteworkaround = true)

Game 8 showed a full R blunder in an easy drawn endgame by PyTuroChamp, but still
NSV allowed a 3 time rep, but PyTurochamp neither made the rep move nor
showed any move at all in the pv anymore and lost on time.

[pgn][Event "Test 2019"] [Site "RWBC Win7U-64 Q8200 2.33Ghz Nvidia GT 710"] [Date "2019.04.29"] [Round "1"] [White "PyTuroChamp_20190422"] [Black "NSVChess_014"] [Result "0-1"] [ECO "A04"] [Opening "Reti v Dutch"] [PlyCount "65"] [Termination "adjudication"] [TimeControl "40/240"] 1. Nf3 {book} f5 {book} 2. b3 {book} d6 {book} 3. d4 {book} g6 {book} 4. Nc3 {+0.12/3 9.13s} Nf6 {-0.26/5 4.93s} 5. Bf4 {+0.09/3 6.00s} Nbd7 {-0.19/5 7.43s} 6. e3 {+0.03/2 5.96s} e5 {-0.06/5 11.95s} 7. Nxe5 {+1.03/2 5.95s} dxe5 {+2.35/5 4.00s} 8. dxe5 {-0.74/3 5.95s} Bb4 {+1.18/5 5.38s} 9. Qd4 {-0.78/2 5.96s} c5 {+1.30/5 3.43s} 10. Qc4 {-0.75/2 5.95s} Nb6 {+1.26/5 3.05s} 11. Qb5+ {-0.73/2 5.99s} Bd7 {+1.41/6 5.15s} 12. Qd3 {-0.78/2 5.96s} Ne4 {+1.50/5 8.86s} 13. O-O-O {-3.53/3 5.96s} Nxc3 {+4.80/5 6.48s} 14. Qd6 {-5.54/3 5.95s} c4 {+4.81/5 6.37s} 15. Qf6 {-4.51/2 5.95s} Nxa2+ {+5.65/5 3.64s} 16. Kb2 {-4.56/4 5.94s} Na4+ {+5.72/5 4.78s} 17. bxa4 {-2.70/4 5.95s} Qxf6 {+11.38/5 4.07s} 18. exf6 {-0.69/3 5.95s} Nc3 {+2.58/5 2.54s} 19. f7+ {+0.51/4 5.95s} Kd8 {+2.54/7 6.79s} 20. Rxd7+ {+3.60/3 5.93s} Kxd7 {+3.63/7 4.11s} 21. Ka1 {-2.28/3 5.93s} Rhc8 {+3.55/5 2.58s} 22. Bxc4 {-2.26/3 5.96s} Rxc4 {+6.16/5 5.97s} 23. Rd1+ {-3.36/3 5.93s} Nxd1 {+10.91/5 1.04s} 24. Be5 {-10.29/3 5.93s} Rxc2 {+12.05/5 6.95s} 25. Kb1 {-7.51/3 5.94s} Rxf2 {+13.09/5 3.75s} 26. Kc1 {-10.53/3 5.95s} Nxe3 {+14.45/5 2.20s} 27. Kb1 {-14.34/3 5.94s} Ke6 {+14.47/5 6.14s} 28. Bd4 {-14.41/3 5.93s} f4 {+14.47/5 1.93s} 29. Bxe3 {-11.63/3 5.92s} fxe3 {+14.55/5 1.50s} 30. a5 {-15.86/4 5.91s} e2 {+14.55/5 3.56s} 31. f8=N+ {-14.87/3 5.92s} Raxf8 {+15.79/5 2.47s} 32. Kc2 {-24.09/4 5.91s} Rxg2 {+16.97/5 7.32s} 33. Kd3 {-25.08/4 5.92s, Black wins by adjudication} 0-1 [Event "Test 2019"] [Site "RWBC Win7U-64 Q8200 2.33Ghz Nvidia GT 710"] [Date "2019.04.29"] [Round "1"] [White "NSVChess_014"] [Black "PyTuroChamp_20190422"] [Result "0-1"] [ECO "A04"] [Opening "Reti v Dutch"] [PlyCount "95"] [Termination "adjudication"] [TimeControl "40/240"] 1. Nf3 {book} f5 {book} 2. b3 {book} d6 {book} 3. d4 {book} g6 {book} 4. Qd3 {+0.27/5 3.78s} Nf6 {-0.07/4 6.07s} 5. Nc3 {+0.27/5 15.65s} Nc6 {-0.04/3 6.04s} 6. d5 {+0.04/5 19.78s} Ne5 {-0.06/3 6.03s} 7. Qd4 {-0.03/5 3.02s} Nxf3+ {-0.01/2 6.04s} 8. exf3 {+0.09/6 5.45s} Bd7 {-0.02/3 6.02s} 9. Bb5 {+0.04/5 23.77s} Bxb5 {0.00/3 6.04s} 10. Nxb5 {+0.05/5 14.38s} a6 {-0.01/3 6.06s} 11. Nc3 {+0.09/5 5.99s} Qd7 {-0.04/3 6.02s} 12. Bg5 {+0.18/5 19.73s} Bg7 {-0.04/3 6.03s} 13. Qa4 {+0.03/5 14.45s} O-O {-0.04/2 6.03s} 14. Bxf6 {+3.44/5 9.71s} Qxa4 {+0.38/3 6.03s} 15. Nxa4 {+3.31/5 5.44s} Bxf6 {+0.45/3 6.03s} 16. O-O-O {-0.08/5 2.28s} f4 {+0.44/3 6.03s} 17. c4 {+0.06/5 8.43s} Rfe8 {+0.45/3 6.02s} 18. g3 {+0.06/5 8.03s} fxg3 {+0.48/3 6.01s} 19. fxg3 {+0.18/5 2.71s} e6 {+0.45/4 6.03s} 20. dxe6 {+1.23/5 2.27s} Rxe6 {+0.43/4 6.03s} 21. c5 {-0.06/5 11.22s} Rae8 {+0.48/3 6.01s} 22. Kb1 {-0.14/5 2.40s} dxc5 {+0.43/2 6.01s} 23. Nxc5 {+0.02/5 4.55s} Re2 {+0.44/3 6.01s} 24. a3 {-0.08/5 7.83s} Rb2+ {+0.46/3 6.02s} 25. Kc1 {-0.03/4 0.071s} Ree2 {+0.47/3 6.01s} 26. Rd7 {-0.03/4 0.65s} Rec2+ {+3.27/3 6.02s} 27. Kd1 {-0.23/4 0.022s} Rxc5 {+4.27/3 6.01s} 28. f4 {-3.62/4 0.54s} Rb1+ {+8.04/4 6.01s} 29. Ke2 {-3.52/4 0.073s} Rc2+ {+8.07/3 6.01s} 30. Kd3 {-3.65/4 0.12s} Rc3+ {+8.05/3 6.00s} 31. Kd2 {-3.52/4 0.081s} Rxh1 {+8.05/3 6.00s} 32. h4 {-8.58/4 0.32s} Rhc1 {+9.05/3 6.00s} 33. b4 {-8.57/4 0.32s} R1c2+ {+9.05/3 6.02s} 34. Kd1 {-8.67/4 0.042s} Rc1+ {+9.05/3 5.98s} 35. Kd2 {-8.57/4 0.052s} R1c2+ {+9.05/3 5.98s} 36. Kd1 {-8.67/4 0.048s} Rh2 {+9.05/3 5.97s} 37. a4 {-8.67/4 0.33s} Rxg3 {+10.02/3 5.96s} 38. Kc1 {-9.53/4 0.23s} Rg1+ {+13.81/4 5.97s} 39. Rd1 {-9.60/4 0.018s} Bb2+ {+14.80/4 5.94s} 40. Kb1 {-9.62/4 0.015s} Rxd1+ {+14.79/4 5.93s} 41. Ka2 {-14.73/7 2.95s} Kf7 {+14.81/3 6.05s} 42. Kb3 {-14.61/6 3.15s} Bf6 {+14.81/3 6.06s} 43. b5 {-14.61/6 4.91s} Rxh4 {+14.81/3 6.05s} 44. bxa6 {-14.43/6 4.63s} bxa6 {+15.77/3 6.05s} 45. Kc2 {-15.57/6 2.89s} Rd8 {+15.81/4 6.04s} 46. a5 {-15.60/7 11.22s} Rxf4 {+15.84/4 6.05s} 47. Kb1 {-16.63/7 10.86s} Rf2 {+1015.83/4 4.62s} 48. Kc1 {-16.68/8 5.85s, Black wins by adjudication} 0-1 [Event "Test 2019"] [Site "RWBC Win7U-64 Q8200 2.33Ghz Nvidia GT 710"] [Date "2019.04.29"] [Round "2"] [White "PyTuroChamp_20190422"] [Black "NSVChess_014"] [Result "1-0"] [ECO "A04"] [Opening "Reti Opening"] [PlyCount "53"] [Termination "illegal move"] [TimeControl "40/240"] 1. Nf3 {book} c5 {book} 2. e3 {book} d5 {book} 3. c4 {book} d4 {book} 4. exd4 {+0.07/3 6.03s} cxd4 {-0.16/5 2.18s} 5. Bd3 {+0.04/3 6.03s} Nc6 {-0.07/5 5.78s} 6. O-O {+0.02/3 6.03s} e5 {0.00/5 8.53s} 7. Re1 {+0.02/3 6.04s} Bd6 {+0.13/5 11.78s} 8. Qb3 {-0.07/2 6.03s} Nf6 {+0.37/5 21.54s} 9. Na3 {-0.09/2 6.04s} Bg4 {+0.38/5 16.90s} 10. Qxb7 {+0.90/2 6.04s} Qc8 {-0.64/5 9.08s} 11. Qxc6+ {+2.00/2 6.03s} Qxc6 {+4.93/6 13.04s} 12. Nxd4 {-4.48/3 6.03s} Qb6 {+3.58/5 9.12s} 13. Nab5 {-4.51/2 6.04s} Bd7 {+3.51/5 19.77s} 14. Nxd6+ {-4.06/2 6.03s} Qxd6 {+3.05/5 0.71s} 15. f3 {-4.12/2 6.03s} Qxd4+ {+6.67/5 8.57s} 16. Re3 {-6.94/3 6.04s} Ng4 {+6.66/5 19.95s} 17. fxg4 {-5.09/3 6.03s} Bxg4 {+4.16/5 14.98s} 18. Be4 {-5.10/3 6.02s} Rc8 {+4.16/5 5.87s} 19. h3 {-5.09/3 6.03s} f5 {+4.28/5 9.06s} 20. Bd5 {-5.10/2 6.02s} f4 {+4.28/5 4.43s} 21. Bf7+ {-5.11/3 6.02s} Kxf7 {+8.19/5 0.37s} 22. hxg4 {-9.87/3 6.02s} Rxc4 {+5.91/5 3.98s} 23. d3 {-9.30/3 6.02s} fxe3 {+10.95/5 2.89s} 24. dxc4 {-9.85/4 6.01s} e2+ {+5.89/5 3.95s} 25. Be3 {-13.06/4 6.01s} Qd1+ {+5.71/4 0.52s} 26. Kh2 {-9.90/3 6.03s} Qxa1 {+10.84/4 0.59s} 27. Bf2 {-14.14/4 6.01s, Black makes an illegal move: e2e1} 1-0 [Event "Test 2019"] [Site "RWBC Win7U-64 Q8200 2.33Ghz Nvidia GT 710"] [Date "2019.04.29"] [Round "2"] [White "NSVChess_014"] [Black "PyTuroChamp_20190422"] [Result "0-1"] [ECO "A04"] [Opening "Reti Opening"] [PlyCount "73"] [Termination "adjudication"] [TimeControl "40/240"] 1. Nf3 {book} c5 {book} 2. e3 {book} d5 {book} 3. c4 {book} d4 {book} 4. exd4 {+1.50/5 2.89s} cxd4 {-0.04/4 6.04s} 5. Bd3 {+0.32/5 5.55s} Nf6 {-0.02/4 6.04s} 6. O-O {+0.25/5 7.34s} Nc6 {+0.05/3 6.03s} 7. Qa4 {0.00/5 9.12s} Be6 {-0.01/2 6.04s} 8. Re1 {-0.13/5 11.22s} Qd6 {0.00/2 6.04s} 9. c5 {-0.14/5 24.42s} Qxc5 {+0.99/2 6.03s} 10. Qb5 {-1.31/5 23.08s} Qxb5 {+1.06/3 6.02s} 11. Bxb5 {-1.37/5 5.96s} O-O-O {+1.06/3 6.02s} 12. Bxc6 {+2.03/5 7.20s} bxc6 {+1.43/3 6.03s} 13. Na3 {-1.92/5 5.63s} d3 {+1.44/3 6.04s} 14. Ne5 {-1.87/5 6.18s} c5 {+1.40/3 6.09s} 15. Nc6 {-1.97/5 4.71s} Rd7 {+1.41/3 6.04s} 16. Nb5 {-1.82/5 3.56s} a6 {+1.40/3 6.03s} 17. Nba7+ {-1.98/5 2.36s} Kb7 {+1.42/4 6.02s} 18. b4 {-1.81/5 4.68s} cxb4 {+2.46/3 6.02s} 19. Nxb4 {-1.80/5 5.69s} Kxa7 {+4.20/4 6.02s} 20. Bb2 {-5.00/5 5.61s} Rd6 {+4.22/3 6.02s} 21. Be5 {-4.97/5 5.55s} Rd7 {+4.19/3 6.01s} 22. Bxf6 {-1.44/5 6.70s} exf6 {+4.60/4 6.01s} 23. Nc6+ {-4.93/5 1.81s} Ka8 {+4.62/4 6.01s} 24. Nb8 {-5.32/5 5.35s} Kxb8 {+7.43/4 6.01s} 25. Rab1+ {-8.60/5 2.23s} Ka7 {+7.44/4 6.01s} 26. Rxe6 {-4.60/5 1.92s} fxe6 {+9.01/4 6.00s} 27. Re1 {-9.65/5 1.06s} e5 {+9.03/4 6.01s} 28. g4 {-9.74/5 1.52s} Bd6 {+9.04/4 6.00s} 29. g5 {-9.86/5 3.23s} fxg5 {+10.06/3 5.99s} 30. Re3 {-11.03/5 2.25s} Bc7 {+10.05/3 5.99s} 31. Rg3 {-11.02/5 1.60s} h6 {+10.06/3 6.00s} 32. a3 {-11.02/5 1.46s} Ba5 {+11.03/3 6.00s} 33. Re3 {-10.87/5 0.85s} Re8 {+11.02/4 5.99s} 34. Re1 {-10.87/5 1.09s} Bxd2 {+11.03/4 5.99s} 35. Rd1 {-12.02/5 1.00s} Bf4 {+11.05/4 5.98s} 36. Rb1 {-12.06/5 1.29s} d2 {+11.06/4 5.98s} 37. Rd1 {-12.03/5 2.26s, Black wins by adjudication} 0-1 [Event "Test 2019"] [Site "RWBC Win7U-64 Q8200 2.33Ghz Nvidia GT 710"] [Date "2019.04.29"] [Round "3"] [White "PyTuroChamp_20190422"] [Black "NSVChess_014"] [Result "0-1"] [ECO "A21"] [Opening "English Opening"] [PlyCount "103"] [Termination "adjudication"] [TimeControl "40/240"] 1. c4 {book} e5 {book} 2. Nc3 {book} d6 {book} 3. g3 {book} Be6 {book} 4. Qb3 {+0.01/3 6.04s} Nd7 {+0.33/5 4.10s} 5. Nf3 {-0.01/3 6.03s} Ngf6 {+0.33/5 12.26s} 6. e4 {-0.01/3 6.03s} Bg4 {+0.02/5 6.63s} 7. Bg2 {-0.05/2 6.04s} h6 {-0.11/5 8.79s} 8. Qxb7 {+1.00/3 6.03s} Nc5 {-1.05/5 9.97s} 9. Qc6+ {+1.01/2 6.04s} Bd7 {-1.02/6 11.57s} 10. Qxa8 {-3.51/2 6.02s} Qxa8 {+3.05/5 3.96s} 11. O-O {-4.47/2 6.03s} Nfxe4 {+4.22/5 8.34s} 12. d4 {-4.48/3 6.03s} Nxc3 {+7.46/5 6.88s} 13. bxc3 {-4.47/3 6.09s} Ne4 {+3.84/5 5.26s} 14. dxe5 {-4.42/3 6.03s} Nxc3 {+3.65/5 5.53s} 15. Nd4 {-4.43/3 6.03s} Ne4 {+3.61/5 5.11s} 16. Bf4 {-4.44/2 6.03s} c5 {+3.59/5 7.13s} 17. Nf3 {-4.44/2 6.02s} g5 {+3.71/5 4.21s} 18. Be3 {-4.43/2 6.02s} Nxg3 {+4.59/5 5.30s} 19. hxg3 {-2.61/3 6.02s} Bc6 {+1.19/5 3.69s} 20. exd6 {-3.41/2 6.03s} Bxd6 {+1.50/5 1.65s} 21. Rfd1 {-2.62/3 6.02s} Bxf3 {+5.00/5 3.41s} 22. Bxf3 {-2.27/3 6.02s} Qxf3 {+4.99/5 1.79s} 23. Rxd6 {-2.26/3 6.02s} Qe2 {+1.47/5 2.05s} 24. Bxc5 {-1.29/3 6.01s} Qe5 {+0.31/5 2.78s} 25. Re1 {-1.33/2 6.01s} Qxe1+ {+5.29/5 0.59s} 26. Kh2 {-7.08/4 6.00s} Qe2 {+5.44/5 1.90s} 27. Bxa7 {-6.08/3 6.00s} Qxa2 {+5.58/5 2.08s} 28. Bd4 {-6.11/4 6.00s} Qd2 {+5.44/5 1.26s} 29. Kg2 {-6.03/3 6.00s} Rh7 {+5.42/5 2.20s} 30. c5 {-6.06/3 5.99s} f5 {+5.54/5 2.07s} 31. Bg7 {-6.02/3 6.00s} Qa5 {+5.57/5 1.09s} 32. Bxh6 {-5.07/3 6.00s} Qxc5 {+5.78/5 1.85s} 33. Re6+ {-5.10/3 5.99s} Kf7 {+5.74/5 0.32s} 34. Ra6 {-6.13/3 5.99s} f4 {+5.76/5 1.45s} 35. gxf4 {-5.10/3 5.98s} g4 {+4.54/5 1.37s} 36. Kg3 {-5.09/3 5.97s} Qe7 {+4.65/5 1.06s} 37. f5 {-5.06/3 5.97s} Qb7 {+4.64/5 1.52s} 38. Rg6 {-6.12/3 5.96s} Qf3+ {+4.62/5 1.85s} 39. Kh4 {-6.12/4 5.95s} Qxf5 {+5.83/5 1.21s} 40. Rd6 {-6.13/4 5.93s} Ke7 {+5.83/5 0.82s} 41. Ra6 {-6.11/3 6.05s} Qxf2+ {+6.89/6 5.37s} 42. Kg5 {-7.14/4 6.05s} Qe3+ {+6.89/6 9.20s} 43. Kh5 {-7.17/4 6.05s} Qd3 {+6.89/6 4.75s} 44. Ra7+ {-6.13/3 6.04s} Kf6 {+6.74/7 13.91s} 45. Ra6+ {-10.90/3 6.04s} Qxa6 {+11.84/7 17.08s} 46. Kxg4 {-14.07/4 6.09s} Rxh6 {+14.12/5 2.73s} 47. Kf4 {-14.13/4 6.05s} Qa3 {+14.10/6 11.10s} 48. Ke4 {-14.10/4 6.04s} Qc3 {+14.12/6 7.76s} 49. Kd5 {-1014.07/4 1.46s} Kg7 {+14.22/6 3.81s} 50. Ke4 {-14.06/4 6.75s} Kg8 {+14.37/6 9.45s} 51. Kf4 {-14.06/4 6.16s} Rh7 {+14.37/6 11.63s} 52. Ke4 {-14.05/4 6.15s, Black wins by adjudication} 0-1 [Event "Test 2019"] [Site "RWBC Win7U-64 Q8200 2.33Ghz Nvidia GT 710"] [Date "2019.04.29"] [Round "3"] [White "NSVChess_014"] [Black "PyTuroChamp_20190422"] [Result "1-0"] [ECO "A21"] [Opening "English Opening"] [PlyCount "97"] [Termination "adjudication"] [TimeControl "40/240"] 1. c4 {book} e5 {book} 2. Nc3 {book} d6 {book} 3. g3 {book} Be6 {book} 4. d4 {+0.14/5 7.05s} Nc6 {+0.08/3 6.04s} 5. d5 {-0.09/5 4.15s} Bd7 {-1.72/3 6.03s} 6. dxc6 {+3.42/5 8.59s} Bxc6 {-1.76/4 6.03s} 7. Nf3 {+2.42/5 5.99s} Nf6 {-1.72/3 6.03s} 8. Bg5 {+2.27/5 13.81s} Be7 {-1.71/3 6.03s} 9. e4 {+2.37/5 9.30s} Nxe4 {-0.74/3 6.03s} 10. Bxe7 {+5.01/5 5.90s} Qxe7 {-0.73/3 6.04s} 11. Nxe4 {+4.77/5 7.40s} Bxe4 {-0.75/3 6.12s} 12. Bd3 {+1.32/5 6.99s} Bxd3 {-0.76/2 6.03s} 13. Qxd3 {+1.33/5 5.88s} e4 {+0.23/3 6.03s} 14. Qd5 {+1.32/5 3.79s} exf3+ {+3.02/4 6.03s} 15. Kd1 {-2.22/6 7.14s} Qe2+ {+3.04/3 6.03s} 16. Kc1 {-2.01/6 2.56s} O-O {+2.06/3 6.04s} 17. Kb1 {-2.24/5 4.65s} Qxf2 {+2.06/3 6.02s} 18. a3 {-3.28/5 5.73s} Qg2 {+3.09/3 6.02s} 19. Rc1 {-3.28/5 4.38s} Rfb8 {+3.09/3 6.02s} 20. Rd1 {-3.25/5 5.39s} g6 {+4.01/3 6.02s} 21. Qd2 {-3.29/5 5.23s} f2 {+7.88/3 6.01s} 22. Qf4 {-3.30/5 4.03s} Qxh2 {+4.04/2 6.03s} 23. Rf1 {-4.43/5 6.24s} Qg2 {+3.04/3 6.01s} 24. Rxf2 {-3.19/5 2.67s} Qg1+ {+3.03/3 6.01s} 25. Ka2 {-3.27/5 0.20s} Qxf2 {-1.44/3 6.02s} 26. Qxf2 {+0.82/5 2.27s} Re8 {-1.44/3 6.01s} 27. Rf1 {+0.79/5 5.32s} Rf8 {-1.45/3 6.00s} 28. Kb1 {+0.90/5 6.11s} g5 {-1.45/3 6.01s} 29. Qe3 {+0.90/5 5.19s} h6 {-1.46/3 6.02s} 30. Qe7 {+0.89/5 6.75s} Rac8 {-1.45/3 6.07s} 31. Kc1 {+0.94/5 3.94s} g4 {-1.44/3 5.98s} 32. Qe4 {+0.92/5 3.14s} h5 {-2.43/3 5.98s} 33. Qxb7 {+1.97/5 3.93s} a5 {-2.46/3 5.98s} 34. Rf5 {+1.97/5 2.44s} Rfe8 {-3.46/3 5.98s} 35. Rg5+ {+1.94/5 2.51s} Kf8 {-3.46/4 5.98s} 36. Rxa5 {+3.24/5 1.64s} Re1+ {-3.44/3 5.97s} 37. Kd2 {+3.07/5 0.17s} Ree8 {-4.47/3 5.97s} 38. Rxh5 {+4.08/5 2.13s} Red8 {-4.50/3 5.95s} 39. Kc1 {+4.28/5 2.86s} f6 {-4.49/3 5.95s} 40. Rh4 {+4.28/5 3.03s} f5 {-4.48/3 5.93s} 41. Qd5 {+4.20/6 10.54s} Ke7 {-5.44/3 6.04s} 42. Qxf5 {+5.34/5 2.50s} Rh8 {-6.45/3 6.05s} 43. Rh7+ {+5.49/6 9.25s} Rxh7 {-5.46/5 6.05s} 44. Qxh7+ {+5.39/5 2.73s} Ke6 {-6.44/4 6.06s} 45. Qg6+ {+5.42/6 7.52s} Ke7 {-6.49/4 6.03s} 46. Qe4+ {+5.41/6 6.10s} Kf6 {-6.47/4 6.04s} 47. Qf4+ {+5.42/6 10.97s} Ke7 {-6.49/4 6.04s} 48. Qe4+ {+5.41/6 6.21s} Kf6 {-6.47/4 6.04s} 49. Qf4+ {+5.42/6 10.95s, White wins by adjudication: user decision} 1-0 [Event "Test 2019"] [Site "RWBC Win7U-64 Q8200 2.33Ghz Nvidia GT 710"] [Date "2019.04.29"] [Round "4"] [White "PyTuroChamp_20190422"] [Black "NSVChess_014"] [Result "1-0"] [ECO "A15"] [Opening "English, 1...Nf6 (Anglo-Indian defense)"] [PlyCount "143"] [TimeControl "40/240"] 1. c4 {book} Nf6 {book} 2. g3 {book} e5 {book} 3. Bg2 {book} h6 {book} 4. Nc3 {-0.04/3 7.87s} Bb4 {+0.05/5 5.71s} 5. Qa4 {-0.02/3 6.04s} c5 {+0.19/5 4.71s} 6. Nf3 {-0.05/2 6.00s} Qa5 {-0.06/5 7.91s} 7. Qxa5 {+0.01/2 5.99s} Bxa5 {-0.16/5 5.96s} 8. Nxe5 {+1.03/3 5.99s} d6 {-1.39/5 8.40s} 9. Nd3 {+0.96/2 6.00s} Bf5 {-1.17/5 11.89s} 10. Bxb7 {+3.94/3 5.98s} Bxd3 {+1.37/5 2.79s} 11. exd3 {+4.36/3 5.99s} Nc6 {-2.45/6 10.03s} 12. Bxa8 {+7.15/3 5.98s} Ne5 {-7.24/6 9.66s} 13. Ke2 {+7.11/3 5.98s} O-O {-7.02/5 5.21s} 14. Bg2 {+7.11/3 5.99s} Re8 {-7.12/5 5.33s} 15. Ne4 {+7.12/3 5.99s} Nxd3 {-6.06/5 3.18s} 16. Kxd3 {+8.90/4 5.99s} Nxe4 {-5.95/5 2.39s} 17. Bxe4 {+8.92/3 5.98s} Re7 {-9.64/5 2.88s} 18. Ke3 {+8.94/3 5.99s} f5 {-9.52/6 37.73s} 19. d3 {+6.74/3 5.97s} Bc7 {-9.49/5 0.92s} 20. Bd2 {+6.74/4 5.98s} g5 {-9.60/5 1.43s} 21. Bc3 {+6.76/3 5.96s} Re8 {-9.58/5 1.73s} 22. Rhe1 {+8.95/2 5.97s} Bb6 {-9.64/5 1.59s} 23. Kd2 {+8.95/2 5.99s} fxe4 {-5.61/5 1.55s} 24. dxe4 {+6.77/4 5.97s} Rf8 {-7.04/5 2.54s} 25. Ke2 {+6.80/3 5.97s} Re8 {-7.01/5 2.73s} 26. Kf1 {+6.80/4 5.96s} a6 {-7.01/5 1.78s} 27. Rad1 {+6.81/4 5.96s} Bc7 {-7.01/5 1.32s} 28. g4 {+6.84/3 5.99s} a5 {-7.02/5 1.84s} 29. Kg1 {+6.85/3 5.96s} Rf8 {-7.27/5 1.98s} 30. h3 {+6.85/3 5.96s} Rf3 {-7.27/5 2.04s} 31. Kg2 {+6.82/2 5.96s} Rf4 {-7.12/5 1.24s} 32. Kg1 {+6.83/2 5.95s} Rf3 {-7.27/5 1.35s} 33. Kg2 {+6.85/3 5.93s} Rf4 {-7.12/5 1.15s} 34. a3 {+6.85/3 5.97s} a4 {-7.12/5 1.39s} 35. Kg1 {+6.85/3 5.95s} Rf8 {-7.27/5 1.02s} 36. Rd5 {+6.84/3 5.91s} Rf3 {-7.24/5 1.69s} 37. Kh2 {+6.82/2 5.91s} Rxf2+ {-5.95/5 1.23s} 38. Kg1 {+5.81/4 5.92s} Rf3 {-6.20/5 1.28s} 39. Kh2 {+5.81/2 5.88s} Rf2+ {-5.95/5 1.53s} 40. Kg1 {+5.83/3 5.86s} Rf3 {-6.20/5 1.22s} 41. e5 {+5.79/3 6.06s} dxe5 {-4.82/6 7.94s} 42. Bxe5 {+5.81/3 6.05s} Bxe5 {-2.51/6 10.60s} 43. Rd8+ {+5.81/3 6.08s} Kf7 {-2.73/7 5.28s} 44. Rxe5 {+5.77/3 6.03s} Rxh3 {-5.17/6 5.57s} 45. Kg2 {+5.76/3 6.05s} Rh4 {-5.02/6 3.70s} 46. Kg3 {+5.77/3 6.04s} Rh1 {-4.90/7 7.40s} 47. Rxc5 {+5.78/3 6.04s} Ke7 {-6.08/6 6.13s} 48. Rh8 {+5.78/3 6.05s} Rg1+ {-6.08/6 4.28s} 49. Kf3 {+5.79/4 6.03s} Kd6 {-6.11/6 5.04s} 50. Rd5+ {+6.80/4 6.03s} Kc7 {-6.08/7 6.88s} 51. Rh7+ {+6.84/4 6.03s} Kc8 {-5.98/7 5.89s} 52. Rc5+ {+6.84/3 6.02s} Kb8 {-6.03/7 2.79s} 53. Rxh6 {+6.84/4 6.02s} Rc1 {-7.01/6 4.52s} 54. Rh8+ {+7.83/4 6.03s} Kb7 {-7.11/7 5.96s} 55. Rh7+ {+7.83/3 6.03s} Kb8 {-7.13/7 5.36s} 56. Rb5+ {+7.85/4 6.05s} Ka8 {-7.13/7 3.51s} 57. Rxg5 {+7.87/4 6.06s} Rf1+ {-8.20/7 8.06s} 58. Ke2 {+8.83/4 6.02s} Rf8 {-8.23/6 2.38s} 59. Ra5+ {+8.82/4 6.02s} Kb8 {-8.21/8 20.44s} 60. Rxa4 {+8.85/4 6.02s} Rg8 {-9.31/6 3.87s} 61. Kf3 {+8.86/4 6.02s} Rd8 {-9.25/6 3.34s} 62. Raa7 {+8.87/4 6.01s} Rd3+ {-9.40/6 4.91s} 63. Ke4 {+7.87/4 6.00s} Rd2 {-9.25/6 4.07s} 64. Rhb7+ {+8.88/3 6.00s} Kc8 {-9.20/7 3.37s} 65. c5 {+8.88/4 6.00s} Rc2 {-9.20/6 4.43s} 66. Rc7+ {+8.89/4 5.99s} Kb8 {-9.25/7 2.90s} 67. Rab7+ {+8.89/4 5.99s} Ka8 {-9.25/8 10.43s} 68. Ra7+ {+8.92/4 5.99s} Kb8 {-9.25/8 6.18s} 69. Rcb7+ {+8.88/4 5.99s} Kc8 {-9.20/8 9.89s} 70. Kd5 {+8.88/4 5.98s} Rg2 {-9.20/5 0.50s} 71. Kc6 {+1007.85/3 0.74s} Rxb2 {-8.17/5 0.18s} 72. Ra8# {+1007.85/1 0.12s, White mates} 1-0 [Event "Test 2019"] [Site "RWBC Win7U-64 Q8200 2.33Ghz Nvidia GT 710"] [Date "2019.04.29"] [Round "4"] [White "NSVChess_014"] [Black "PyTuroChamp_20190422"] [Result "1-0"] [ECO "A15"] [Opening "English, 1...Nf6 (Anglo-Indian defense)"] [PlyCount "137"] [Termination "stalled connection"] [TimeControl "40/240"] 1. c4 {book} Nf6 {book} 2. g3 {book} e5 {book} 3. Bg2 {book} h6 {book} 4. f4 {-0.08/5 5.79s} Nc6 {+0.15/3 6.77s} 5. Nc3 {-0.08/5 4.44s} exf4 {+0.12/3 6.01s} 6. gxf4 {+0.11/5 3.40s} Bc5 {+0.09/3 6.02s} 7. d4 {+0.20/5 11.97s} Nxd4 {+1.08/3 6.01s} 8. b4 {-1.11/5 14.25s} Bb6 {+1.05/2 6.03s} 9. c5 {-1.07/5 12.28s} Bxc5 {-1.11/2 6.06s} 10. bxc5 {+1.77/5 5.45s} Ne6 {-1.10/3 6.01s} 11. c6 {+1.89/5 5.34s} bxc6 {-0.14/3 6.00s} 12. f5 {+0.56/5 7.15s} Nc5 {-0.15/3 6.00s} 13. Qd4 {+0.58/5 7.75s} Qe7 {-0.15/3 6.00s} 14. Qe3 {+0.56/5 22.05s} Qxe3 {-0.12/3 6.00s} 15. Bxe3 {+0.72/5 2.28s} Nb7 {-0.20/3 6.00s} 16. Bf4 {+0.92/5 8.44s} d5 {-0.16/3 6.03s} 17. Rb1 {+0.67/5 4.16s} Nd6 {+0.26/3 6.02s} 18. h4 {+0.41/5 4.72s} Bxf5 {+0.86/2 6.02s} 19. Rd1 {-0.88/5 6.38s} O-O {+0.88/2 6.00s} 20. Be5 {-1.06/5 6.16s} Nd7 {+0.94/3 6.00s} 21. Bxd6 {+2.53/5 3.68s} cxd6 {+1.28/3 6.00s} 22. Bh3 {-1.53/5 7.30s} Bxh3 {+1.27/4 6.00s} 23. Nxh3 {-1.38/5 3.52s} Ne5 {+1.28/3 5.99s} 24. O-O {-1.30/5 5.37s} Ng6 {+1.28/3 5.99s} 25. h5 {-1.08/5 5.77s} Ne5 {+1.25/3 5.99s} 26. e4 {-0.99/5 6.35s} dxe4 {+1.25/3 5.99s} 27. Nxe4 {-0.91/5 3.49s} d5 {+1.26/3 6.00s} 28. Nd6 {-1.02/5 3.13s} Rfd8 {+1.27/3 5.99s} 29. Rde1 {-1.05/5 1.43s} Nd3 {+2.24/3 6.00s} 30. Nxf7 {-0.21/5 1.25s} Nxe1 {+0.25/4 5.97s} 31. Nxd8 {-0.03/5 0.81s} Rxd8 {+0.23/4 5.97s} 32. Rxe1 {-0.03/5 0.96s} Kf7 {+0.21/4 5.97s} 33. Rc1 {+0.16/5 2.46s} Rc8 {+0.22/4 5.96s} 34. Nf4 {+0.39/5 0.98s} d4 {+0.21/4 5.96s} 35. Ne2 {+0.31/5 1.20s} d3 {+0.22/4 5.96s} 36. Nd4 {+0.36/5 0.62s} d2 {+0.23/3 5.95s} 37. Rd1 {+0.39/5 0.92s} c5 {+0.24/3 5.95s} 38. Nf3 {+0.25/5 0.50s} Ke6 {-0.75/4 5.94s} 39. Rxd2 {+1.57/5 0.83s} c4 {-0.77/4 5.94s} 40. Rd4 {+1.57/5 3.67s} c3 {-0.74/4 5.92s} 41. Ra4 {+1.49/5 3.31s} Rc7 {-0.74/4 6.04s} 42. Ra3 {+1.49/5 2.22s} c2 {-0.71/4 6.04s} 43. Nd4+ {+1.57/5 3.26s} Kd5 {+1.09/3 6.03s} 44. Nxc2 {+2.70/6 23.63s} Rxc2 {+0.05/4 6.03s} 45. Rxa7 {+0.37/7 9.79s} Ke5 {+0.05/4 6.04s} 46. Rxg7 {+1.40/6 3.48s} Rxa2 {+0.04/4 6.04s} 47. Rh7 {+0.30/6 2.89s} Ra6 {+0.02/4 6.04s} 48. Kf1 {+0.20/6 3.27s} Ke4 {+0.03/4 6.03s} 49. Kg1 {+0.42/6 3.11s} Ra1+ {+0.05/4 6.05s} 50. Kh2 {+0.25/8 8.10s} Ra2+ {+0.04/4 6.04s} 51. Kg3 {+0.05/8 12.67s} Ra3+ {+0.05/3 6.02s} 52. Kf2 {+0.20/7 3.22s} Ra2+ {+0.03/4 6.04s} 53. Kg3 {+0.05/7 2.54s} Ra3+ {+0.03/3 6.03s} 54. Kf2 {+0.20/7 3.25s} Rf3+ {+0.03/4 6.03s} 55. Kg2 {+0.25/7 2.69s} Rf6 {+0.04/4 6.05s} 56. Kg1 {+0.40/6 3.46s} Ke5 {+0.06/3 6.03s} 57. Re7+ {+0.40/6 3.08s} Kd6 {+0.06/4 6.03s} 58. Rg7 {+0.35/7 14.73s} Kd5 {+0.06/3 6.02s} 59. Rh7 {+0.40/6 4.51s} Ke6 {+0.06/3 6.03s} 60. Rc7 {+0.35/7 9.29s} Kd6 {+0.06/4 6.03s} 61. Rh7 {+0.35/6 2.64s} Ke6 {+0.06/3 6.01s} 62. Rc7 {+0.35/7 9.26s} Rf2 {+0.06/1 6.02s} 63. Kxf2 {+5.13/7 12.70s} Kf6 {-4.80/5 6.01s} 64. Kg1 {+5.35/5 0.20s} Kg5 {-4.75/5 6.03s} 65. Rc5+ {+5.30/5 0.089s} Kg4 {-4.83/6 6.03s} 66. Kg2 {+5.15/5 0.098s} Kf4 {-4.78/5 6.00s} 67. Kf2 {+5.08/5 0.13s} Kg4 {-4.86/6 6.00s} 68. Kg2 {+5.15/5 0.11s} Kf4 {-4.74/5 6.06s} 69. Kf2 {+5.08/5 0.13s, Black's connection stalls} 1-0[/pgn]
https://rwbc-chess.de

trollwatch:
Chessqueen + chessica + AlexChess + Eduard + Sylwy
User avatar
Guenther
Posts: 4605
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: New engine releases 2019

Post by Guenther »

New releases:
Tunguska 1.1 (sources)
https://github.com/fernandotenorio/Tunguska

Winter 0.55b
https://github.com/rosenthj/Winter/releases

not yet mentioned:
RapChess updated 2019-02-17 (RapSpeed/RapShort)
https://github.com/Thibor/Chess-Engine- ... its/master

Detroid lots of source changes since March 2019 - no new release yet though
https://github.com/ViktorC/DETROID/commits/master
https://rwbc-chess.de

trollwatch:
Chessqueen + chessica + AlexChess + Eduard + Sylwy
tpoppins
Posts: 919
Joined: Tue Nov 24, 2015 9:11 pm
Location: upstate

Re: New engine releases 2019

Post by tpoppins »

Guenther wrote: Mon Apr 29, 2019 3:32 pm New releases:
Tunguska 1.1 (sources)
https://github.com/fernandotenorio/Tunguska
Tunguska 1.1 bins
Mediafire: tunguska-11-tp.zip
Firedropper: tunguska-11-tp.zip

Guenther wrote: Mon Apr 29, 2019 3:32 pm RapChess updated 2019-02-17 (RapSpeed/RapShort)
https://github.com/Thibor/Chess-Engine- ... its/master
I recall trying the Feb 2018 release, it ended up on my blacklist due to stalls, it was that bad. Does the new version work for you?

As for PyTyroChamp ... well, let's just say I look askance at engines that encourage you to play with pypy. :D
Tirsa Poppins
CCRL
User avatar
Guenther
Posts: 4605
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: New engine releases 2019

Post by Guenther »

tpoppins wrote: Mon Apr 29, 2019 5:21 pm
Guenther wrote: Mon Apr 29, 2019 3:32 pm RapChess updated 2019-02-17 (RapSpeed/RapShort)
https://github.com/Thibor/Chess-Engine- ... its/master
I recall trying the Feb 2018 release, it ended up on my blacklist due to stalls, it was that bad. Does the new version work for you?
Untested here so far. Had no problems with older versions though.

And thanks for the new Tunguska compile and adding my changes to CuteChess.
I could have done it the other way and add your changes to my compilation, but I wasn't sure
if people liked my other changes ;-)
https://rwbc-chess.de

trollwatch:
Chessqueen + chessica + AlexChess + Eduard + Sylwy