Rework loading the net.

This commit is contained in:
joergoster
2020-07-07 15:13:59 +09:00
committed by nodchip
parent 288fdc5597
commit a5af8510a5
6 changed files with 52 additions and 73 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ void MultiThink::go_think()
// Read evaluation function, etc.
// In the case of the learn command, the value of the evaluation function may be corrected after reading the evaluation function, so
// Skip memory corruption check.
is_ready(true);
init_nnue(true);
// Call the derived class's init().
init();