engine/nnue.h
Efficiently updatable neural network evaluation scaffold.
Functions
-
void initNNUE()
-
bool isNNUEInitialized()
-
int evaluateNNUE()
-
bool loadNNUE(const char *path)
-
void resetNNUEToBootstrap()
-
const char *getNNUELastError()
-
const char *getNNUESource()
-
bool hasExternalNNUE()
-
void setNNUEEnabled(bool enabled)
-
bool isNNUEEnabled()