mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-25 19:46:55 +08:00
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:
committed by
nodchip
parent
bcfe28b2ae
commit
580b09381b
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user