Remove auto configuration of seed_per_iteration. (#7009)

* Remove auto configuration of seed_per_iteration.

This should be related to model recovery from rabit, which is removed.

* Document.
This commit is contained in:
Jiaming Yuan
2021-10-17 15:58:57 +08:00
committed by GitHub
parent fb1a9e6bc5
commit fbb0dc4275
3 changed files with 6 additions and 7 deletions

View File

@@ -420,7 +420,7 @@ Specify the learning task and the corresponding learning objective. The objectiv
* ``seed_per_iteration`` [default=false]
- Seed PRNG determnisticly via iterator number, this option will be switched on automatically on distributed mode.
- Seed PRNG determnisticly via iterator number.
***********************
Command Line Parameters