Skip to content

Stockfish's HalfKA_v2_hm NNUE file structure, extra: parser and evaluation function (see official-stockfish/nnue-pytorch)

Notifications You must be signed in to change notification settings

winapiadmin/NNUEParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NNUEParser

Stockfish's HalfKA_v2_hm (SFNNv9, can be adapted until SFNNv5) NNUE file structure, extra: evaluation function (see official-stockfish/nnue-pytorch)

To compile the evaluation: (it's pretty crappy and have a wrapper)

  • clang++ evaluation/features/half_ka_v2_hm.cpp evaluation/accumulator.cpp evaluation/memory.cpp evaluation/network.cpp evaluation/main.cpp evaluation/position.cpp -std=c++17

About

Stockfish's HalfKA_v2_hm NNUE file structure, extra: parser and evaluation function (see official-stockfish/nnue-pytorch)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages