Skip to content

v1.0.0 - Baseline Release

Choose a tag to compare

@NotKaede-11 NotKaede-11 released this 01 Jul 11:23
· 36 commits to main since this 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.exe ready for use in any UCI-compatible GUI.
  • Neural Network Weights: The specific .nnue weights 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_Margin or LMR_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.