Avoid resetting seed for every configuration. (#6349)

This commit is contained in:
Jiaming Yuan
2020-11-06 10:28:35 +08:00
committed by GitHub
parent f3a4253984
commit 519cee115a
4 changed files with 41 additions and 4 deletions

View File

@@ -412,6 +412,10 @@ Specify the learning task and the corresponding learning objective. The objectiv
- Random number seed. This parameter is ignored in R package, use `set.seed()` instead.
* ``seed_per_iteration`` [default=false]
- Seed PRNG determnisticly via iterator number, this option will be switched on automatically on distributed mode.
***********************
Command Line Parameters
***********************