mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-23 13:17:12 +00:00
Rework loading the net.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user