Merged
Conversation
Bench: 3652336
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reckless 0.9.0 is ready! You can download pre-built binaries for Windows, Linux, and macOS from the GitHub Releases page.
Thanks to everyone who contributed through code, testing, hardware support, or any other effort. This release came together because of your help.
Update highlights
NNUE
The neuron network has been updated to a modern threat-based architecture. It models the interactions between pieces, where one piece attacks or defends another, and extends the existing king-bucketed piece-square-based inputs with additional features.
Multithreading and NUMA support
NUMA (Non-Uniform Memory Access) support has been added to Reckless. Worker threads allocate memory and bind to the same NUMA node as the memory they access, reducing the cross-node memory access latency for high thread counts on multi-socket systems. Additionally, more improvements have been made specifically to improve the strength of the multithreading search.
MultiPV Support
Reckless now supports MultiPV (Multiple Principal Variations). It can analyze and display multiple candidate moves, each with its corresponding principal variation. This feature is particularly useful for these who use Reckless for chess analysis as it provides a broader view of possibilities.
License
The project is now licensed under the GNU Affero General Public License v3.0. The AGPL-3.0 grants the right to use, modify, and distribute it, while requiring that any changes to the source code must be made available under the same license and that distribution of Reckless, including distribution over a network (such as providing access via a web application or service), must also include the full source code (or a pointer to where the source code can be found) to generate the exact binary being used.
Full Changelog: v0.8.0...v0.9.0
Playing Strength
Reckless v0.9.0 brings a significant Elo gain over the previous version, including in multithreaded settings and (D)FRC variants. The results of the progression are as follows:
UHO 40.0+0.40s
DFRC 40.0+0.40s
SMP 20.20+0.20s
New contributors
We are excited to welcome new contributors, who have joined the project and made this release possible. Each of them invested time, knowledge, and effort into new features, optimizations, code quality improvements, and Elo gains that have been invaluable. We are grateful for your contributions and look forward to seeing more of your amazing work in the future. Thank you!
(in alphabetical order)
Special thanks to all hardware contributors for supporting Reckless' development by providing access to their machines, which is crucial for making progress:
https://recklesschess.space/users
Binaries
Pre-built binaries are provided for Windows, Linux, and macOS, with versions optimized for AVX2, AVX512, and a generic build that runs on virtually all CPUs.
Select the binary that matches your operating system (
-windows,-linux, or-macos) and your CPU capabilities (-generic,-avx2, or-avx512). On macOS, a single universal build is provided.If you're unsure which to use, you can start with the AVX512 build and fall back to AVX2 if you encounter issues.
Bench: 3652336