Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/octopus-prime/nnue
nnue simd c++
https://github.com/octopus-prime/nnue
Last synced: 6 days ago
JSON representation
nnue simd c++
- Host: GitHub
- URL: https://github.com/octopus-prime/nnue
- Owner: octopus-prime
- License: gpl-3.0
- Created: 2024-08-31T12:41:20.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T11:45:54.000Z (2 months ago)
- Last Synced: 2024-09-15T20:35:42.337Z (2 months ago)
- Language: C++
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## nnue
- c++23
- simd#### Architecture
- Stockfish V9
- AVX2#### Compiler
- clang 18#### Reference
- https://github.com/asdfjkl/neural_network_chess
- https://github.com/official-stockfish/nnue-pytorch/blob/master/docs/nnue.md
- https://github.com/official-stockfish/Stockfish