Add a learning command to CI

fixes a small issue, with ponder

Probably the learning command can be improved a bit, so that despite the limited data, the code coverage is better.
This commit is contained in:
Joost VandeVondele
2020-09-12 14:11:46 +02:00
committed by nodchip
parent bcfe28b2ae
commit 580b09381b
2 changed files with 32 additions and 7 deletions

View File

@@ -1981,6 +1981,8 @@ namespace Learner
// Read evaluation function parameters
Eval::init_NNUE();
Threads.main()->ponder = false;
cout << "init_training.." << endl;
Eval::NNUE::InitializeTraining(eta1, eta1_epoch, eta2, eta2_epoch, eta3);
Eval::NNUE::SetBatchSize(nn_batch_size);