Post-merge fixes.

This commit is contained in:
Tomasz Sobczyk
2021-04-18 20:33:49 +02:00
parent 08e255960d
commit 19f712cdbb
33 changed files with 372 additions and 768 deletions
+2 -2
View File
@@ -34,7 +34,7 @@
using namespace std;
namespace Tools
namespace Stockfish::Tools
{
// Class to generate sfen with multiple threads
struct Gensfen
@@ -962,7 +962,7 @@ namespace Tools
<< " - draw by insuff. mat. = " << params.detect_draw_by_insufficient_mating_material << endl;
// Show if the training data generator uses NNUE.
Eval::NNUE::verify_eval_file_loaded();
Eval::NNUE::verify();
Threads.main()->ponder = false;