Force Use NNUE to pure when learning.

This commit is contained in:
Tomasz Sobczyk
2020-10-16 19:40:05 +02:00
committed by nodchip
parent 3cf193a90e
commit c93f8732bf

View File

@@ -1685,7 +1685,6 @@ namespace Learner
else if (option == "seed") is >> seed;
else if (option == "set_recommended_uci_options")
{
UCI::setoption("Use NNUE", "pure");
UCI::setoption("MultiPV", "1");
UCI::setoption("Contempt", "0");
UCI::setoption("Skill Level", "20");
@@ -1907,6 +1906,9 @@ namespace Learner
sr.read_validation_set(validation_set_file_name, eval_limit);
}
cout << "Forcing Use NNUE pure.\n";
UCI::setoption("Use NNUE", "pure");
Eval::NNUE::verify_any_net_loaded();
// Calculate rmse once at this point (timing of 0 sfen)