mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 16:47:37 +00:00
Update readme and docs after change from loop to epochs.
This commit is contained in:
+1
-1
@@ -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