mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-25 11:36:51 +08:00
Update readme and docs after change from loop to epochs.
This commit is contained in:
@@ -922,7 +922,7 @@ namespace Learner
|
||||
auto mini_batch_size = LEARN_MINI_BATCH_SIZE;
|
||||
|
||||
// Number of epochs
|
||||
uint64_t epochs = 1;
|
||||
uint64_t epochs = std::numeric_limits<uint64_t>::max();
|
||||
|
||||
// Game file storage folder (get game file with relative path from here)
|
||||
string base_dir;
|
||||
|
||||
Reference in New Issue
Block a user