v1.0.0 - Baseline Release
Release Archive
This folder contains all the official, production-ready builds of the Coco Chess Engine. Each release is a snapshot of the engine as it evolves, including the necessary binaries and weight files required to run that specific version.
What you will find in each release:
- Engine Binaries: The compiled
coco-chess.exeready for use in any UCI-compatible GUI. - Neural Network Weights: The specific
.nnueweights file optimized for this version (coco.nnue). Please ensure the binary and the weights are kept together in the same directory to avoid evaluation errors. - Configuration Snapshot: A brief summary of the search heuristics and tuning parameters (like
RFP_MarginorLMR_Constant_Scaled) used for that build. - Version History: A change log detailing the improvements, bug fixes, or training updates implemented since the last version.
Note on Usage:
Since Coco is an AI-developed project that is continuously being trained and refined, older versions may behave differently than newer ones. I recommend always using the latest release for the most stable and strongest playing experience.