Rework loading the net.

This commit is contained in:
joergoster
2020-07-06 17:10:31 +02:00
committed by nodchip
parent 288fdc5597
commit a5af8510a5
6 changed files with 52 additions and 73 deletions

View File

@@ -87,7 +87,7 @@ extern UCI::OptionsMap Options;
// If skipCorruptCheck == true, skip memory corruption check by check sum when reading the evaluation function a second time.
// * This function is inconvenient if it is not available in Stockfish, so add it.
void is_ready(bool skipCorruptCheck = false);
void init_nnue(bool skipCorruptCheck = false);
extern const char* StartFEN;