Merge branch 'master' into trainer

This commit is contained in:
noobpwnftw
2020-09-09 17:04:57 +08:00
17 changed files with 553 additions and 836 deletions

View File

@@ -165,6 +165,7 @@ namespace Eval::NNUE {
bool load_eval(std::string streamName, std::istream& stream) {
Initialize();
if (Options["SkipLoadingEval"])
{
std::cout << "info string SkipLoadingEval set to true, Net not loaded!" << std::endl;