New version chess engine: Lynx 1.0.0 (Windows, MacOS, Linux)
Lynx it's written in C# (.NET 6). UCI protocol is needed.
Chess Engines Diary Rating CEDR=2672
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.1.0.0
- Getting out from ZeroVer club now that these two conditions are met:
- Lynx has basically reached feature-parity with BBC, engine outcome of BitBoard Chess Engine in C YouTube playlist that helped me the most during the initial phases of Lynx development.
- .NET 8 GA has been released and therefore Lynx no longer relies on pre-release SDK or library versions.
- 🔍 Rewrite NMP
- 🔍 In case of 'ponder-hit', research last depth
- 🔍 Don't clear TT move if no best move is provided: keep old one II
- ⚖ Use PSQTs tuned without explicit piece values
- ⚡ Incremental move sorting
- ⚡ Avoid checking lack of material in static evaluation when the phase is high enough
Lynx Rating CEDR Progress
Pl | Engine | Rating | Score | Games | % |
1275 | Lynx 0.18.0 | 2672.0 | 2.50 | 44 | 5.68 |
1347 | Lynx 0.19.0 | 2555.0 | 9.00 | 80 | 11.25 |
1536 | Lynx 0.17.0 | 2268.4 | 25.00 | 346 | 7.23 |
1548 | Lynx 0.15.0 | 2247.8 | 42.00 | 355 | 11.83 |
1591 | Lynx 0.16.0 | 2162.2 | 47.00 | 413 | 11.38 |
1629 | Lynx 0.12.0 | 2071.4 | 18.00 | 175 | 10.29 |
1653 | Lynx 0.13.0 | 2038.7 | 13.50 | 185 | 7.30 |
1663 | Lynx 0.14.1 | 2012.4 | 15.50 | 486 | 3.19 |
---
Lynx 1.0.0 download github:https://github.com/lynx-chess/Lynx/releases/tag/v1.0.0
Comments
Post a Comment