Files
stockfish/.gitattributes
Ana Guerrero 19269acea7 Accepting request 1330298 from games
- Update to 18:
  Next-Generation Evaluation:
  * This release introduces the SFNNv10 network architecture. The network’s input
    layer has been augmented with 'Threat Inputs' features as part of a massive
    community effort. These features allow the engine to 'see' which pieces are
    threatened more naturally, resulting in more accurate evaluations.
  Hardware and Performance Optimizations:
  * A key highlight is the new 'Shared Memory' implementation, which allows
    different Stockfish processes to share the same memory space for neural
    network weights. This makes it the most efficient version for cloud
    analysis and high-concurrency testing.
  * Significant efforts have also been made to utilize hardware more
    effectively by adapting the code to make use of modern CPU instructions and
    refining how threads interact during a search.
  Search Improvements:
  * Stockfish 18 features a heavily refined search, utilizing 'Correction
    History' to dynamically adjust evaluations based on patterns found during
    the search itself. These and other refinements allow the engine to detect
    stalemates and evaluate fortresses significantly better than previous
    versions. A particularly rare issue, involving threefold repetition
    detection, en passant, and pins, was also fixed.
  Refactored Training Workflow:
  * The training of Stockfish's neural networks has transitioned to an
    automated and reproducible model. This new framework allows the project to
    employ standardized recipes to chain complex training stages together. This
    transition facilitates the training of networks using over 100 billion
    positions of Lc0 evaluation data.
- Update stockfish-remove-net.patch

OBS-URL: https://build.opensuse.org/request/show/1330298
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/stockfish?expand=0&rev=17
2026-02-02 13:57:21 +00:00

27 lines
1.1 KiB
Plaintext

## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text
## Specific LFS patterns
nn-37f18f62d772.nnue filter=lfs diff=lfs merge=lfs -text
nn-c288c895ea92.nnue filter=lfs diff=lfs merge=lfs -text