New version chess engine: Lynx 0.19 (Windows, MacOS, Linux)
Lynx it's written in C# (.NET 6). UCI protocol is needed.
Chess Engines Diary Rating CEDR=2251
Lynx release artifacts are self-contained and require no dependencies to be run.
However, you can also choose to build Lynx yourself.
Requirements
NET 6 SDK. You can find instructions about how to install it in yo
v.0.19
- 🔍 Tune LMR reduction
- 🔍 PVS-LMR logic improvement
- 🔍 Implement TT in quiescence search
- 🔍 Don't clear TT move if no best move is provided: keep old one
- ⌛ Check _searchCancellationTokenSource in qsearch as well
- 🐛 Avoid storing the same move duplicated in both killer moves
- 🐛 Ensure no search depth 0 happens after a 'ponder hit'
- Non-strength winning chnages:
- 🐛 Fix ucinewgame command when followed by go command
Lynx Rating CEDR Progress
Pl | Engine | Rating | Score | Games | % |
1466 | Lynx 0.17.0 | 2251.5 | 19.50 | 228 | 8.55 |
1472 | Lynx 0.15.0 | 2241.6 | 42.00 | 355 | 11.83 |
1517 | Lynx 0.16.0 | 2152.0 | 47.00 | 413 | 11.38 |
1557 | Lynx 0.12.0 | 2061.2 | 18.00 | 175 | 10.29 |
1581 | Lynx 0.13.0 | 2028.9 | 13.50 | 185 | 7.30 |
1594 | Lynx 0.14.1 | 1992.9 | 15.50 | 486 | 3.19 |
1653 | Lynx 0.10.0 | 1791.5 | 0.00 | 104 | 0.00 |
---
Lynx 0.19 download github:https://github.com/lynx-chess/Lynx/releases/tag/v0.19.0
Comments
Post a Comment