A header only C++17 library for NNUE stuff.
An Efficiency Updatable Neural Network (NNUE) can be used in a game engine as an evaluation function, among other things.
- A C++17 compiler
Tests are available thanks to the Catch2 library.
make tests
- Catch2 - A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD - using C++11, C++14, C++17 and later (or C++03 on the Catch1.x branch)