Cleanup eval saving and lr scheduling.

This commit is contained in:
Tomasz Sobczyk
2020-10-24 23:56:29 +02:00
committed by nodchip
parent 680654b254
commit 317fda2516
2 changed files with 87 additions and 51 deletions

View File

@@ -280,6 +280,6 @@ namespace Eval::NNUE {
#ifndef NDEBUG
assert(result);
#endif
out << "INFO (save_eval): Saving current evaluation file in " << eval_dir << std::endl;
out << "INFO (save_eval): Finished saving evaluation file in " << eval_dir << std::endl;
}
} // namespace Eval::NNUE